From 16c4d53a01a1136e6d4172752f72dabd330674cc 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 7ad77c2..1567458 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "806 West Texas / Texas Panhandle Civic Portal", "description": "Civic AI portal for Lubbock and Amarillo — Texas Panhandle, Red Raider country, and High Plains civic life.", - "endpoint": "https://mcp.806.today/mcp", + "endpoint": "https://806.today/mcp", "area_code": "806", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "817", - "endpoint": "https://mcp.817.today/mcp", + "endpoint": "https://817.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-817" }, { "area_code": "940", - "endpoint": "https://mcp.940.today/mcp", + "endpoint": "https://940.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-940" }, { "area_code": "325", - "endpoint": "https://mcp.325.today/mcp", + "endpoint": "https://325.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-325" }, { "area_code": "915", - "endpoint": "https://mcp.915.today/mcp", + "endpoint": "https://915.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-915" } ]