From 4c370242f1c2ed1c3106f143ff8ea038fe6d40bd Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:02 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [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 a412446..5fd49a9 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "401 Rhode Island Civic Portal", "description": "Civic AI portal for Providence and Rhode Island — the Ocean State, RISD culture, and New England civic life.", - "endpoint": "https://401.today/mcp", + "endpoint": "https://mcp.401.today/mcp", "area_code": "401", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "617", - "endpoint": "https://617.today/mcp", + "endpoint": "https://mcp.617.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-617" }, { "area_code": "860", - "endpoint": "https://860.today/mcp", + "endpoint": "https://mcp.860.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-860" }, { "area_code": "508", - "endpoint": "https://508.today/mcp", + "endpoint": "https://mcp.508.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-508" } ]