Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/github-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: github/github-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1
Choose a head ref
  • 18 commits
  • 27 files changed
  • 14 contributors

Commits on Apr 4, 2025

  1. Configuration menu
    Copy the full SHA
    92303d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17e4bd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a6e33e View commit details
    Browse the repository at this point in the history
  4. 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
    Jeffrey-Luszcz authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    6716423 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. Configuration menu
    Copy the full SHA
    86b0dcd View commit details
    Browse the repository at this point in the history
  2. pretty print json (#114)

    mntlty authored Apr 5, 2025
    1 Configuration menu
    Copy the full SHA
    270bbf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b02799 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. 1 Configuration menu
    Copy the full SHA
    e6b73f7 View commit details
    Browse the repository at this point in the history
  2. 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]>
    almostwhitehat and juruen authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    c77ea94 View commit details
    Browse the repository at this point in the history
  3. 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]>
    3 people authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    31471a4 View commit details
    Browse the repository at this point in the history
  4. Use github.Ptr instead of smithy-go/ptr (#147)

    Co-authored-by: Javier Uruen Val <[email protected]>
    ohkinozomu and juruen authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    e4c2f58 View commit details
    Browse the repository at this point in the history
  5. 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]>
    AlexanderYastrebov authored and williammartin committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    755b816 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a720700 View commit details
    Browse the repository at this point in the history
  7. Add pagination helper

    williammartin committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    0f9ef6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff896d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff1f16e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a9f0b0 View commit details
    Browse the repository at this point in the history
  11. 4 Configuration menu
    Copy the full SHA
    7ab5d96 View commit details
    Browse the repository at this point in the history
Loading