Skip to main content
Glama

CanIUse MCP

scan_project

Analyze project files to detect CSS/JS features and check compatibility across specified browser targets, identifying potential issues and providing remediation guidance.

Instructions

Analyze project files to detect CSS/JS features and check compatibility across browser targets

Input Schema

NameRequiredDescriptionDefault
excludeDirsNoDirectories to exclude from scanning
maxDepthNoMaximum directory depth to scan
projectPathNoPath to the project directory to scan (default: current directory).
targetsNoBrowser targets to check (e.g., 'chrome-37', 'firefox-esr', 'safari-12')

Input Schema (JSON Schema)

{ "properties": { "excludeDirs": { "default": [ "node_modules", ".git", "dist", "build" ], "description": "Directories to exclude from scanning", "items": { "type": "string" }, "type": "array" }, "maxDepth": { "default": 5, "description": "Maximum directory depth to scan", "type": "number" }, "projectPath": { "default": ".", "description": "Path to the project directory to scan (default: current directory)", "type": "string" }, "targets": { "default": [ "chrome-37" ], "description": "Browser targets to check (e.g., 'chrome-37', 'firefox-esr', 'safari-12')", "items": { "type": "string" }, "type": "array" } }, "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