From d8bf59fa3a27899d7fa8575a2b751cf7e6ee7ce2 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:50:06 +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 06036aa..1eba1e8 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "949 South Orange County Civic Portal", "description": "Civic AI portal for Irvine, Newport Beach, and South Orange County — planned city innovation, Pacific coast, and OC civic affluence.", - "endpoint": "https://mcp.949.today/mcp", + "endpoint": "https://949.today/mcp", "area_code": "949", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "714", - "endpoint": "https://mcp.714.today/mcp", + "endpoint": "https://714.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-714" }, { "area_code": "760", - "endpoint": "https://mcp.760.today/mcp", + "endpoint": "https://760.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-760" }, { "area_code": "619", - "endpoint": "https://mcp.619.today/mcp", + "endpoint": "https://619.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-619" }, { "area_code": "951", - "endpoint": "https://mcp.951.today/mcp", + "endpoint": "https://951.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-951" } ]