run_script_code
Run a script file with the appropriate interpreter, passing arguments, setting the working directory, and controlling timeout.
Instructions
Run a script file with the appropriate interpreter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory for script execution | . |
| args | No | Arguments to pass to the script | |
| timeout | No | Script timeout in milliseconds | |
| scriptPath | Yes | Path to the script file |