From ba2ba13bf9c37c3482f86c5397fa1f7cffce0b48 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:06:59 +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 3c934f6..f3e40a8 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "336 Piedmont Triad (Greensboro/Winston-Salem/High Point) Civic Portal", "description": "Civic AI portal for Greensboro and the Triad — tobacco heritage, HBCU culture, and Piedmont civic life.", - "endpoint": "https://336.today/mcp", + "endpoint": "https://mcp.336.today/mcp", "area_code": "336", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "704", - "endpoint": "https://704.today/mcp", + "endpoint": "https://mcp.704.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-704" }, { "area_code": "919", - "endpoint": "https://919.today/mcp", + "endpoint": "https://mcp.919.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-919" }, { "area_code": "434", - "endpoint": "https://434.today/mcp", + "endpoint": "https://mcp.434.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-434" }, { "area_code": "540", - "endpoint": "https://540.today/mcp", + "endpoint": "https://mcp.540.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-540" } ]