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

This commit is contained in:
gitadmin 2026-04-19 17:07:02 +00:00
parent 12f3442180
commit bb05c585d3

View file

@ -2,7 +2,7 @@
"schema": "mcp-discovery/v1", "schema": "mcp-discovery/v1",
"name": "405 Central Oklahoma Civic Portal", "name": "405 Central Oklahoma Civic Portal",
"description": "Civic AI portal for Oklahoma City — the Sooner capital, cowboy culture, and Oklahoma's civic center.", "description": "Civic AI portal for Oklahoma City — the Sooner capital, cowboy culture, and Oklahoma's civic center.",
"endpoint": "https://405.today/mcp", "endpoint": "https://mcp.405.today/mcp",
"area_code": "405", "area_code": "405",
"network": "WellSpr.ing NNN.today", "network": "WellSpr.ing NNN.today",
"tools": [ "tools": [
@ -19,17 +19,17 @@
"adjacent": [ "adjacent": [
{ {
"area_code": "918", "area_code": "918",
"endpoint": "https://918.today/mcp", "endpoint": "https://mcp.918.today/mcp",
"repo": "https://git.wellspr.ing/WellBuilder/mcp-918" "repo": "https://git.wellspr.ing/WellBuilder/mcp-918"
}, },
{ {
"area_code": "580", "area_code": "580",
"endpoint": "https://580.today/mcp", "endpoint": "https://mcp.580.today/mcp",
"repo": "https://git.wellspr.ing/WellBuilder/mcp-580" "repo": "https://git.wellspr.ing/WellBuilder/mcp-580"
}, },
{ {
"area_code": "620", "area_code": "620",
"endpoint": "https://620.today/mcp", "endpoint": "https://mcp.620.today/mcp",
"repo": "https://git.wellspr.ing/WellBuilder/mcp-620" "repo": "https://git.wellspr.ing/WellBuilder/mcp-620"
} }
] ]