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 |
|---|---|
| suggest_css_solution | Suggests CSS-first solutions for UI implementation tasks by searching MDN documentation. Provides detailed CSS property information, browser support, and asks for user consent before recommending usage. |
| check_css_browser_support | Checks browser support for specific CSS properties using MDN data and provides detailed compatibility information. |
| get_css_property_details | Retrieves comprehensive information about a CSS property from MDN documentation including syntax, examples, and use cases. |
| confirm_css_property_usage | Confirms user consent for using a specific CSS property and provides implementation guidance. |