From e5ea1c4a39d986e7574b756e4caad3db202ebe40 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:58 +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 78d8fa4..a0555de 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "908 Central New Jersey (Union/Somerset Counties) Civic Portal", "description": "Civic AI portal for Elizabeth, Plainfield, and Central New Jersey — NJ Transit country, immigrant communities, and Garden State civic life.", - "endpoint": "https://mcp.908.today/mcp", + "endpoint": "https://908.today/mcp", "area_code": "908", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "201", - "endpoint": "https://mcp.201.today/mcp", + "endpoint": "https://201.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-201" }, { "area_code": "212", - "endpoint": "https://mcp.212.today/mcp", + "endpoint": "https://212.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-212" }, { "area_code": "215", - "endpoint": "https://mcp.215.today/mcp", + "endpoint": "https://215.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-215" }, { "area_code": "610", - "endpoint": "https://mcp.610.today/mcp", + "endpoint": "https://610.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-610" } ]