package.json•599 B
{
"name": "review-mcp",
"version": "1.0.0",
"description": "MCP server for code reviews using Codex and Gemini CLIs",
"type": "module",
"main": "dist/index.js",
"bin": {
"review-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"start": "node dist/index.js"
},
"keywords": [
"mcp",
"code-review",
"ai",
"codex",
"gemini"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.3.0"
}
}