bash /plugin marketplace add mksglu/context-mode /plugin install context-mode@context-mode bash claude mcp add context-mode -- npx -y context-mode bash npm install -g context-mode json { "mcpServers": { "context-mode": { "command": "context-mode" } }, "hooks": { "BeforeTool": [ { "matcher": "", "hooks": [{ "type": "command", "command": "context-mode hook gemini-cli beforetool" }] } ], "AfterTool": [ { "matcher": "", "hooks": [{ "type": "command", "command": "context-mode hook gemini-cli aftertool" }] } ], "SessionStart": [ { "matcher": "", "hooks": [{ "type": "command", "command": "context-mo…