From 41fb5579303786fb1189ebffab822944fdff5919 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:48:51 +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 4b8fdb9..edb7cee 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "319 Eastern Iowa Civic Portal", "description": "Civic AI portal for Cedar Rapids and Eastern Iowa — Quaker Oats, Czech Village, and Iowa River civic life.", - "endpoint": "https://mcp.319.today/mcp", + "endpoint": "https://319.today/mcp", "area_code": "319", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "515", - "endpoint": "https://mcp.515.today/mcp", + "endpoint": "https://515.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-515" }, { "area_code": "563", - "endpoint": "https://mcp.563.today/mcp", + "endpoint": "https://563.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-563" }, { "area_code": "641", - "endpoint": "https://mcp.641.today/mcp", + "endpoint": "https://641.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-641" } ]