-
Notifications
You must be signed in to change notification settings - Fork 776
Comparing changes
Open a pull request
base repository: github/github-mcp-server
base: v0.1.0
head repository: github/github-mcp-server
compare: v0.1.1
- 18 commits
- 27 files changed
- 14 contributors
Commits on Apr 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 92303d4 - Browse repository at this point
Copy the full SHA 92303d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e4bd4 - Browse repository at this point
Copy the full SHA 17e4bd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6e33e - Browse repository at this point
Copy the full SHA 1a6e33eView commit details -
Update CONTRIBUTING.md to fix link to LICENSE file (#109)
The template pointed to LICENSE.md but this repo is using LICENSE updated link to point to mcp's license file
Configuration menu - View commit details
-
Copy full SHA for 6716423 - Browse repository at this point
Copy the full SHA 6716423View commit details
Commits on Apr 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 86b0dcd - Browse repository at this point
Copy the full SHA 86b0dcdView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 270bbf7 - Browse repository at this point
Copy the full SHA 270bbf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b02799 - Browse repository at this point
Copy the full SHA 6b02799View commit details
Commits on Apr 7, 2025
-
1
Configuration menu - View commit details
-
Copy full SHA for e6b73f7 - Browse repository at this point
Copy the full SHA e6b73f7View commit details -
Add support for retrieving GitHub Issue Comments (#106)
* Add support for retrieving GitHub Issue Comments Add new tool 'get_issue_comments' that allows fetching comments associated with GitHub issues. This complements the existing issue retrieval functionality and follows the same patterns as the pull request comments implementation. The implementation includes: - New getIssueComments function in pkg/github/issues.go - Tool registration in server.go - Comprehensive test coverage in issues_test.go * Support pagination for get_issue_comments --------- Co-authored-by: Javier Uruen Val <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c77ea94 - Browse repository at this point
Copy the full SHA c77ea94View commit details -
Add line parameter support to create_pull_request_review tool (#118)
* Add line parameter support to create_pull_request_review tool - Updated schema to make path and body the only required fields - Added line parameter as alternative to position for inline comments - Updated handler to accept either position or line based on GitHub API spec - Added new test case that verifies line parameter works properly - Updated error messages for better validation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * Expand PR review API with multi-line comment support - Added new parameters: line, side, start_line, start_side - Added proper validation for multi-line comment parameters - Improved validation logic to handle parameter combinations - Added test cases for regular and multi-line comments - Updated schema documentation for better tool discoverability 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * gofmt --------- Co-authored-by: Claude <[email protected]> Co-authored-by: Javier Uruen Val <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31471a4 - Browse repository at this point
Copy the full SHA 31471a4View commit details -
Use github.Ptr instead of smithy-go/ptr (#147)
Co-authored-by: Javier Uruen Val <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4c2f58 - Browse repository at this point
Copy the full SHA e4c2f58View commit details -
pkg/github: fix use of per page parameter
Page size tool parameter names were changed to `perPage` within #90 while GitHub API uses `per_page` parameter name. This change fixes overlooked inconsistencies. Follow up on #90 Follow up on #129 Fixes #136 Signed-off-by: Alexander Yastrebov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 755b816 - Browse repository at this point
Copy the full SHA 755b816View commit details -
Configuration menu - View commit details
-
Copy full SHA for a720700 - Browse repository at this point
Copy the full SHA a720700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f9ef6e - Browse repository at this point
Copy the full SHA 0f9ef6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff896d0 - Browse repository at this point
Copy the full SHA ff896d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff1f16e - Browse repository at this point
Copy the full SHA ff1f16eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a9f0b0 - Browse repository at this point
Copy the full SHA 8a9f0b0View commit details -
4
Configuration menu - View commit details
-
Copy full SHA for 7ab5d96 - Browse repository at this point
Copy the full SHA 7ab5d96View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.0...v0.1.1