From c7758882e308faf7255e6539d9336f0bfafe748d Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:50:03 +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 3c8e54e..7048abb 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "931 North-Central Tennessee Civic Portal", "description": "Civic AI portal for Clarksville and Middle Tennessee — Fort Campbell, Civil War history, and Tennessee-Kentucky civic borderlands.", - "endpoint": "https://mcp.931.today/mcp", + "endpoint": "https://931.today/mcp", "area_code": "931", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "615", - "endpoint": "https://mcp.615.today/mcp", + "endpoint": "https://615.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-615" }, { "area_code": "865", - "endpoint": "https://mcp.865.today/mcp", + "endpoint": "https://865.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-865" }, { "area_code": "502", - "endpoint": "https://mcp.502.today/mcp", + "endpoint": "https://502.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-502" } ]