Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | Environment mode (development/production) | |
GEMINI_API_KEY | No | Your Google Gemini API key (optional) for AI features |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
generate_component | Generate Tailwind CSS components with AI assistance using Gemini |
get_shadcn_component | Get shadcn/ui component source code and usage examples |
create_project | Create a complete project with Vite + Tailwind + shadcn/ui setup |
optimize_classes | Optimize and clean up Tailwind CSS classes |
create_theme | Generate custom Tailwind theme with AI assistance |
analyze_design | Analyze design with AI for improvements and best practices |
generate_preview | Generate visual preview of Tailwind components |
convert_to_tailwind | Convert CSS/SCSS to Tailwind classes |
suggest_improvements | Get AI-powered suggestions for design improvements |
create_layout | Generate responsive layouts with Tailwind CSS |