From 87a369eaea3795c25df3b013ddaea2e10fcaf994 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:08:03 +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 d7577a3..dcc68ae 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "830 Texas Hill Country Civic Portal", "description": "Civic AI portal for New Braunfels and the Texas Hill Country — German heritage, the Guadalupe River, and Hill Country civic life.", - "endpoint": "https://830.today/mcp", + "endpoint": "https://mcp.830.today/mcp", "area_code": "830", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "512", - "endpoint": "https://512.today/mcp", + "endpoint": "https://mcp.512.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-512" }, { "area_code": "361", - "endpoint": "https://361.today/mcp", + "endpoint": "https://mcp.361.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-361" }, { "area_code": "210", - "endpoint": "https://210.today/mcp", + "endpoint": "https://mcp.210.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-210" } ]