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.