Run command
run_commandSpawn a process from a pre-approved command list, capturing stdout/stderr with size limits and timeout for safe execution.
Instructions
Spawn a process from the configured allowedCommands list. Captures stdout/stderr with caps and a timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Binary name (must be in allowedCommands) | |
| args | No | ||
| cwd | No | ||
| timeoutMs | No | ||
| env | No |