From a71b285a34de8d59c0e84bab7094dff7bec24959 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:50:08 +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 728e105..84236fb 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "979 Brazos Valley, Texas Civic Portal", "description": "Civic AI portal for Bryan-College Station — Texas A&M, the Aggies, and the Brazos Valley civic community.", - "endpoint": "https://mcp.979.today/mcp", + "endpoint": "https://979.today/mcp", "area_code": "979", "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": "512", - "endpoint": "https://mcp.512.today/mcp", + "endpoint": "https://512.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-512" }, { "area_code": "936", - "endpoint": "https://mcp.936.today/mcp", + "endpoint": "https://936.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-936" }, { "area_code": "409", - "endpoint": "https://mcp.409.today/mcp", + "endpoint": "https://409.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-409" } ]