From 9b9886cf250172e2bf58ce2e716f297e1ce56ff9 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:50 +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 045d979..4ec64bf 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "772 Treasure Coast / Southeast Florida Civic Portal", "description": "Civic AI portal for the Treasure Coast — Stuart, Port St. Lucie, and Florida's quieter Atlantic shore.", - "endpoint": "https://772.today/mcp", + "endpoint": "https://mcp.772.today/mcp", "area_code": "772", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "561", - "endpoint": "https://561.today/mcp", + "endpoint": "https://mcp.561.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-561" }, { "area_code": "305", - "endpoint": "https://305.today/mcp", + "endpoint": "https://mcp.305.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-305" }, { "area_code": "863", - "endpoint": "https://863.today/mcp", + "endpoint": "https://mcp.863.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-863" } ]