From b04c77e8b7ba58c47b36a59c405e510174ef295e Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:48:51 +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 aed88f5..cd70643 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "330 Northeast Ohio (Akron/Canton) Civic Portal", "description": "Civic AI portal for Akron and Northeast Ohio — polymer capital, LeBron country, and Rust Belt renaissance.", - "endpoint": "https://mcp.330.today/mcp", + "endpoint": "https://330.today/mcp", "area_code": "330", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "216", - "endpoint": "https://mcp.216.today/mcp", + "endpoint": "https://216.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-216" }, { "area_code": "724", - "endpoint": "https://mcp.724.today/mcp", + "endpoint": "https://724.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-724" }, { "area_code": "614", - "endpoint": "https://mcp.614.today/mcp", + "endpoint": "https://614.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-614" }, { "area_code": "740", - "endpoint": "https://mcp.740.today/mcp", + "endpoint": "https://740.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-740" } ]