From 11f94ad4cdeb89b5fbd18577bfb069bb85f780e6 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:14 +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 65ed8b5..e41aac5 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "563 Quad Cities (Iowa/Illinois) Civic Portal", "description": "Civic AI portal for Davenport and the Quad Cities — Mississippi River, Rock Island Arsenal, and Iowa-Illinois civic life.", - "endpoint": "https://mcp.563.today/mcp", + "endpoint": "https://563.today/mcp", "area_code": "563", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "319", - "endpoint": "https://mcp.319.today/mcp", + "endpoint": "https://319.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-319" }, { "area_code": "515", - "endpoint": "https://mcp.515.today/mcp", + "endpoint": "https://515.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-515" }, { "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" } ]