From cc8f3143d636503228945cf5ad9a32fedcee4bac Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:42 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [WellSpr.ing auto] --- .well-known/mcp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index c24a85b..28fdba2 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "785 Northeast / North-Central Kansas Civic Portal", "description": "Civic AI portal for Topeka and Northeast Kansas — the Bleeding Kansas capital, Brown v. Board, and Sunflower State civic life.", - "endpoint": "https://mcp.785.today/mcp", + "endpoint": "https://785.today/mcp", "area_code": "785", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "816", - "endpoint": "https://mcp.816.today/mcp", + "endpoint": "https://816.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-816" }, { "area_code": "620", - "endpoint": "https://mcp.620.today/mcp", + "endpoint": "https://620.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-620" }, { "area_code": "660", - "endpoint": "https://mcp.660.today/mcp", + "endpoint": "https://660.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-660" }, { "area_code": "515", - "endpoint": "https://mcp.515.today/mcp", + "endpoint": "https://515.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-515" } ]