execute_command
Execute shell commands within an allowed directory using PowerShell on Windows or bash on Unix, enabling file management, automation, and system tasks.
Instructions
Run a shell command in an allowed directory. PowerShell on Windows, bash on Unix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory. | |
| command | Yes | Command to run. | |
| timeout | No | Timeout ms. Default: 600000 (10min). |