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.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: main
Choose a head ref
  • 19 commits
  • 58 files changed
  • 13 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

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    ff6e859 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Add support for org-level discussions in list_discussion_categories t…

    …ool (#819)
    
    * hide implementation detail for org-level queries
    
    * update tests
    
    * autogen
    
    * made tests consistent with other tests
    tommaso-moro authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    33a63a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Bump go-github to v74 (#826)

    * update all imports to use v74
    
    * go mod tidy
    
    * update third party licenses
    
    * rename
    
    * autogen licenses
    tommaso-moro authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    521d5e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. fix: correct descriptions for PR/issue searching (#840)

    Fix #839 by updating the descriptions for the `owner` and `repo`
    parameters for the `search_issues` and `search_pull_requests` tools to
    no longer reference notifications but issues and pull requests,
    respectively.
    klaskosk authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    d65d1d5 View commit details
    Browse the repository at this point in the history
  2. Migrate list_issues tool from REST to GraphQL API (#833)

    * initial changes
    
    * Further advances on list_issues tool to use GRPC
    
    * Updating pagination for Graphql ListIssues
    
    * Sorting data structures & returning mapped Issue
    
    * Adding dynamic label queries
    
    * Adding dynamic state queries for list_issues
    
    * Add optional since filter, to get issues based on last update to issue
    
    * Move ListIssues test to graphql format & removal of temp file
    
    * Update documentation and fix linter issues
    
    * Removal of redundant code, and increase limit on label return
    
    * Fixing context for status to allow for better interactions
    
    * Update tool snaps with tool description
    
    * Update docs for final changes to context
    MattBabbage authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    8aa3379 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Configuration menu
    Copy the full SHA
    f818830 View commit details
    Browse the repository at this point in the history
  2. Tommy/improve-ref-handling (#851)

    * make resolveGitReference function more robust, add comments to follow the logic
    
    * add  tests for new functionality
    
    * lint fix 1
    
    * fix linting by using inverted if instead of empty if block
    
    * remove unused var
    
    * refactor
    
    * remove comment
    
    * small fix
    
    * add ref == "" case in switch statement, use originalRef instead of ref in case definitions and some of the logic
    tommaso-moro authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    0b80f68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cad048b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Handle Actions Cancel Workflow Run returning a 202 (#855)

    Actions Cancel Workflow Run returns a 202 on success. Check for a `*github.AcceptedError` in response to the API call to handle this correctly.
    omgitsads authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    842003a View commit details
    Browse the repository at this point in the history
  2. fix: replace logrus with slog (#781)

    - Adjust some logs to use structured outputs
    - Set stdioserver log prefix as const
    - Do not export test func removeTimeAttr
    
    Signed-off-by: Bailey Hayes <behayes2@gmail.com>
    Co-authored-by: Matt Holloway <mattdholloway@github.com>
    Co-authored-by: JoannaaKL <joannaakl@github.com>
    3 people authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    3479d02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02c8629 View commit details
    Browse the repository at this point in the history
  4. List releases (#862)

    * docs: add required GitHub token permissions per action (#128)
    
    * Feat: Add support for GitHub Releases (list and latest) tools
    
    * Update repositories.go
    
    Update params
    
    * Update README.md
    
    Add only new tool to the readme
    
    * Revise GitHub PAT instructions and permissions section
    
    * Readme formatting
    
    ---------
    
    Co-authored-by: Arya Soni <aryasoni98@gmail.com>
    Co-authored-by: Arya Soni <18515597+aryasoni98@users.noreply.github.com>
    3 people authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    6f06cba View commit details
    Browse the repository at this point in the history
  5. Add List issue types tool (#616)

    * add list issue types action
    
    * lint
    
    * remove log
    
    * update docs
    akenneth authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    0e7a25e View commit details
    Browse the repository at this point in the history
Loading