install_dependencies
Install project dependencies using npm, yarn, or pnpm for MCP server development workflows. Specify the package manager and directory to streamline dependency management and ensure consistent builds.
Instructions
Install project dependencies
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory | No | Directory to install dependencies in (default: current directory) | |
manager | No | Package manager to use | npm |