From 0f1d2be35d7e860c15adf9f62004880fe9c95b76 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:24 +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 dec7e33..ada10e6 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://mcp.641.today/mcp", + "endpoint": "https://641.today/mcp", "area_code": "641", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "319", - "endpoint": "https://mcp.319.today/mcp", + "endpoint": "https://319.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-319" }, { "area_code": "515", - "endpoint": "https://mcp.515.today/mcp", + "endpoint": "https://515.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-515" }, { "area_code": "320", - "endpoint": "https://mcp.320.today/mcp", + "endpoint": "https://320.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-320" }, { "area_code": "701", - "endpoint": "https://mcp.701.today/mcp", + "endpoint": "https://701.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-701" } ]