From 9e9c2eff252654590e5a64c8013cb67c547990bc 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index 519cc41..9a31426 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "831 Central California Coast Civic Portal", "description": "Civic AI portal for Monterey and Santa Cruz — Steinbeck country, UCSC, and the Central Coast civic community.", - "endpoint": "https://831.today/mcp", + "endpoint": "https://mcp.831.today/mcp", "area_code": "831", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "415", - "endpoint": "https://415.today/mcp", + "endpoint": "https://mcp.415.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-415" }, { "area_code": "408", - "endpoint": "https://408.today/mcp", + "endpoint": "https://mcp.408.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-408" }, { "area_code": "650", - "endpoint": "https://650.today/mcp", + "endpoint": "https://mcp.650.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-650" }, { "area_code": "805", - "endpoint": "https://805.today/mcp", + "endpoint": "https://mcp.805.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-805" } ]