From 7d33279b9d7b89f9089026bb83be90a651ffb2fd Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:37 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [WellSpr.ing auto] --- .well-known/mcp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index 0f293eb..d5e1b04 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "702 Clark County / Las Vegas Valley Civic Portal", "description": "Civic AI portal for Las Vegas — beyond the Strip to the real civic city: local neighborhoods, entertainment workers, and Nevada community.", - "endpoint": "https://702.today/mcp", + "endpoint": "https://mcp.702.today/mcp", "area_code": "702", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "760", - "endpoint": "https://760.today/mcp", + "endpoint": "https://mcp.760.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-760" }, { "area_code": "435", - "endpoint": "https://435.today/mcp", + "endpoint": "https://mcp.435.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-435" }, { "area_code": "775", - "endpoint": "https://775.today/mcp", + "endpoint": "https://mcp.775.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-775" }, { "area_code": "928", - "endpoint": "https://928.today/mcp", + "endpoint": "https://mcp.928.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-928" } ]