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

This commit is contained in:
gitadmin 2026-04-19 17:07:12 +00:00
parent f70a0d7e79
commit 6b2bd875a3

View file

@ -2,7 +2,7 @@
"schema": "mcp-discovery/v1", "schema": "mcp-discovery/v1",
"name": "509 Eastern Washington / Inland Empire Civic Portal", "name": "509 Eastern Washington / Inland Empire Civic Portal",
"description": "Civic AI portal for Spokane and Eastern Washington — the Inland Empire, outdoor culture, and the dry side of the Cascades.", "description": "Civic AI portal for Spokane and Eastern Washington — the Inland Empire, outdoor culture, and the dry side of the Cascades.",
"endpoint": "https://509.today/mcp", "endpoint": "https://mcp.509.today/mcp",
"area_code": "509", "area_code": "509",
"network": "WellSpr.ing NNN.today", "network": "WellSpr.ing NNN.today",
"tools": [ "tools": [
@ -19,17 +19,17 @@
"adjacent": [ "adjacent": [
{ {
"area_code": "425", "area_code": "425",
"endpoint": "https://425.today/mcp", "endpoint": "https://mcp.425.today/mcp",
"repo": "https://git.wellspr.ing/WellBuilder/mcp-425" "repo": "https://git.wellspr.ing/WellBuilder/mcp-425"
}, },
{ {
"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": "208", "area_code": "208",
"endpoint": "https://208.today/mcp", "endpoint": "https://mcp.208.today/mcp",
"repo": "https://git.wellspr.ing/WellBuilder/mcp-208" "repo": "https://git.wellspr.ing/WellBuilder/mcp-208"
} }
] ]