From c26b2c5c7826c57c99a71037934a4321cb645f6c Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:24 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [WellSpr.ing auto] --- .well-known/mcp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index 3233a86..1afd49c 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "629 Nashville (overlay) Civic Portal", "description": "Civic AI portal for Nashville and Middle Tennessee — Music City civic life, healthcare hub, and the South's fastest-growing metro.", - "endpoint": "https://mcp.629.today/mcp", + "endpoint": "https://629.today/mcp", "area_code": "629", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "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": "931", - "endpoint": "https://mcp.931.today/mcp", + "endpoint": "https://931.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-931" }, { "area_code": "423", - "endpoint": "https://mcp.423.today/mcp", + "endpoint": "https://423.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-423" }, { "area_code": "865", - "endpoint": "https://mcp.865.today/mcp", + "endpoint": "https://865.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-865" } ]