execute_streaming_command_code
Execute shell commands with live streaming output, configurable working directory, and timeout options for efficient development automation.
Instructions
Execute shell commands with streaming output
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional working directory for the command | . |
| command | Yes | The shell command to execute | |
| timeout | No | Command timeout in milliseconds |