From 4607cb9c1eab16495d8024cf977269339b95ecfe Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:06:44 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [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 18fb5f9..932d76d 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "218 Northern Minnesota Civic Portal", "description": "Civic AI portal for Duluth and Northern Minnesota — iron range grit, Great Lakes grandeur, and boundary waters.", - "endpoint": "https://218.today/mcp", + "endpoint": "https://mcp.218.today/mcp", "area_code": "218", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "320", - "endpoint": "https://320.today/mcp", + "endpoint": "https://mcp.320.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-320" }, { "area_code": "715", - "endpoint": "https://715.today/mcp", + "endpoint": "https://mcp.715.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-715" }, { "area_code": "612", - "endpoint": "https://612.today/mcp", + "endpoint": "https://mcp.612.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-612" } ]