From 88b13f5f1a160fad4082de5dd98c43b81e275600 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:08:20 +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 364ccc2..c1aa116 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "940 North Texas Civic Portal", "description": "Civic AI portal for Wichita Falls and the North Texas plains — Red River country, Sheppard AFB, and Texoma civic community.", - "endpoint": "https://940.today/mcp", + "endpoint": "https://mcp.940.today/mcp", "area_code": "940", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "817", - "endpoint": "https://817.today/mcp", + "endpoint": "https://mcp.817.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-817" }, { "area_code": "806", - "endpoint": "https://806.today/mcp", + "endpoint": "https://mcp.806.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-806" }, { "area_code": "580", - "endpoint": "https://580.today/mcp", + "endpoint": "https://mcp.580.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-580" }, { "area_code": "972", - "endpoint": "https://972.today/mcp", + "endpoint": "https://mcp.972.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-972" } ]