{ "name": "@drawx/mcp-server", "version": "0.1.1", "mcpName": "io.github.SaharshPamecha/drawx-mcp-server", "description": "Model Context Protocol server for DrawX — generate draw.io diagrams and architecture designs from natural language, inside Claude, Cursor, and VS Code.", "type": "module", "bin": { "drawx-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc && chmod +x dist/index.js", "dev": "tsc --watch", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "test": "vitest run", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "drawio", "diagrams", "diagramming", "architecture", "claude", "cursor", "ai" ], "author": "DrawX", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/SaharshPamecha/drawx-mcp-server.git" }, "homepage": "https://getdrawx.com", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.23.8" }, "devDependencies": { "typescript": "^5.6.0", "vitest": "^2.1.0", "@types/node": "^20.14.0" } }