From 977175ea8f9d766d183bc270e96ca8275b05af74 Mon Sep 17 00:00:00 2001 From: Albab-Hasan Date: Wed, 4 Feb 2026 11:30:11 +0600 Subject: [PATCH] Fix missing /mcp suffix in Box MCP URL (legal) The Box connector URL was missing the /mcp path suffix, inconsistent with all other MCP server URLs in the repo. --- legal/.mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legal/.mcp.json b/legal/.mcp.json index e511a49..add5b74 100644 --- a/legal/.mcp.json +++ b/legal/.mcp.json @@ -6,7 +6,7 @@ }, "box": { "type": "http", - "url": "https://mcp.box.com" + "url": "https://mcp.box.com/mcp" }, "egnyte": { "type": "http",