{ "name": "@bitbybit-dev/mcp", "version": "1.3.2", "description": "MCP server for the Bitbybit 3D CAD API: version-exact lookups of every function, its parameters, defaults and examples, for AI coding agents", "author": "Bit By Bit Developers", "license": "MIT", "type": "module", "mcpName": "dev.bitbybit/cad", "bin": { "bitbybit-mcp": "./dist/stdio.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./server": { "types": "./dist/server.d.ts", "default": "./dist/server.js" }, "./index-loader": { "types": "./dist/index-loader.d.ts", "default": "./dist/index-loader.js" }, "./installed-version": { "types": "./dist/installed-version.d.ts", "default": "./dist/installed-version.js" }, "./json-schema": { "types": "./dist/json-schema.d.ts", "default": "./dist/json-schema.js" }, "./package.json": "./package.json" }, "files": [ "dist", "src", "server.json", "LICENSE", "README.md" ], "scripts": { "build": "tsc --project tsconfig.build.json", "clean": "rm -rf dist", "typecheck": "tsc --noEmit", "typecheck:tests": "tsc -p tsconfig.json --noEmit --pretty false", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest", "coverage": "vitest run --coverage", "sync:guides": "npm run build && node scripts/sync-guides.mjs", "check:guides": "npm run build && node scripts/sync-guides.mjs --check", "prepublishOnly": "npm run clean && npm run build" }, "engines": { "node": ">=20" }, "keywords": [ "Bit By Bit Developers", "MCP", "Model Context Protocol", "AI", "agents", "Claude", "Cursor", "bitbybit", "bitbybit.dev", "Geometry", "CAD", "3D", "JSCAD", "OCCT", "OpenCascade", "Manifold", "Parametric", "Modeling", "3D modeling", "OpenCascade Technology" ], "repository": { "type": "git", "url": "git+https://github.com/bitbybit-dev/bitbybit.git", "directory": "packages/dev/mcp" }, "bugs": { "url": "https://github.com/bitbybit-dev/bitbybit/issues" }, "homepage": "https://bitbybit.dev", "dependencies": { "@modelcontextprotocol/server": "2.0.0", "zod": "4.6.5" }, "devDependencies": { "@modelcontextprotocol/client": "2.0.0", "@types/node": "^22.10.2", "@vitest/coverage-v8": "4.1.11", "typescript": "5.9.3", "vitest": "4.1.11" } }