secure_run_command_sequence
Run multiple commands in sequence with security restrictions, configurable timeouts, and stop-on-error behavior. Optionally auto-commit results to Git with a custom message.
Instructions
Execute multiple commands in sequence with security restrictions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | Array of commands to execute in sequence | |
| cwd | No | Working directory for all commands | |
| timeout | No | Timeout per command in milliseconds | |
| commitResult | No | Auto-commit after successful sequence | |
| commitMessage | No | Custom commit message | |
| stopOnError | No | Stop execution on first error (default: true) |