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.9.1
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
  • 6 commits
  • 15 files changed
  • 6 contributors

Commits on Jul 29, 2025

  1. Add updating draft state to update_pull_request tool (#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 (#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

Commits on Jul 30, 2025

  1. Add initial support for multi-tool workflows (#685)

    * initial workflows
    
    * fixing tabs
    
    * remove unused SecurityAlertWorkflowPrompt and RepositorySetupWorkflowPrompt
    
    * add workflow prompt for creating issue and assigning to copilot
    
    * Update pkg/github/workflow_prompts.go
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * remove notif triage
    
    * remove code inv workflow tool
    
    * rm another
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    mattdholloway and Copilot authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    771d7b4 View commit details
    Browse the repository at this point in the history
  2. Updated descriptions for search tools (#737)

    * Updated description for search_code
    
    * Update toolsnaps and docs
    JoannaaKL authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    4b64121 View commit details
    Browse the repository at this point in the history
  3. Feat: Add initial Gist tools (#340)

    * Add initial Gist tools: ListGists, CreateGist
    
    * Add UpdateGist tool
    
    * Add documentation for initial Gist tools
    
    ---------
    
    Co-authored-by: Matt Holloway <mattdholloway@github.com>
    xodene and mattdholloway authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    1c6171b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. feat: add reviewers parameter to UpdatePullRequest (#285)

    * feat: add reviewers parameter to UpdatePullRequest and update tests
    
    * Update pullrequests.go
    
    * feat: enhance update pull request functionality with reviewers support
    
    * update README to clarify optional reviewers parameter in API documentation- go run ./cmd/github-mcp-server generate-docs
    
    * feat: enhance UpdatePullRequest to return early if no updates or reviewers are provided
    
    * Add updating draft state to `update_pull_request` tool (#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
    
    * Add support for org-level discussions in list_discussions tool (#775)
    
    * make repo optional, and default to .github when not provided. improve tool description
    
    * autogen
    
    * update tests
    
    * small copy paste error fixes
    
    * refactor: streamline UpdatePullRequest logic and enhance test cases for reviewer updates
    
    * refactor: remove redundant draft update tests and streamline UpdatePullRequest logic
    
    * test: add unit tests for updating pull request draft state
    
    * refactor: simplify UpdatePullRequest tests by removing unused mock data
    
    ---------
    
    Co-authored-by: Matt Holloway <mattdholloway@github.com>
    Co-authored-by: Tommaso Moro <37270480+tommaso-moro@users.noreply.github.com>
    3 people authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    45e90ae View commit details
    Browse the repository at this point in the history
Loading