-
Notifications
You must be signed in to change notification settings - Fork 13
Add github get issue tool #6
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
base: main
Are you sure you want to change the base?
Add github get issue tool #6
Conversation
…rver expects list
- Implements a new GitHub tool to retrieve the list of files changed in a pull request - Provides helpful formatting with status, additions, deletions, and summaries - Includes comprehensive unit and integration tests - Follows the same pattern as existing GitHub tools 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Implement list_pull_requests_tool for fetching PRs from GitHub repositories - Add handler function to process API requests and format results - Create unit and integration tests for the new tool - Add tool to module exports 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
General review comments on the addition of GitHub tools. Overall, this looks like a solid addition introducing useful GitHub functionality.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! This PR adds valuable GitHub integration tools. The code is well-structured with good error handling and tests. One suggestion regarding inline comments.
Add get_issue tool in mcp server. Put
GITHUB_TOKEN
to Authorization header as optional