From 6611fa6b27ebaf592a7c3c586e0251331cc54df4 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:27 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [WellSpr.ing auto] --- .well-known/mcp.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index 95a56fa..d441ad4 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "651 Ramsey County Civic Portal", "description": "Civic AI portal for St. Paul and the East Metro — Minnesota's capital, diverse neighborhoods, and Twin Cities civic life.", - "endpoint": "https://mcp.651.today/mcp", + "endpoint": "https://651.today/mcp", "area_code": "651", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,27 +19,27 @@ "adjacent": [ { "area_code": "612", - "endpoint": "https://mcp.612.today/mcp", + "endpoint": "https://612.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-612" }, { "area_code": "320", - "endpoint": "https://mcp.320.today/mcp", + "endpoint": "https://320.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-320" }, { "area_code": "218", - "endpoint": "https://mcp.218.today/mcp", + "endpoint": "https://218.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-218" }, { "area_code": "507", - "endpoint": "https://mcp.507.today/mcp", + "endpoint": "https://507.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-507" }, { "area_code": "715", - "endpoint": "https://mcp.715.today/mcp", + "endpoint": "https://715.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-715" } ]