From 2a987da9e09c94ccd4c8388e0a4ae0a4e7e3ce71 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:55 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [WellSpr.ing auto] --- .well-known/mcp.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index 99ef575..406d9dd 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "870 Northeast / Southeast Arkansas Civic Portal", "description": "Civic AI portal for Jonesboro and the Arkansas Delta — Arkansas State, Delta blues, and Northeast Arkansas civic community.", - "endpoint": "https://mcp.870.today/mcp", + "endpoint": "https://870.today/mcp", "area_code": "870", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,27 +19,27 @@ "adjacent": [ { "area_code": "901", - "endpoint": "https://mcp.901.today/mcp", + "endpoint": "https://901.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-901" }, { "area_code": "601", - "endpoint": "https://mcp.601.today/mcp", + "endpoint": "https://601.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-601" }, { "area_code": "662", - "endpoint": "https://mcp.662.today/mcp", + "endpoint": "https://662.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-662" }, { "area_code": "573", - "endpoint": "https://mcp.573.today/mcp", + "endpoint": "https://573.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-573" }, { "area_code": "731", - "endpoint": "https://mcp.731.today/mcp", + "endpoint": "https://731.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-731" } ]