What's wrong with this entry?
Anonymous. No account, no email.
What: Improved permission checking for MCP tools invoked via bash commands.
Details:
- New command parser
Re()detectsmcp-cli callsyntax in bash commands - Permission check function
Bg8()validates MCP tool access before execution - Prevents bash command splitting from bypassing MCP permissions
- Returns appropriate deny/ask/allow behavior with suggestions
- Evidence: Parser
Re()at line 3935, permission checkBg8()at line 212208 inpretty-v2.0.34.js