From 773ea7595588b0fe6b36fb8b257fbf94fcc47515 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:32 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [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 1afd49c..3233a86 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://629.today/mcp", + "endpoint": "https://mcp.629.today/mcp", "area_code": "629", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "615", - "endpoint": "https://615.today/mcp", + "endpoint": "https://mcp.615.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-615" }, { "area_code": "931", - "endpoint": "https://931.today/mcp", + "endpoint": "https://mcp.931.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-931" }, { "area_code": "423", - "endpoint": "https://423.today/mcp", + "endpoint": "https://mcp.423.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-423" }, { "area_code": "865", - "endpoint": "https://865.today/mcp", + "endpoint": "https://mcp.865.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-865" } ]