shell_exec
Execute a bash command in a persistent shell session, preserving environment and state across calls for sequential or long-running operations.
Instructions
Execute one bash command in a persistent shell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| shell_id | Yes | ||
| yield_ms | No | ||
| timeout_ms | No | ||
| max_output_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||