From 6f1ff6324e283ea04ffde3342cb069b5ef5a7cdd Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:48:41 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [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 a413921..a05bfe5 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://mcp.251.today/mcp", + "endpoint": "https://251.today/mcp", "area_code": "251", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,12 +19,12 @@ "adjacent": [ { "area_code": "601", - "endpoint": "https://mcp.601.today/mcp", + "endpoint": "https://601.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-601" }, { "area_code": "504", - "endpoint": "https://mcp.504.today/mcp", + "endpoint": "https://504.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-504" } ]