ssh-command-status
Retrieve output of a long-running SSH command by its ID, showing completed results or partial progress.
Instructions
Check the status of a long-running async command. Returns current output if completed, or partial output if still running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxChars | No | Max chars to read from output (default 16000) | |
| commandId | Yes | The async command ID returned by ssh-run |