From 722f247cfce26f82ea961a985f7a18921496e50d Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:19 +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 4fab51f..869b562 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "616 West Michigan Civic Portal", "description": "Civic AI portal for Grand Rapids and West Michigan — furniture capital, Art Prize, and Dutch-heritage civic community.", - "endpoint": "https://mcp.616.today/mcp", + "endpoint": "https://616.today/mcp", "area_code": "616", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "574", - "endpoint": "https://mcp.574.today/mcp", + "endpoint": "https://574.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-574" }, { "area_code": "231", - "endpoint": "https://mcp.231.today/mcp", + "endpoint": "https://231.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-231" }, { "area_code": "313", - "endpoint": "https://mcp.313.today/mcp", + "endpoint": "https://313.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-313" }, { "area_code": "989", - "endpoint": "https://mcp.989.today/mcp", + "endpoint": "https://989.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-989" } ]