From 31f71ee4d5c9a8c6a478808f2bb98a6b40f2e73b Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:08:00 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [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 8165082..35d77fc 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "816 Jackson County / KC Metro MO Civic Portal", "description": "Civic AI portal for Kansas City, Missouri — BBQ capital, jazz heritage, and the two-state KC metro civic community.", - "endpoint": "https://816.today/mcp", + "endpoint": "https://mcp.816.today/mcp", "area_code": "816", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "785", - "endpoint": "https://785.today/mcp", + "endpoint": "https://mcp.785.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-785" }, { "area_code": "660", - "endpoint": "https://660.today/mcp", + "endpoint": "https://mcp.660.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-660" }, { "area_code": "573", - "endpoint": "https://573.today/mcp", + "endpoint": "https://mcp.573.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-573" }, { "area_code": "913", - "endpoint": "https://913.today/mcp", + "endpoint": "https://mcp.913.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-913" } ]