This server provides tools to enhance AI-assisted development workflows with Starwind UI components:
Initialize new projects: Create Starwind UI projects with
init_project, specifying the package manager (npm, yarn, pnpm)Manage components: Generate commands to install or update components with
install_componentandupdate_componentAccess documentation: Retrieve documentation links using
get_documentationfor guides and component-specific resourcesFetch LLM data: Retrieve data from starwind.dev with rate limiting and caching via
fetch_llm_dataDetect package managers: Identify the current package manager with
get_package_manager
Detects and generates appropriate npm commands for installing and updating Starwind UI components in projects using npm as package manager.
Detects and generates appropriate pnpm commands for installing and updating Starwind UI components in projects using pnpm as package manager.
Provides type-safe implementation of tools for working with Starwind UI components in TypeScript projects, with better developer experience and type safety.
Detects and generates appropriate yarn commands for installing and updating Starwind UI components in projects using yarn as package manager.