Starwind UI MCP Server

by starwind-ui
Verified

update_component

Generate update commands for Starwind UI components using specified package managers, with options to update individual or multiple components efficiently.

Instructions

Generates update commands for Starwind UI components

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "additionalComponents": { "description": "Additional components to update", "items": { "type": "string" }, "type": "array" }, "component": { "description": "Component name to update", "type": "string" }, "options": { "description": "Additional options for updating (e.g., '--all' to update 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