From c2a0920808e76e4da0f640d3cfb5ba75c95e5370 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:11 +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 2d28117..066c770 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "541 Western Oregon (Lane/Josephine Counties) Civic Portal", "description": "Civic AI portal for Eugene and Southern Oregon — U of O, outdoor culture, and Oregon's progressive civic hinterland.", - "endpoint": "https://mcp.541.today/mcp", + "endpoint": "https://541.today/mcp", "area_code": "541", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "503", - "endpoint": "https://mcp.503.today/mcp", + "endpoint": "https://503.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-503" }, { "area_code": "971", - "endpoint": "https://mcp.971.today/mcp", + "endpoint": "https://971.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-971" }, { "area_code": "530", - "endpoint": "https://mcp.530.today/mcp", + "endpoint": "https://530.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-530" }, { "area_code": "509", - "endpoint": "https://mcp.509.today/mcp", + "endpoint": "https://509.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-509" } ]