GitHub PR Comments MCP Server

by shaileshahuja
Verified
{ "name": "github-pr-mcp", "version": "1.0.0", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/server.js", "dev": "ts-node --esm src/server.ts", "test": "node dist/test-client.js" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "@octokit/rest": "^21.1.1", "@types/express": "^5.0.0", "@types/node": "^22.13.10", "dotenv": "^16.4.7", "express": "^4.21.2", "ts-node": "^10.9.2", "typescript": "^5.8.2", "zod": "^3.22.4" } }