From a974ad996c8c13c84e4d75859fe7d89dc14399d3 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:35 +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 c7cd7e1..107ea04 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "661 Southern San Joaquin Valley / Santa Clarita Civic Portal", "description": "Civic AI portal for Bakersfield and Kern County — California Country music, oil fields, and the San Joaquin's south end.", - "endpoint": "https://661.today/mcp", + "endpoint": "https://mcp.661.today/mcp", "area_code": "661", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "559", - "endpoint": "https://559.today/mcp", + "endpoint": "https://mcp.559.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-559" }, { "area_code": "818", - "endpoint": "https://818.today/mcp", + "endpoint": "https://mcp.818.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-818" }, { "area_code": "760", - "endpoint": "https://760.today/mcp", + "endpoint": "https://mcp.760.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-760" }, { "area_code": "805", - "endpoint": "https://805.today/mcp", + "endpoint": "https://mcp.805.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-805" } ]