From e0dc5a77985834c1b8668ef124efa985d6b38330 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:35 +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 abf82f6..7221460 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "662 Northern Mississippi Civic Portal", "description": "Civic AI portal for Oxford and the Mississippi Delta — Ole Miss, blues birthplace, and deep Mississippi civic life.", - "endpoint": "https://662.today/mcp", + "endpoint": "https://mcp.662.today/mcp", "area_code": "662", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "901", - "endpoint": "https://901.today/mcp", + "endpoint": "https://mcp.901.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-901" }, { "area_code": "601", - "endpoint": "https://601.today/mcp", + "endpoint": "https://mcp.601.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-601" }, { "area_code": "870", - "endpoint": "https://870.today/mcp", + "endpoint": "https://mcp.870.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-870" }, { "area_code": "205", - "endpoint": "https://205.today/mcp", + "endpoint": "https://mcp.205.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-205" } ]