npx_run
Run npm packages via npx with optional arguments and a timeout, allowing direct execution of CLI tools without global installation.
Instructions
Execute a command with npx.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Optional arguments. | |
| command | Yes | The npx command or package to run. | |
| timeout | No | Execution timeout in seconds. Default: 120. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||