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 |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_component | Generate an its-just-ui component with specified props and styling |
| list_components | List available its-just-ui components and their categories |
| compose_components | Create a composition of multiple its-just-ui components |
| configure_theme | Configure theme settings including colors, mode, and typography |
| generate_tailwind_classes | Generate Tailwind utility classes for specific use cases |
| create_responsive_layout | Create a responsive layout using Tailwind CSS and its-just-ui components |
| create_form | Generate a form structure using its-just-ui form components |
| get_component_docs | Get documentation, usage examples, and prop descriptions for a component |
| check_accessibility | Get accessibility features and ARIA attributes for a component |