From 5a091ec6a7f8d2d1dad19dd7b3359ef1d889a51f Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:06:41 +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 008970e..414a412 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "208 Southwest Idaho Civic Portal", "description": "Civic AI portal for Boise and Idaho — mountain West growth, outdoor culture, and civic independence.", - "endpoint": "https://208.today/mcp", + "endpoint": "https://mcp.208.today/mcp", "area_code": "208", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "509", - "endpoint": "https://509.today/mcp", + "endpoint": "https://mcp.509.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-509" }, { "area_code": "775", - "endpoint": "https://775.today/mcp", + "endpoint": "https://mcp.775.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-775" }, { "area_code": "801", - "endpoint": "https://801.today/mcp", + "endpoint": "https://mcp.801.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-801" } ]