From 876453e27df3e87b655a002e79e1def9c01a68d8 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:06:47 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [WellSpr.ing auto] --- .well-known/mcp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index a05bfe5..a413921 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "251 Southwest Alabama Civic Portal", "description": "Civic AI portal for Mobile and Coastal Alabama — Gulf Coast heritage, port culture, and Mardi Gras traditions.", - "endpoint": "https://251.today/mcp", + "endpoint": "https://mcp.251.today/mcp", "area_code": "251", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,12 +19,12 @@ "adjacent": [ { "area_code": "601", - "endpoint": "https://601.today/mcp", + "endpoint": "https://mcp.601.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-601" }, { "area_code": "504", - "endpoint": "https://504.today/mcp", + "endpoint": "https://mcp.504.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-504" } ]