- 
                Notifications
    
You must be signed in to change notification settings  - Fork 718
 
Open
Labels
Description
Version
0.17.0
Operating System
macOS
Distribution Method
dmg (Mac OS - Apple Silicon)
Describe the issue
Getting error in latest update:
Error: MCP tool mcp__but-security__approval_prompt (passed via --permission-prompt-tool) not found. Available MCP tools: none
Downgrading to 0.16.10 gets it working again.
I also tried the latest nightly build and that seemed to have the same issue.
How to reproduce (Optional)
Try to do any claude code prompts and you'll see an error every time
Expected behavior (Optional)
Claude prompts should work.
Relevant log output (Optional)
Claude exited with non 0 error code
Error: MCP tool mcp__but-security__approval_prompt (passed via --permission-prompt-tool) not found. Available MCP tools: none
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
Error: Error: MCP tool mcp__but-security__approval_prompt (passed via --permission-prompt-tool) not found. Available MCP tools: none
    at d4H (/$bunfs/root/claude:3729:15)
    at Mw0 (/$bunfs/root/claude:3724:107)
    at processTicksAndRejections (native:7:39)yatho, PavelLaptev and zzztimbo