From 79edb8ee3acebc4cfaee5a52f9a1a24303cddaca Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:10 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [WellSpr.ing auto] --- .well-known/mcp.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index 74f2142..ab6a1fb 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "502 North-Central Kentucky Civic Portal", "description": "Civic AI portal for Louisville and North-Central Kentucky — Derby City, bourbon country, and Ohio River civic life.", - "endpoint": "https://502.today/mcp", + "endpoint": "https://mcp.502.today/mcp", "area_code": "502", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "513", - "endpoint": "https://513.today/mcp", + "endpoint": "https://mcp.513.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-513" }, { "area_code": "931", - "endpoint": "https://931.today/mcp", + "endpoint": "https://mcp.931.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-931" }, { "area_code": "270", - "endpoint": "https://270.today/mcp", + "endpoint": "https://mcp.270.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-270" } ]