git-codereview
Version:
An MCP server that allows AI to review your changes before pushing
42 lines (41 loc) • 932 B
JSON
{
"name": "git-codereview",
"version": "0.1.0",
"description": "An MCP server that allows AI to review your changes before pushing",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AyoubTRD/git-codereview-mcp.git"
},
"keywords": [
"MCP",
"AI",
"Code-Review",
"Git"
],
"author": "Ayoub Taouarda",
"license": "ISC",
"bugs": {
"url": "https://github.com/AyoubTRD/git-codereview-mcp/issues"
},
"homepage": "https://github.com/AyoubTRD/git-codereview-mcp#readme",
"bin": {
"git-codereview": "build/index.js"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js"
},
"files": [
"build"
],
"type": "module",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.16.0",
"simple-git": "^3.28.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.0.15",
"typescript": "^5.8.3"
}
}