{ "name": "@cyanheads/browser-compat-mcp-server", "version": "0.1.2", "mcpName": "io.github.cyanheads/browser-compat-mcp-server", "description": "Browser compatibility and Baseline status for any web feature — offline, from MDN's browser-compat-data, web-features, and caniuse. STDIO or Streamable HTTP.", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "browser-compat-mcp-server": "dist/index.js" }, "files": [ "changelog/", "dist/", "README.md", "LICENSE", "THIRD_PARTY_NOTICES.md", "CLAUDE.md", "AGENTS.md", "Dockerfile", "server.json" ], "scripts": { "build": "bun run scripts/build.ts", "rebuild": "bun run scripts/clean.ts && bun run scripts/build.ts", "clean": "bun run scripts/clean.ts", "devcheck": "bun run scripts/devcheck.ts", "audit:fix": "bun audit fix", "audit:refresh": "rm -f bun.lock && bun install && bun audit", "tree": "bun run scripts/tree.ts", "list-skills": "bun run scripts/list-skills.ts", "format": "biome check --write .", "format:unsafe": "biome check --write --unsafe .", "lint:mcp": "bun run scripts/lint-mcp.ts", "lint:packaging": "bun run scripts/lint-packaging.ts", "bundle": "bun run build && npx -y @anthropic-ai/mcpb pack . dist/browser-compat-mcp-server.mcpb && bun run scripts/clean-mcpb.ts dist/browser-compat-mcp-server.mcpb", "changelog:build": "bun run scripts/build-changelog.ts", "changelog:check": "bun run scripts/build-changelog.ts --check", "publish-mcp": "mcp-publisher login github -token \"$(security find-generic-password -a \"$USER\" -s mcp-publisher-github-pat -w)\" && mcp-publisher publish", "release:github": "bun run scripts/release-github.ts", "test": "vitest run", "test:coverage": "vitest run --coverage", "start": "node dist/index.js", "start:stdio": "MCP_TRANSPORT_TYPE=stdio node dist/index.js", "start:http": "MCP_TRANSPORT_TYPE=http node dist/index.js" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "typescript", "bun", "ai-agent", "stdio", "streamable-http", "browser-compat", "browser-compat-data", "baseline", "web-features", "caniuse", "browserslist", "web-platform", "css", "javascript", "html", "web-apis", "mdn" ], "repository": { "type": "git", "url": "git+https://github.com/cyanheads/browser-compat-mcp-server.git" }, "license": "Apache-2.0", "packageManager": "bun@1.4.0", "engines": { "bun": ">=1.4.0", "node": ">=24.0.0" }, "publishConfig": { "access": "public" }, "dependencies": { "@cyanheads/mcp-ts-core": "^0.13.6", "@mdn/browser-compat-data": "^8.1.1", "browserslist": "^4.29.0", "caniuse-lite": "^1.0.30001810", "pino-pretty": "^13.1.3", "web-features": "^3.38.0", "zod": "^4.6.5" }, "devDependencies": { "@biomejs/biome": "2.5.14", "@socketsecurity/bun-security-scanner": "^1.1.2", "@types/node": "26.6.1", "@vitest/coverage-istanbul": "5.0.1", "depcheck": "^1.4.7", "fast-check": "^4.10.1", "ignore": "^7.0.9", "tsc-alias": "^1.9.5", "typescript": "^7.0.2", "vitest": "^5.0.1" }, "author": "Casey Hand (https://caseyjhand.com)", "funding": [ { "type": "github", "url": "https://github.com/sponsors/cyanheads" }, { "type": "buy_me_a_coffee", "url": "https://www.buymeacoffee.com/cyanheads" } ], "homepage": "https://github.com/cyanheads/browser-compat-mcp-server#readme", "bugs": { "url": "https://github.com/cyanheads/browser-compat-mcp-server/issues" } }