- Notifications
You must be signed in to change notification settings - Fork1.2k
Description
Describe the feature or problem you’d like to solve
Claude-Code Response when trying to get the review comments.
I apologize, but the GitHub MCP tools don't appear to have a direct method to
paginate through PR review comments. The get_pull_request_comments tool doesn't
accept pagination parameters, and when I try to retrieve all comments, the
response exceeds the token limit.
A clear and concise description of what the feature or problem is.
Proposed solution
Allow tool to paginate to get around token limit.
How will it benefit GitHub MCP Server and its users?
Yes
Example prompts or workflows (for tools/toolsets only)
If it's a new tool or improvement, share 3–5 example prompts or workflows it would enable. Just enough detail to show the value. Clear, valuable use cases are more likely to get approved.
Claude: I can see there are 25 review comments total. Unfortunately, the GitHub API
responses for the detailed review comments are too large.
Me: Can you paginate them
Claude: I apologize, but the GitHub MCP tools don't appear to have a direct method to
paginate through PR review comments. The get_pull_request_comments tool doesn't
accept pagination parameters, and when I try to retrieve all comments, the
response exceeds the token limit.
Additional context
Add any other context like screenshots or mockups are helpful, if applicable.