From e01985964741e1612ccf96fab902f478ce049a07 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:48:38 +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 45f0c6b..ff7eac0 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "217 Central Illinois Civic Portal", "description": "Civic AI portal for Springfield and Central Illinois — state capital, agriculture, and prairie communities.", - "endpoint": "https://mcp.217.today/mcp", + "endpoint": "https://217.today/mcp", "area_code": "217", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "309", - "endpoint": "https://mcp.309.today/mcp", + "endpoint": "https://309.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-309" }, { "area_code": "815", - "endpoint": "https://mcp.815.today/mcp", + "endpoint": "https://815.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-815" }, { "area_code": "573", - "endpoint": "https://mcp.573.today/mcp", + "endpoint": "https://573.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-573" } ]