-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat:(github) get_pull_request_comments and get_pull_request_reviews #558
Closed
monkeydaichan
wants to merge
26
commits into
modelcontextprotocol:main
from
monkeydaichan:feature/get-pr-review-comments
Closed
feat:(github) get_pull_request_comments and get_pull_request_reviews #558
monkeydaichan
wants to merge
26
commits into
modelcontextprotocol:main
from
monkeydaichan:feature/get-pr-review-comments
+85
−53
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add API endpoint to fetch comments from issues and pull requests - Add GitHubComment and GetIssueCommentsSchema - Update README.md with new API documentation - Fix code style to use single quotes consistently
- Add get_pull_request_comments tool to fetch line-specific review comments - Add get_pull_request_reviews tool to fetch overall PR reviews
monkeydaichan
force-pushed
the
feature/get-pr-review-comments
branch
from
January 23, 2025 05:25
c629b9b
to
46e54d7
Compare
…chan/mcp-servers into feature/get-pr-review-comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
** Should be merged #557 **
Description
Add new tools to GitHub MCP server for retrieving pull request review comments and reviews.
Server Details
get_pull_request_comments
toolget_pull_request_reviews
toolMotivation and Context
These new tools will enable LLM clients to fetch and analyze pull request review comments and reviews, enabling better code review assistance and collaboration features.
How Has This Been Tested?
Breaking Changes
No breaking changes. These are new additions that don't affect existing functionality.
Types of changes
Checklist
Additional context