run_javascript
Execute JavaScript code or scripts with Node.js, supporting file paths and command line arguments.
Instructions
Execute JavaScript code or script with Node.js
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | JavaScript code to execute | |
| script_path | No | Path to JavaScript file | |
| args | No | Command line arguments |