From c87679043bc73b640273740ee2ad899220f981f6 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:50:03 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [WellSpr.ing auto] --- .well-known/mcp.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index ee4d184..7150f88 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "928 Northern/Western Arizona Civic Portal", "description": "Civic AI portal for Flagstaff, Yuma, and Arizona's wide-open spaces — the Grand Canyon state's rural and small-city civic life.", - "endpoint": "https://mcp.928.today/mcp", + "endpoint": "https://928.today/mcp", "area_code": "928", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,27 +19,27 @@ "adjacent": [ { "area_code": "602", - "endpoint": "https://mcp.602.today/mcp", + "endpoint": "https://602.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-602" }, { "area_code": "480", - "endpoint": "https://mcp.480.today/mcp", + "endpoint": "https://480.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-480" }, { "area_code": "623", - "endpoint": "https://mcp.623.today/mcp", + "endpoint": "https://623.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-623" }, { "area_code": "435", - "endpoint": "https://mcp.435.today/mcp", + "endpoint": "https://435.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-435" }, { "area_code": "702", - "endpoint": "https://mcp.702.today/mcp", + "endpoint": "https://702.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-702" } ]