set_permission_mode
Configure security modes for terminal command execution by setting permission levels: allowlist-only, prompt for unlisted commands, or allow all commands with caution.
Instructions
Change the permission mode. Modes: 'allowlist' (only allow listed commands), 'ask' (prompt for unlisted commands), 'allow_all' (allow all commands - use with caution!)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | The permission mode to set | |
| persist | No | Whether to save this mode to config file (default: false, session only) |