{ "name": "qodercli-mcp", "mcpName": "io.github.cantbeblank96/qodercli-mcp", "version": "0.4.3", "description": "MCP server that wraps qodercli (Qoder CLI), letting any MCP client delegate coding tasks to Qoder agents.", "type": "module", "main": "src/index.js", "bin": { "qodercli-mcp": "src/index.js" }, "files": [ "src", "README.md", "LICENSE" ], "scripts": { "start": "node src/index.js", "test": "node test/smoke.test.js" }, "keywords": [ "mcp", "model-context-protocol", "qoder", "qodercli", "ai", "coding-agent" ], "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.23.8" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/cantbeblank96/qodercli-mcp.git" } }