From 7b9728ce0ae389c8a26158ce5e347dd9571e2355 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 16:50:06 +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 906d44c..7fb2d9c 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -2,7 +2,7 @@ "schema": "mcp-discovery/v1", "name": "970 Northern / Western Colorado Civic Portal", "description": "Civic AI portal for Fort Collins, Grand Junction, and Colorado's Western Slope — outdoor culture, CSU, and mountain civic life.", - "endpoint": "https://mcp.970.today/mcp", + "endpoint": "https://970.today/mcp", "area_code": "970", "network": "WellSpr.ing NNN.today", "tools": [ @@ -19,22 +19,22 @@ "adjacent": [ { "area_code": "303", - "endpoint": "https://mcp.303.today/mcp", + "endpoint": "https://303.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-303" }, { "area_code": "307", - "endpoint": "https://mcp.307.today/mcp", + "endpoint": "https://307.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-307" }, { "area_code": "719", - "endpoint": "https://mcp.719.today/mcp", + "endpoint": "https://719.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-719" }, { "area_code": "801", - "endpoint": "https://mcp.801.today/mcp", + "endpoint": "https://801.today/mcp", "repo": "https://git.wellspr.ing/WellBuilder/mcp-801" } ]