{ "name": "@cadlens/mcp-server", "version": "0.6.0", "mcpName": "io.github.cadlens-co/cadlens-mcp", "description": "Model Context Protocol server that wraps the CADLens REST API.", "type": "module", "bin": { "cadlens-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsc && chmod +x dist/index.js", "typecheck": "tsc --noEmit", "lint": "eslint . --ext .ts", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", "test": "vitest run", "test:watch": "vitest", "smoke": "node scripts/smoke.mjs", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.57.0", "prettier": "^3.2.0", "typescript": "^5.4.0", "undici": "^6.21.0", "vitest": "^1.6.0" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "ai-agents", "cad", "dwg", "dxf", "cad-parser", "cad-api", "engineering-api", "aec", "cadlens" ], "repository": { "type": "git", "url": "https://github.com/cadlens-co/cadlens-mcp" }, "homepage": "https://cadlens.co", "bugs": { "url": "https://github.com/cadlens-co/cadlens-mcp/issues" }, "license": "MIT" }