From 8f939040c4e5f5cd8577d08b57c46765025ee54b Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:48:33 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [WellSpr.ing auto] --- .well-known/mcp.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index ce0070e..a83b2f3 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "205 Central Alabama Civic Portal", "description": "Civic AI portal for Birmingham and Central Alabama — the magic city, steel heritage, and growing tech corridors.", - "endpoint": "https://mcp.205.today/mcp", + "endpoint": "https://205.today/mcp", "area_code": "205", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "251", - "endpoint": "https://mcp.251.today/mcp", + "endpoint": "https://251.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-251" }, { "area_code": "334", - "endpoint": "https://mcp.334.today/mcp", + "endpoint": "https://334.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-334" }, { "area_code": "662", - "endpoint": "https://mcp.662.today/mcp", + "endpoint": "https://662.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-662" } ]