[#9] Restart Claude Desktop convenience button #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Nearly every MCP troubleshooting thread ends in "you have to fully quit Claude, not just close the window — check the tray/Activity Monitor." This is a step users reliably get wrong after making a valid config change, because:
Proposed solution
After a successful save, offer a Restart Claude Desktop button:
pkill -x "Claude"thenopen -a Claudepkill claude && claude(or equivalent)Scope to Claude Desktop only — Claude Code does not have this problem.
Acceptance criteria
restart_claude_desktop()function inbcc_core.py.Relevant code
bcc.py(~line 1432 area, near the existing backup-note toast)bcc_core.py— newrestart_claude_desktop()functionWe need to make sure that blanket killing claude* does not kill unwanted processes, such as claude code or design (if running)