node_run_script
Execute a JavaScript file with Node.js, passing optional arguments and setting a timeout to control script execution.
Instructions
Execute a JavaScript file with Node.js.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Optional arguments to pass to the script. | |
| path | Yes | Path to the .js file (absolute or relative to cwd). | |
| timeout | No | Execution timeout in seconds. Default: 120. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||