From 7b31186e2eba6dd7b17ab26ca6dc12242010a072 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:48:48 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [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 5646876..4eb0785 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "308 Central Nebraska Civic Portal", "description": "Civic AI portal for Grand Island and Western Nebraska — agricultural heartland, Platte River communities, and Great Plains civic life.", - "endpoint": "https://mcp.308.today/mcp", + "endpoint": "https://308.today/mcp", "area_code": "308", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "712", - "endpoint": "https://mcp.712.today/mcp", + "endpoint": "https://712.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-712" }, { "area_code": "620", - "endpoint": "https://mcp.620.today/mcp", + "endpoint": "https://620.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-620" }, { "area_code": "402", - "endpoint": "https://mcp.402.today/mcp", + "endpoint": "https://402.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-402" } ]