From ed1450d9bdd865ad0710b6be25b2d5a39d566d45 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:32 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [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 ada10e6..dec7e33 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "641 North Central Iowa Civic Portal", "description": "Civic AI portal for Mason City and North-Central Iowa — Music Man country, Frank Lloyd Wright, and Iowa rural civic life.", - "endpoint": "https://641.today/mcp", + "endpoint": "https://mcp.641.today/mcp", "area_code": "641", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "319", - "endpoint": "https://319.today/mcp", + "endpoint": "https://mcp.319.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-319" }, { "area_code": "515", - "endpoint": "https://515.today/mcp", + "endpoint": "https://mcp.515.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-515" }, { "area_code": "320", - "endpoint": "https://320.today/mcp", + "endpoint": "https://mcp.320.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-320" }, { "area_code": "701", - "endpoint": "https://701.today/mcp", + "endpoint": "https://mcp.701.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-701" } ]