GonMCPtool

npmInstall

Executes npm install command to install project dependencies, enabling efficient dependency management in development workflows.

Instructions

執行npm install命令安裝依賴

Input Schema

NameRequiredDescriptionDefault
optionsNo
pathNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "type": "string" }, "path": { "type": "string" } }, "type": "object" }
ID: 8xcb3w59pl