approve_command
Approve or deny terminal commands that require permission when using manual approval mode in the Host Terminal MCP server for safe command execution.
Instructions
Approve a command that requires permission. This is used when permission_mode is 'ask' and a command is not in the allow list. The command will be approved for this session only.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The exact command to approve | |
| approve | Yes | Whether to approve (true) or deny (false) the command |