GitHub PR Helper is an MCP server implementation that enables AI assistants to interact with GitHub repositories through the GitHub CLI. It provides tools for creating pull requests and adding line-specific comments to PRs, handling authentication through either environment variables or existing GitHub CLI credentials. The server exposes these capabilities through both a REST API and an MCP interface, making it particularly valuable for developers who want to streamline their code review workflows and PR management directly from AI conversations.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
創建 GitHub Pull Request. 參數:repoPath (本地 Git 倉庫路徑), title (PR 標題), description (PR 描述), ticketNumber (票號), baseBranch (目標分支)
在 PR 添加評論. 參數:repoPath (本地 Git 倉庫路徑), baseBranch (比較的基準分支), filePath (文件路徑), lineNumber (行號), comment (評論內容)