run_command
Execute a command in a PTY session and wait for its completion using sentinel detection.
Instructions
Run a command in a PTY session and wait for completion. Uses sentinel-based detection to know when command finishes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The command to run | |
| timeout | No | Timeout in seconds to wait for command completion (default: 1800) | |
| session_id | Yes | The session ID returned by start_session |