Starwind UI MCP Server

MIT License

update_component

Automate update commands for Starwind UI components using specified package manager. Input component names and options to streamline the update process 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, '--yes' to skip confirmation prompts)
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, '--yes' to skip confirmation prompts)", "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