From 21b09c61c78474a410c37505e05cfe8e3c85f44d Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:06:47 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [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 f6f873d..58334f9 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "240 Montgomery County / Suburban Maryland Civic Portal", "description": "Civic AI portal for Montgomery County and Suburban Maryland — NIH country, DC's Maryland crown, and high-education civic life.", - "endpoint": "https://240.today/mcp", + "endpoint": "https://mcp.240.today/mcp", "area_code": "240", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "202", - "endpoint": "https://202.today/mcp", + "endpoint": "https://mcp.202.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-202" }, { "area_code": "703", - "endpoint": "https://703.today/mcp", + "endpoint": "https://mcp.703.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-703" }, { "area_code": "571", - "endpoint": "https://571.today/mcp", + "endpoint": "https://mcp.571.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-571" } ]