npm_command
Execute npm commands like install, test, or build directly within the MCP server environment. Simplify workflows by specifying commands, arguments, and working directories for efficient task management.
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 |