Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable verbose logging with debug pattern (e.g. 'caniuse-mcp*') | |
| CANIUSE_OVERRIDES | No | Set feature overrides as JSON object string | |
| CANIUSE_POLYFILLS | No | Configure polyfills as JSON array string | |
| CANIUSE_DEFAULT_BASELINE | No | Set default baseline browser target |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan_project | Analyze project files to detect CSS/JS features and check compatibility across browser targets |
| check_compatibility | Check specific features or files against multiple browser targets with detailed analysis |
| get_fixes | Get actionable remediation steps, polyfills, and alternatives for unsupported features |
| generate_configs | Generate complete build configurations, CI/CD setups, and workflow files for browser compatibility |
| manage_config | Configure browser baselines, polyfills, and feature overrides for more accurate compatibility checking |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |