From fb211525d7d70cc5b0b3d40c515a7f98a966b736 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 17:07:23 +0000 Subject: [PATCH] fix: restore mcp.NNN.today subdomain MCP endpoint URLs [WellSpr.ing auto] --- .well-known/mcp.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.well-known/mcp.json b/.well-known/mcp.json index 55d6f79..1d14f67 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "580 Southwest Oklahoma Civic Portal", "description": "Civic AI portal for Lawton and Southwest Oklahoma — Fort Sill, Comanche Nation, and the Wichita Mountains region.", - "endpoint": "https://580.today/mcp", + "endpoint": "https://mcp.580.today/mcp", "area_code": "580", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "405", - "endpoint": "https://405.today/mcp", + "endpoint": "https://mcp.405.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-405" }, { "area_code": "817", - "endpoint": "https://817.today/mcp", + "endpoint": "https://mcp.817.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-817" }, { "area_code": "940", - "endpoint": "https://940.today/mcp", + "endpoint": "https://mcp.940.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-940" } ]