From 24e6a832156537d187aa3f4c76ede16e007f7305 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:47 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [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 efa3844..28b67fb 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "737 Austin Metro (overlay) Civic Portal", "description": "Civic AI portal for the Austin metro — Live Music Capital, tech hub, and the weirdest civic scene in Texas.", - "endpoint": "https://737.today/mcp", + "endpoint": "https://mcp.737.today/mcp", "area_code": "737", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,27 +19,27 @@ "adjacent": [ { "area_code": "512", - "endpoint": "https://512.today/mcp", + "endpoint": "https://mcp.512.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-512" }, { "area_code": "254", - "endpoint": "https://254.today/mcp", + "endpoint": "https://mcp.254.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-254" }, { "area_code": "936", - "endpoint": "https://936.today/mcp", + "endpoint": "https://mcp.936.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-936" }, { "area_code": "979", - "endpoint": "https://979.today/mcp", + "endpoint": "https://mcp.979.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-979" }, { "area_code": "830", - "endpoint": "https://830.today/mcp", + "endpoint": "https://mcp.830.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-830" } ]