Skip to main content
Glama

CanIUse MCP

generate_configs

Generate build configurations, CI/CD setups, and workflow files for browser compatibility based on specified targets and project types.

Instructions

Generate complete build configurations, CI/CD setups, and workflow files for browser compatibility

Input Schema

NameRequiredDescriptionDefault
configTypeNoType of configuration to generateall
includePolyfillsNoInclude polyfill configurations
projectTypeNoProject framework typereact
targetNoPrimary browser target for configurationchrome-37

Input Schema (JSON Schema)

{ "properties": { "configType": { "default": "all", "description": "Type of configuration to generate", "enum": [ "babel", "postcss", "webpack", "package-json", "ci", "git-hooks", "all" ], "type": "string" }, "includePolyfills": { "default": true, "description": "Include polyfill configurations", "type": "boolean" }, "projectType": { "default": "react", "description": "Project framework type", "enum": [ "react", "vanilla-js", "vue", "angular" ], "type": "string" }, "target": { "default": "chrome-37", "description": "Primary browser target for configuration", "type": "string" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Amirmahdi-Kaheh/caniuse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server