From 4e9c15ec682488563a72410af11e1221492a51f1 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:06 +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 ab9a3a5..6185a46 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "512 Travis/Williamson Counties Civic Portal", "description": "Civic AI portal for Austin — Live Music Capital, tech hub, university city, and the weirdest civic scene in Texas.", - "endpoint": "https://mcp.512.today/mcp", + "endpoint": "https://512.today/mcp", "area_code": "512", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "713", - "endpoint": "https://mcp.713.today/mcp", + "endpoint": "https://713.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-713" }, { "area_code": "817", - "endpoint": "https://mcp.817.today/mcp", + "endpoint": "https://817.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-817" }, { "area_code": "254", - "endpoint": "https://mcp.254.today/mcp", + "endpoint": "https://254.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-254" }, { "area_code": "830", - "endpoint": "https://mcp.830.today/mcp", + "endpoint": "https://830.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-830" } ]