{ "name": "flowzap-mcp", "version": "2.0.0", "mcpName": "io.github.flowzap-xyz/flowzap", "description": "MCP server for FlowZap - Create workflow, sequence, architecture, and mind map diagrams via AI assistants. Works with Claude Desktop, Claude Code, Cursor, Windsurf, OpenAI Codex, Warp, Zed, Cline, Roo Code, Continue.dev, and Sourcegraph Cody.", "main": "dist/index.js", "bin": { "flowzap-mcp": "./dist/index.js" }, "type": "module", "scripts": { "clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"", "build": "npm run clean && tsc", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "flowzap", "diagrams", "workflow", "sequence-diagram", "ai", "claude", "cursor", "windsurf", "codex", "cline", "zed", "warp", "model-context-protocol" ], "author": "FlowZap ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/flowzap-xyz/flowzap-mcp.git" }, "homepage": "https://flowzap.xyz", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "README.md" ] }