Starwind UI MCP Server

MIT License

install_component

Generate installation commands for Starwind UI components using npm, yarn, or pnpm. Specify components, additional options, and streamline setup for your development workflow.

Instructions

Generates installation commands for Starwind UI components

Input Schema

NameRequiredDescriptionDefault
additionalComponentsNoAdditional components to install
componentYesComponent name to install
optionsNoAdditional options for installation (e.g., '--all' to install all components)
packageManagerNoPackage manager to use (npm, yarn, pnpm)

Input Schema (JSON Schema)

{ "properties": { "additionalComponents": { "description": "Additional components to install", "items": { "type": "string" }, "type": "array" }, "component": { "description": "Component name to install", "type": "string" }, "options": { "description": "Additional options for installation (e.g., '--all' to install all components)", "items": { "type": "string" }, "type": "array" }, "packageManager": { "description": "Package manager to use (npm, yarn, pnpm)", "enum": [ "npm", "yarn", "pnpm" ], "type": "string" } }, "required": [ "component" ], "type": "object" }

You must be authenticated.

Other Tools from Starwind UI MCP Server

Related Tools

    ID: j7wx7ousry