From 2f88901ced11407c140671602e785ea91fee16a3 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:49:17 +0000 Subject: [PATCH] fix: update MCP endpoint URLs to NNN.today/mcp [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 1d14f67..55d6f79 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://mcp.580.today/mcp", + "endpoint": "https://580.today/mcp", "area_code": "580", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,17 +19,17 @@ "adjacent": [ { "area_code": "405", - "endpoint": "https://mcp.405.today/mcp", + "endpoint": "https://405.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-405" }, { "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" } ]