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 |
|---|---|
| search_components | Search for Modus Web Components by name or keyword. Returns a list of matching components with brief descriptions. |
| get_component_docs | Get the complete documentation for a specific Modus Web Component including attributes, events, and usage examples. |
| list_all_components | List all available Modus Web Components with their categories. |
| find_by_attribute | Find components that have a specific attribute or property. |
| get_design_rules | Get specific design rules for Modus Web Components (colors, icons, spacing, typography, etc.). |
| search_design_rules | Search across all design rules by keyword or term. |
| list_design_categories | List all available design rule categories. |
| get_setup_guide | Get setup instructions for HTML or React projects using Modus Web Components. |
| get_theme_usage | Get theme implementation guidelines and usage instructions. |
| get_development_rules | Get universal development rules and best practices for Modus Web Components. |