Starwind UI MCP Server

by starwind-ui
Verified

install_component

Generate installation commands for Starwind UI components using npm, yarn, or pnpm. Specify a component, additional components, and installation options for streamlined setup.

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: 3931n8mhge