From 972dcc581793e929f5fd3363d8dc8845f2d68707 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:48:33 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [WellSpr.ing auto] --- .well-known/mcp.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index 299b8d8..4b3a531 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "201 Northern New Jersey Civic Portal", "description": "Civic AI portal for Jersey City and Northern New Jersey — Hudson River's gateway to the metro.", - "endpoint": "https://mcp.201.today/mcp", + "endpoint": "https://201.today/mcp", "area_code": "201", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "212", - "endpoint": "https://mcp.212.today/mcp", + "endpoint": "https://212.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-212" }, { "area_code": "908", - "endpoint": "https://mcp.908.today/mcp", + "endpoint": "https://908.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-908" }, { "area_code": "718", - "endpoint": "https://mcp.718.today/mcp", + "endpoint": "https://718.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-718" } ]