From ed71bfe42887d48e8b808376022fabdbae9e3cf8 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:48:48 +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 a74cc32..3ec9a7b 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "314 St. Louis Metro Civic Portal", "description": "Civic AI portal for St. Louis — Gateway Arch city, Blues hockey, and the Mississippi River civic identity.", - "endpoint": "https://mcp.314.today/mcp", + "endpoint": "https://314.today/mcp", "area_code": "314", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "573", - "endpoint": "https://mcp.573.today/mcp", + "endpoint": "https://573.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-573" }, { "area_code": "660", - "endpoint": "https://mcp.660.today/mcp", + "endpoint": "https://660.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-660" }, { "area_code": "816", - "endpoint": "https://mcp.816.today/mcp", + "endpoint": "https://816.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-816" } ]