From a39c8d2ef7af42fc34d47ac8893fa1ba3f2ebd05 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:08:00 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [WellSpr.ing auto] --- .well-known/mcp.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index 2e1eb73..ae4ea5c 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "815 North-Central Illinois (outside Chicago) Civic Portal", "description": "Civic AI portal for Joliet, Rockford area, and North-Central Illinois — Route 66 history, I&M Canal, and Prairie State civic life.", - "endpoint": "https://815.today/mcp", + "endpoint": "https://mcp.815.today/mcp", "area_code": "815", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,32 +19,32 @@ "adjacent": [ { "area_code": "312", - "endpoint": "https://312.today/mcp", + "endpoint": "https://mcp.312.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-312" }, { "area_code": "630", - "endpoint": "https://630.today/mcp", + "endpoint": "https://mcp.630.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-630" }, { "area_code": "779", - "endpoint": "https://779.today/mcp", + "endpoint": "https://mcp.779.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-779" }, { "area_code": "563", - "endpoint": "https://563.today/mcp", + "endpoint": "https://mcp.563.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-563" }, { "area_code": "309", - "endpoint": "https://309.today/mcp", + "endpoint": "https://mcp.309.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-309" }, { "area_code": "847", - "endpoint": "https://847.today/mcp", + "endpoint": "https://mcp.847.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-847" } ]