From 8310274306fbaa5187c6d8310ad29751ef3dc0f0 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:08:23 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [WellSpr.ing auto] --- .well-known/mcp.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index f274cc1..59f688e 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "941 Southwest Florida (Sarasota/Manatee Counties) Civic Portal", "description": "Civic AI portal for Sarasota and Bradenton — arts capital of Florida, Ringling legacy, and Gulf Coast civic life.", - "endpoint": "https://941.today/mcp", + "endpoint": "https://mcp.941.today/mcp", "area_code": "941", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "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": "727", - "endpoint": "https://727.today/mcp", + "endpoint": "https://mcp.727.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-727" }, { "area_code": "863", - "endpoint": "https://863.today/mcp", + "endpoint": "https://mcp.863.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-863" } ]