From 695517859fd61068f1b33fb4502ed933209a38cf Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:50:01 +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 897090b..d943951 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "920 Northeast Wisconsin (Fox Valley) Civic Portal", "description": "Civic AI portal for Green Bay and the Fox Valley — Packer country, paper mills, and Northeast Wisconsin civic life.", - "endpoint": "https://mcp.920.today/mcp", + "endpoint": "https://920.today/mcp", "area_code": "920", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "715", - "endpoint": "https://mcp.715.today/mcp", + "endpoint": "https://715.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-715" }, { "area_code": "847", - "endpoint": "https://mcp.847.today/mcp", + "endpoint": "https://847.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-847" }, { "area_code": "262", - "endpoint": "https://mcp.262.today/mcp", + "endpoint": "https://262.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-262" }, { "area_code": "612", - "endpoint": "https://mcp.612.today/mcp", + "endpoint": "https://612.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-612" } ]