fix: restore mcp.NNN.today subdomain MCP endpoint URLs [WellSpr.ing auto]

This commit is contained in:
gitadmin 2026-04-19 17:07:05 +00:00
parent 8c1a112ebf
commit 83aff67787

View file

@ -2,7 +2,7 @@
"schema": "mcp-discovery/v1", "schema": "mcp-discovery/v1",
"name": "425 Eastside Seattle (King County East) Civic Portal", "name": "425 Eastside Seattle (King County East) Civic Portal",
"description": "Civic AI portal for the Eastside — Bellevue, Redmond, Kirkland, Issaquah, Sammamish, and Bothell.", "description": "Civic AI portal for the Eastside — Bellevue, Redmond, Kirkland, Issaquah, Sammamish, and Bothell.",
"endpoint": "https://425.today/mcp", "endpoint": "https://mcp.425.today/mcp",
"area_code": "425", "area_code": "425",
"network": "WellSpr.ing NNN.today", "network": "WellSpr.ing NNN.today",
"tools": [ "tools": [
@ -19,22 +19,22 @@
"adjacent": [ "adjacent": [
{ {
"area_code": "206", "area_code": "206",
"endpoint": "https://206.today/mcp", "endpoint": "https://mcp.206.today/mcp",
"repo": "https://git.wellspr.ing/WellBuilder/mcp-206" "repo": "https://git.wellspr.ing/WellBuilder/mcp-206"
}, },
{ {
"area_code": "253", "area_code": "253",
"endpoint": "https://253.today/mcp", "endpoint": "https://mcp.253.today/mcp",
"repo": "https://git.wellspr.ing/WellBuilder/mcp-253" "repo": "https://git.wellspr.ing/WellBuilder/mcp-253"
}, },
{ {
"area_code": "360", "area_code": "360",
"endpoint": "https://360.today/mcp", "endpoint": "https://mcp.360.today/mcp",
"repo": "https://git.wellspr.ing/WellBuilder/mcp-360" "repo": "https://git.wellspr.ing/WellBuilder/mcp-360"
}, },
{ {
"area_code": "509", "area_code": "509",
"endpoint": "https://509.today/mcp", "endpoint": "https://mcp.509.today/mcp",
"repo": "https://git.wellspr.ing/WellBuilder/mcp-509" "repo": "https://git.wellspr.ing/WellBuilder/mcp-509"
} }
] ]