- Notifications
You must be signed in to change notification settings - Fork2.7k
Comparing changes
Open a pull request
base repository:github/github-mcp-server
Uh oh!
There was an error while loading.Please reload this page.
base:v0.9.1
head repository:github/github-mcp-server
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.10.0
- 6commits
- 15files changed
- 6contributors
Commits on Jul 29, 2025
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
Commits on Jul 30, 2025
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.goCo-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>
Updated descriptions for search tools (#737)
* Updated description for search_code* Update toolsnaps and docs
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>
Commits on Jul 31, 2025
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>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.9.1...v0.10.0
Uh oh!
There was an error while loading.Please reload this page.