From 148e2f2dd3e6d98c1e0017794a4004ae5827fb3b Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:53 +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 af44464..901f184 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "802 Vermont Civic Portal", "description": "Civic AI portal for Burlington and Vermont — the Green Mountain State, Ben & Jerry's, and the most civic per-capita state.", - "endpoint": "https://802.today/mcp", + "endpoint": "https://mcp.802.today/mcp", "area_code": "802", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "518", - "endpoint": "https://518.today/mcp", + "endpoint": "https://mcp.518.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-518" }, { "area_code": "413", - "endpoint": "https://413.today/mcp", + "endpoint": "https://mcp.413.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-413" }, { "area_code": "603", - "endpoint": "https://603.today/mcp", + "endpoint": "https://mcp.603.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-603" } ]