From 0a70499ac2d0822beb76dfc13e393720e52f2686 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:19 +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 fb24417..eaf8775 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "610 Southeast Pennsylvania (Lehigh Valley / Berks County) Civic Portal", "description": "Civic AI portal for Reading, Allentown, and the Lehigh Valley — Pennsylvania Dutch country, steel, and suburban Philadelphia civic life.", - "endpoint": "https://mcp.610.today/mcp", + "endpoint": "https://610.today/mcp", "area_code": "610", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "215", - "endpoint": "https://mcp.215.today/mcp", + "endpoint": "https://215.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-215" }, { "area_code": "717", - "endpoint": "https://mcp.717.today/mcp", + "endpoint": "https://717.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-717" }, { "area_code": "570", - "endpoint": "https://mcp.570.today/mcp", + "endpoint": "https://570.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-570" }, { "area_code": "908", - "endpoint": "https://mcp.908.today/mcp", + "endpoint": "https://908.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-908" } ]