From 4c32ab2ad0b0af57e0f6c9bf28fe42629e4599d3 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:08:17 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [WellSpr.ing auto] --- .well-known/mcp.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index 6d85126..26d250f 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "915 West Texas / US-Mexico Border Civic Portal", "description": "Civic AI portal for El Paso — the Sun City, borderlands culture, UTEP, and the most bi-national civic community in America.", - "endpoint": "https://915.today/mcp", + "endpoint": "https://mcp.915.today/mcp", "area_code": "915", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "575", - "endpoint": "https://575.today/mcp", + "endpoint": "https://mcp.575.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-575" }, { "area_code": "325", - "endpoint": "https://325.today/mcp", + "endpoint": "https://mcp.325.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-325" }, { "area_code": "806", - "endpoint": "https://806.today/mcp", + "endpoint": "https://mcp.806.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-806" } ]