npm_command
Execute npm commands (e.g., install, test, build) directly within the Code MCP Server, enabling AI agents to manage Node.js project tasks efficiently.
Instructions
Run npm commands (install, test, build, etc)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Additional arguments | |
command | Yes | npm command (install, test, run, etc) | |
cwd | No | Working directory |