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: zashed/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
  • 4 commits
  • 10 files changed
  • 5 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

Commits on Jul 29, 2025

  1. Add updating draft state to update_pull_request tool (github#774)

    * initial impl of pull request draft state update
    
    * appease linter
    
    * update README
    
    * add nosec
    
    * fixed err return type for json marshalling
    
    * add gql test
    mattdholloway authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    d5e1f48 View commit details
    Browse the repository at this point in the history
  2. Add support for org-level discussions in list_discussions tool (githu…

    …b#775)
    
    * make repo optional, and default to .github when not provided. improve tool description
    
    * autogen
    
    * update tests
    
    * small copy paste error fixes
    tommaso-moro authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    89e3afd View commit details
    Browse the repository at this point in the history
Loading