From b1916a8c1d9037f71609d7421e3aafedeb99c191 Mon Sep 17 00:00:00 2001 From: Rashmi Khetan Date: Wed, 20 May 2026 07:58:59 +0100 Subject: [PATCH] Added flag --strict-mcp-config so that even if you have Gen2 enabled in your license but have older Undo release the explain plugin can work --- explain/claude_agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/explain/claude_agent.py b/explain/claude_agent.py index c58aee1..7b3970f 100644 --- a/explain/claude_agent.py +++ b/explain/claude_agent.py @@ -121,6 +121,7 @@ async def ask(self, question: str, port: int, tools: list[str]) -> str: "opus", "--mcp-config", mcp_config_path, + "--strict-mcp-config", "--allowedTools", allowed_tools, "--output-format",