-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: github/github-mcp-server
base: v0.9.0
head repository: github/github-mcp-server
compare: main
- 6 commits
- 15 files changed
- 6 contributors
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
Configuration menu - View commit details
-
Copy full SHA for d5e1f48 - Browse repository at this point
Copy the full SHA d5e1f48View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 89e3afd - Browse repository at this point
Copy the full SHA 89e3afdView commit details
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.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>
Configuration menu - View commit details
-
Copy full SHA for 771d7b4 - Browse repository at this point
Copy the full SHA 771d7b4View commit details -
Updated descriptions for search tools (#737)
* Updated description for search_code * Update toolsnaps and docs
Configuration menu - View commit details
-
Copy full SHA for 4b64121 - Browse repository at this point
Copy the full SHA 4b64121View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1c6171b - Browse repository at this point
Copy the full SHA 1c6171bView commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 45e90ae - Browse repository at this point
Copy the full SHA 45e90aeView commit details
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.0...main