run_command
Execute a shell command and capture stdout/stderr output with optional working directory, environment variables, and timeout settings.
Instructions
Execute a shell command and return stdout/stderr
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory | |
| env | No | Additional environment variables | |
| command | Yes | Shell command to execute | |
| timeoutMs | No |