Skip to main content
Glama

CanIUse MCP

manage_config

Configure browser baselines, polyfills, and feature overrides to enhance compatibility checking accuracy for web development projects.

Instructions

Configure browser baselines, polyfills, and feature overrides for more accurate compatibility checking

Input Schema

NameRequiredDescriptionDefault
actionNoConfiguration action to performview
baselineNoSet default baseline browser target (e.g., 'chrome-37', 'chrome-57')
browserNoBrowser name for custom target
featureNoFeature name for override setting
overrideNoForce feature support status
polyfillNoFeature name to add/remove from polyfills list
targetNameNoCustom target name (e.g., 'chrome-57')
versionNoBrowser version for custom target

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "view", "description": "Configuration action to perform", "enum": [ "view", "set_baseline", "add_polyfill", "remove_polyfill", "set_override", "add_target", "create_template", "reset" ], "type": "string" }, "baseline": { "description": "Set default baseline browser target (e.g., 'chrome-37', 'chrome-57')", "type": "string" }, "browser": { "description": "Browser name for custom target", "type": "string" }, "feature": { "description": "Feature name for override setting", "type": "string" }, "override": { "description": "Force feature support status", "enum": [ "supported", "unsupported" ], "type": "string" }, "polyfill": { "description": "Feature name to add/remove from polyfills list", "type": "string" }, "targetName": { "description": "Custom target name (e.g., 'chrome-57')", "type": "string" }, "version": { "description": "Browser version for custom target", "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