Github PR Comments
Fetches comments from GitHub Pull Requests, including file paths, line ranges, and replies, using a personal access token.
소개
This tool is a Model Context Protocol (MCP) server designed to retrieve comments from GitHub Pull Requests. It leverages the GitHub API via Octokit to fetch PR comments along with associated file paths, line ranges, and any replies. The server implements the MCP protocol using StdioServerTransport and returns the comments in a structured JSON format, facilitating easy integration with other applications and services.
주요 기능
- Uses GitHub API via Octokit
- 1 GitHub stars
- Includes replies to comments
- Returns comments in a structured JSON format
- Fetches PR comments with file paths and line ranges
- Implements MCP server with StdioServerTransport
사용 사례
- Analyzing code review feedback programmatically
- Integrating GitHub PR comments into development workflows
- Displaying PR comments within IDEs or other tools