Execute Streaming Command
proc_exec_streamExecute a command on a remote SSH session and receive streaming output chunks in real time.
Instructions
Executes a command and returns streaming output chunks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | SSH session ID | |
| command | Yes | Command to execute | |
| cwd | No | Working directory | |
| env | No | Environment variables | |
| timeoutMs | No | Streaming command timeout in milliseconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||