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

This commit is contained in:
gitadmin 2026-04-19 17:07:50 +00:00
parent 2c12794523
commit ba8c53653d

View file

@ -2,7 +2,7 @@
"schema": "mcp-discovery/v1", "schema": "mcp-discovery/v1",
"name": "775 Northern Nevada Civic Portal", "name": "775 Northern Nevada Civic Portal",
"description": "Civic AI portal for Reno and Northern Nevada — the Biggest Little City, Tahoe-adjacent, and Nevada civic life.", "description": "Civic AI portal for Reno and Northern Nevada — the Biggest Little City, Tahoe-adjacent, and Nevada civic life.",
"endpoint": "https://775.today/mcp", "endpoint": "https://mcp.775.today/mcp",
"area_code": "775", "area_code": "775",
"network": "WellSpr.ing NNN.today", "network": "WellSpr.ing NNN.today",
"tools": [ "tools": [
@ -19,22 +19,22 @@
"adjacent": [ "adjacent": [
{ {
"area_code": "702", "area_code": "702",
"endpoint": "https://702.today/mcp", "endpoint": "https://mcp.702.today/mcp",
"repo": "https://git.wellspr.ing/WellBuilder/mcp-702" "repo": "https://git.wellspr.ing/WellBuilder/mcp-702"
}, },
{ {
"area_code": "530", "area_code": "530",
"endpoint": "https://530.today/mcp", "endpoint": "https://mcp.530.today/mcp",
"repo": "https://git.wellspr.ing/WellBuilder/mcp-530" "repo": "https://git.wellspr.ing/WellBuilder/mcp-530"
}, },
{ {
"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"
}, },
{ {
"area_code": "916", "area_code": "916",
"endpoint": "https://916.today/mcp", "endpoint": "https://mcp.916.today/mcp",
"repo": "https://git.wellspr.ing/WellBuilder/mcp-916" "repo": "https://git.wellspr.ing/WellBuilder/mcp-916"
} }
] ]