From aa30e1ba618dacd34a2bedd71499dfb7d79fd0f9 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:29 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [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 d5e1b04..0f293eb 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://mcp.702.today/mcp", + "endpoint": "https://702.today/mcp", "area_code": "702", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "760", - "endpoint": "https://mcp.760.today/mcp", + "endpoint": "https://760.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-760" }, { "area_code": "435", - "endpoint": "https://mcp.435.today/mcp", + "endpoint": "https://435.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-435" }, { "area_code": "775", - "endpoint": "https://mcp.775.today/mcp", + "endpoint": "https://775.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-775" }, { "area_code": "928", - "endpoint": "https://mcp.928.today/mcp", + "endpoint": "https://928.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-928" } ]