{ "name": "cursor-delegate-mcp", "version": "2.3.0", "mcpName": "io.github.andreilungeanu/cursor-delegate-mcp", "type": "module", "description": "Delegate multi-file coding work from Claude Code, Codex, Copilot, or any MCP client to Cursor's CLI agent — structured results, plan mode, and changed files.", "license": "MIT", "author": "Andrei Lungeanu ", "repository": { "type": "git", "url": "git+https://github.com/andreilungeanu/cursor-delegate-mcp.git" }, "bugs": { "url": "https://github.com/andreilungeanu/cursor-delegate-mcp/issues" }, "homepage": "https://github.com/andreilungeanu/cursor-delegate-mcp#readme", "keywords": [ "mcp", "cursor", "cursor-agent", "acp", "agent-client-protocol", "claude-code", "codex", "chatgpt", "github-copilot", "vscode", "opencode", "antigravity", "windsurf", "composer", "composer-2.5", "delegation", "coding-agent", "ai-agents" ], "main": "src/server.js", "bin": { "cursor-delegate-mcp": "src/server.js" }, "engines": { "node": ">=20" }, "files": [ "src", "README.md", "PRIVACY.md", "SECURITY.md", "TERMS.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "test": "node scripts/run-tests.mjs", "test:pack": "node test/npm-package-smoke.mjs", "start": "node src/server.js", "typecheck": "tsc -p tsconfig.json" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.22.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^26.1.1", "typescript": "^7.0.2" } }