get_output
Retrieve terminal output from the Persistent Shell MCP server. Capture user interface display or background process status to monitor command execution and session activity.
Instructions
Get current terminal output. Defaults to the ui window (what the user sees), but can check the exec window for background process status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | No | default | |
| window_name | No | Window to capture: 'ui' for user view, 'exec' for background tasks. Example: `window_name: 'exec'` to check a background build. | ui |