From 935fb9113cb635ae88aa58e962c6cc0064128a26 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:50:08 +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 4e644df..0526217 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "985 Southeast Louisiana (Bayou Country) Civic Portal", "description": "Civic AI portal for Houma-Thibodaux and the Cajun Coast — bayou culture, offshore oil, and South Louisiana civic life.", - "endpoint": "https://mcp.985.today/mcp", + "endpoint": "https://985.today/mcp", "area_code": "985", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "504", - "endpoint": "https://mcp.504.today/mcp", + "endpoint": "https://504.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-504" }, { "area_code": "601", - "endpoint": "https://mcp.601.today/mcp", + "endpoint": "https://601.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-601" }, { "area_code": "251", - "endpoint": "https://mcp.251.today/mcp", + "endpoint": "https://251.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-251" } ]