Skip to main content
Glama

CanIUse MCP

check_react_compatibility

Verify React feature compatibility with Chrome 37 to identify potential browser support issues and ensure code works as intended.

Instructions

Check compatibility of React-specific features and patterns for Chrome 37

Input Schema

NameRequiredDescriptionDefault
featuresYesReact features to check (e.g., 'jsx', 'es6-class', 'arrow-functions', 'destructuring')

Input Schema (JSON Schema)

{ "properties": { "features": { "description": "React features to check (e.g., 'jsx', 'es6-class', 'arrow-functions', 'destructuring')", "items": { "type": "string" }, "type": "array" } }, "required": [ "features" ], "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