From 18090c9157ca6712977a70d95ff2acae64e6214a Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:05 +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 b4b223b..4b42ffa 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "415 San Francisco City and County Civic Portal", "description": "Civic AI portal for San Francisco — the Bay City, tech meets culture, civic activism, and neighborhood life.", - "endpoint": "https://415.today/mcp", + "endpoint": "https://mcp.415.today/mcp", "area_code": "415", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "510", - "endpoint": "https://510.today/mcp", + "endpoint": "https://mcp.510.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-510" }, { "area_code": "650", - "endpoint": "https://650.today/mcp", + "endpoint": "https://mcp.650.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-650" }, { "area_code": "707", - "endpoint": "https://707.today/mcp", + "endpoint": "https://mcp.707.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-707" }, { "area_code": "408", - "endpoint": "https://408.today/mcp", + "endpoint": "https://mcp.408.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-408" } ]