efs_exec
Execute shell commands and retrieve stdout/stderr. Control execution with optional working directory and timeout.
Instructions
Execute a shell command and return stdout/stderr. Parameters: command (required), cwd (optional), timeout ms (default 30000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory (optional) | |
| command | Yes | Command to execute | |
| timeout | No | Timeout in milliseconds (default: 30000) |