From bd21e3b7338a38e02be58f34cbda6421e3263e23 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:06:38 +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 16b67db..4058adb 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "206 King County / Seattle Core Civic Portal", "description": "Civic AI portal for Seattle, Washington — news, businesses, community ideas, and mutual aid.", - "endpoint": "https://206.today/mcp", + "endpoint": "https://mcp.206.today/mcp", "area_code": "206", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "425", - "endpoint": "https://425.today/mcp", + "endpoint": "https://mcp.425.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-425" }, { "area_code": "253", - "endpoint": "https://253.today/mcp", + "endpoint": "https://mcp.253.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-253" }, { "area_code": "360", - "endpoint": "https://360.today/mcp", + "endpoint": "https://mcp.360.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-360" } ]