From b22693be1ff24789afcccedba6fdeeea64254d75 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:32 +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 d39d1c7..be410ef 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "708 South and West Suburbs of Chicago Civic Portal", "description": "Civic AI portal for Chicago's south suburbs — Oak Park, Cicero, Blue Island, and Cook County civic community.", - "endpoint": "https://mcp.708.today/mcp", + "endpoint": "https://708.today/mcp", "area_code": "708", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "312", - "endpoint": "https://mcp.312.today/mcp", + "endpoint": "https://312.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-312" }, { "area_code": "219", - "endpoint": "https://mcp.219.today/mcp", + "endpoint": "https://219.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-219" }, { "area_code": "630", - "endpoint": "https://mcp.630.today/mcp", + "endpoint": "https://630.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-630" }, { "area_code": "815", - "endpoint": "https://mcp.815.today/mcp", + "endpoint": "https://815.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-815" } ]