From 8f4a8960e484b1f4cbba7f8eacbb40e96ef59377 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:10 +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 936a7e5..4ee1935 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "480 East Valley / Scottsdale (Maricopa County) Civic Portal", "description": "Civic AI portal for Scottsdale, Mesa, and the East Valley — desert innovation, arts, and Arizona's suburban civic life.", - "endpoint": "https://480.today/mcp", + "endpoint": "https://mcp.480.today/mcp", "area_code": "480", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "602", - "endpoint": "https://602.today/mcp", + "endpoint": "https://mcp.602.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-602" }, { "area_code": "623", - "endpoint": "https://623.today/mcp", + "endpoint": "https://mcp.623.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-623" }, { "area_code": "928", - "endpoint": "https://928.today/mcp", + "endpoint": "https://mcp.928.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-928" } ]