{ "name": "ai-consensus-connector", "version": "0.12.2", "mcpName": "io.github.TheStevenJohnstone/ai-consensus", "description": "Make AI Consensus a standing review layer for your coding agent — Claude, GPT and Gemini answer independently, cross-examine each other, and return one recommendation plus the strongest dissent.", "type": "module", "bin": { "ai-consensus-connector": "index.js" }, "files": [ "index.js", "README.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.8" }, "engines": { "node": ">=18" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/TheStevenJohnstone/ai-consensus-connector.git" }, "homepage": "https://ai-consensus.ai", "bugs": { "url": "https://github.com/TheStevenJohnstone/ai-consensus-connector/issues" } }