npm_command
Execute npm commands like install, test, and build directly from the Code MCP Server to manage Node.js packages and run scripts.
Instructions
Run npm commands (install, test, build, etc)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | npm command (install, test, run, etc) | |
| args | No | Additional arguments | |
| cwd | No | Working directory |