Starwind UI MCP Server

by starwind-ui
Verified

get_package_manager

Identifies and returns the package manager in use within a specified project directory, defaulting to npm, yarn, or pnpm if detection fails. Supports streamlined project setup and dependency management.

Instructions

Detects and returns the current package manager information

Input Schema

NameRequiredDescriptionDefault
cwdYesRoot directory to check for lock files
defaultManagerNoDefault package manager to use if detection fails (npm, yarn, pnpm)

Input Schema (JSON Schema)

{ "properties": { "cwd": { "description": "Root directory to check for lock files", "type": "string" }, "defaultManager": { "description": "Default package manager to use if detection fails (npm, yarn, pnpm)", "enum": [ "npm", "yarn", "pnpm" ], "type": "string" } }, "required": [ "cwd" ], "type": "object" }

You must be authenticated.

Other Tools from Starwind UI MCP Server

Related Tools

ID: 3931n8mhge