From f8c3638d33899582bd5617f5bfc993ed761b3fe6 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:45 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [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 25adeaf..943c88c 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "804 Central Virginia Civic Portal", "description": "Civic AI portal for Richmond — the former Confederate capital, now a vibrant arts scene, food city, and Virginia civic center.", - "endpoint": "https://mcp.804.today/mcp", + "endpoint": "https://804.today/mcp", "area_code": "804", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "434", - "endpoint": "https://mcp.434.today/mcp", + "endpoint": "https://434.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-434" }, { "area_code": "540", - "endpoint": "https://mcp.540.today/mcp", + "endpoint": "https://540.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-540" }, { "area_code": "703", - "endpoint": "https://mcp.703.today/mcp", + "endpoint": "https://703.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-703" }, { "area_code": "757", - "endpoint": "https://mcp.757.today/mcp", + "endpoint": "https://757.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-757" } ]