npmInstall
Run npm install commands to install dependencies for Node.js projects, specifying paths and options via GonMCPtool's MCP server.
Instructions
執行npm install命令安裝依賴
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | ||
| path | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"options": {
"type": "string"
},
"path": {
"type": "string"
}
},
"type": "object"
}