{ "name": "drawarch-mcp", "version": "0.2.0", "description": "MCP server for editable Draw.io architecture diagrams and exact reference-image recreations", "mcpName": "io.github.Ajey95/drawarch", "license": "MIT", "author": "DrawArch contributors", "repository": { "type": "git", "url": "git+https://github.com/Ajey95/drawarch-mcp.git" }, "homepage": "https://github.com/Ajey95/drawarch-mcp#readme", "bugs": { "url": "https://github.com/Ajey95/drawarch-mcp/issues" }, "keywords": ["mcp", "model-context-protocol", "drawio", "diagrams.net", "architecture", "reference-image"], "type": "module", "bin": { "drawarch-mcp": "dist/src/index.js" }, "files": [ "dist", "src/assets/svg", "README.md", "PRD.md", "server.json", "CHANGELOG.md", "SECURITY.md", "LICENSE" ], "scripts": { "build": "tsc -p tsconfig.json && node scripts/copy-assets.mjs", "test": "vitest run", "test:watch": "vitest", "start": "node dist/src/index.js", "sample": "node --import tsx scripts/generate-sample.ts", "check": "npm test && npm run build && npm audit --audit-level=high && npm pack --dry-run", "prepublishOnly": "npm test && npm run build" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/node": "^2.0.0", "@modelcontextprotocol/server": "2.0.0", "sharp": "^0.35.3", "zod": "4.4.3" }, "devDependencies": { "@modelcontextprotocol/client": "^2.0.0", "@types/node": "24.13.3", "tsx": "4.23.12", "typescript": "7.0.2", "vitest": "4.1.10" } }