From 1c727c7f251a1aff8529830bd678ad7ebddc6869 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:11 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [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 6db76d4..3dcc517 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "561 Palm Beach County / South Florida Civic Portal", "description": "Civic AI portal for Palm Beach County — the Gold Coast, Boca polish, and Florida's civic south.", - "endpoint": "https://mcp.561.today/mcp", + "endpoint": "https://561.today/mcp", "area_code": "561", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "772", - "endpoint": "https://mcp.772.today/mcp", + "endpoint": "https://772.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-772" }, { "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" } ]