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: CaveDeveloper/github-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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: main
Choose a head ref
  • 2 commits
  • 6 files changed
  • 4 contributors

Commits on Jul 24, 2025

  1. feat: list_discussions sort by updatedAt & createdAt, return updatedA…

    …t and author (github#690)
    
    * added updatedAt and Author (aka User) login to query and payload
    
    * added initial support for orderby and direction
    
    * sort by created at instead of updated at by default
    
    * remove unused code
    
    * refactor to map to most suitable query based on user inputs at runtime
    
    * updated readme with new description
    
    * restore original categoryID code, simplify vars management
    
    * quick fix
    
    * update tests to account for recent changes (author login, updated at date)
    
    * use switch statement for better readability
    
    * remove comment
    
    * linting
    
    * refactored logic, simplified switch statement
    
    * linting
    
    * use original queries from discussions list tool for testing
    
    * linting
    
    * remove logging
    
    * Complete merge by re-introducing pagination to ListDiscussions
    
    * fix unit tests
    
    * refactor: less repetitive interface
    
    ---------
    
    Co-authored-by: LuluBeatson <lulubeatson@github.com>
    Co-authored-by: Lulu <59149422+LuluBeatson@users.noreply.github.com>
    3 people authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    a939565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efef8ae View commit details
    Browse the repository at this point in the history
Loading