From 9577ef9f178920248243a5d2787fc4b47e77960d Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:11 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [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 43d82ab..eeb7115 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "559 San Joaquin Valley (Central California) Civic Portal", "description": "Civic AI portal for Fresno and the San Joaquin Valley — Central Valley agriculture, diversity, and California's civic interior.", - "endpoint": "https://mcp.559.today/mcp", + "endpoint": "https://559.today/mcp", "area_code": "559", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "415", - "endpoint": "https://mcp.415.today/mcp", + "endpoint": "https://415.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-415" }, { "area_code": "661", - "endpoint": "https://mcp.661.today/mcp", + "endpoint": "https://661.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-661" }, { "area_code": "408", - "endpoint": "https://mcp.408.today/mcp", + "endpoint": "https://408.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-408" }, { "area_code": "760", - "endpoint": "https://mcp.760.today/mcp", + "endpoint": "https://760.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-760" } ]