From 3561259cb2c70cde7d4670ec105fde10c3f66c93 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:29 +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 ae73073..e814b74 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "620 Southwest Kansas Civic Portal", "description": "Civic AI portal for Dodge City and Southwest Kansas — cattle drives, Front Range agriculture, and High Plains civic life.", - "endpoint": "https://620.today/mcp", + "endpoint": "https://mcp.620.today/mcp", "area_code": "620", "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": "405", - "endpoint": "https://405.today/mcp", + "endpoint": "https://mcp.405.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-405" }, { "area_code": "712", - "endpoint": "https://712.today/mcp", + "endpoint": "https://mcp.712.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-712" }, { "area_code": "308", - "endpoint": "https://308.today/mcp", + "endpoint": "https://mcp.308.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-308" } ]