From 942b1905a2c84e4439ebf7a39201e6a3a21e37e5 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:47 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [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 1ebf0fe..1490df7 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://727.today/mcp", + "endpoint": "https://mcp.727.today/mcp", "area_code": "727", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "813", - "endpoint": "https://813.today/mcp", + "endpoint": "https://mcp.813.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-813" }, { "area_code": "863", - "endpoint": "https://863.today/mcp", + "endpoint": "https://mcp.863.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-863" }, { "area_code": "941", - "endpoint": "https://941.today/mcp", + "endpoint": "https://mcp.941.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-941" }, { "area_code": "407", - "endpoint": "https://407.today/mcp", + "endpoint": "https://mcp.407.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-407" } ]