From 453d0e398fad28a1aee13e7ac89f5a65ab62478f Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:37 +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 1490df7..1ebf0fe 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "727 Pinellas County Civic Portal", "description": "Civic AI portal for St. Petersburg and Clearwater — the Sunshine City, beaches, arts, and Tampa Bay civic culture.", - "endpoint": "https://mcp.727.today/mcp", + "endpoint": "https://727.today/mcp", "area_code": "727", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "813", - "endpoint": "https://mcp.813.today/mcp", + "endpoint": "https://813.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-813" }, { "area_code": "863", - "endpoint": "https://mcp.863.today/mcp", + "endpoint": "https://863.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-863" }, { "area_code": "941", - "endpoint": "https://mcp.941.today/mcp", + "endpoint": "https://941.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-941" }, { "area_code": "407", - "endpoint": "https://mcp.407.today/mcp", + "endpoint": "https://407.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-407" } ]