Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Component Quality Standards | Structured quality profile optimized for AI code generation |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
requirement-structuring | analyze the user's natural language and structure the requirements into a clear and structured component requirement document. Use this tool when the user requests a new UI component—e.g., mentions /ui, or asks for a button, input, dialog, table, form, banner, card, or other Vue component |
components-filter | filter components with shadcn/ui components and tailwindcss, Use this tool when mentions /filter |
component-usage-doc | read usage doc of a component, Use this tool when mentions /doc. |
component-builder | Retrieve documentation for all filtered components and charts to prepare for component generation, This tool ONLY returns the text snippet for that UI component. After calling this tool, you must edit or add files to integrate the snippet into the codebase. |
component-quality-check | Automatically check Vue component quality and provide detailed feedback. Use this tool when you need to validate component quality, accessibility, performance, and best practices compliance. or when mentions /check. |