Skip to main content
Glama

Starwind UI MCP Server

by starwind-ui

get_package_manager

Identify the package manager in use for a project by checking lock files in the specified root directory. Defaults to a specified manager if detection fails.

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" }

Other Tools from Starwind UI MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/starwind-ui/starwind-ui-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server