From 1afa1363de9f9a8a739985376d3d0cb51a627087 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:08:07 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [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 3f8a6b6..7e865bc 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "847 North Suburbs of Chicago Civic Portal", "description": "Civic AI portal for Evanston, Waukegan, and Chicago's north suburbs — Northwestern, lakefront living, and North Shore civic life.", - "endpoint": "https://847.today/mcp", + "endpoint": "https://mcp.847.today/mcp", "area_code": "847", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,27 +19,27 @@ "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": "262", - "endpoint": "https://262.today/mcp", + "endpoint": "https://mcp.262.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-262" }, { "area_code": "815", - "endpoint": "https://815.today/mcp", + "endpoint": "https://mcp.815.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-815" }, { "area_code": "779", - "endpoint": "https://779.today/mcp", + "endpoint": "https://mcp.779.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-779" } ]