bash
Run shell commands to capture exit code, stdout, and stderr, with optional working directory and timeout.
Instructions
Execute a shell command and return exit code, stdout, and stderr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory relative to server root | |
| command | Yes | Shell command to run | |
| timeout | No | Timeout override in seconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |