From 42e14488e0c960b6ca42d8a1541836ee1a229938 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:48:56 +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 cc1ddf1..45e0b63 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "407 Orange County / Central Florida Civic Portal", "description": "Civic AI portal for Orlando and Central Florida — beyond the theme parks to real civic life, community, and innovation.", - "endpoint": "https://mcp.407.today/mcp", + "endpoint": "https://407.today/mcp", "area_code": "407", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,27 +19,27 @@ "adjacent": [ { "area_code": "305", - "endpoint": "https://mcp.305.today/mcp", + "endpoint": "https://305.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-305" }, { "area_code": "863", - "endpoint": "https://mcp.863.today/mcp", + "endpoint": "https://863.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-863" }, { "area_code": "386", - "endpoint": "https://mcp.386.today/mcp", + "endpoint": "https://386.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-386" }, { "area_code": "727", - "endpoint": "https://mcp.727.today/mcp", + "endpoint": "https://727.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-727" }, { "area_code": "352", - "endpoint": "https://mcp.352.today/mcp", + "endpoint": "https://352.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-352" } ]