-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: github/github-mcp-server
base: v0.9.0
head repository: github/github-mcp-server
compare: main
- 19 commits
- 58 files changed
- 13 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
Commits on Aug 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ff6e859 - Browse repository at this point
Copy the full SHA ff6e859View commit details
Commits on Aug 5, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 33a63a0 - Browse repository at this point
Copy the full SHA 33a63a0View commit details
Commits on Aug 6, 2025
-
* update all imports to use v74 * go mod tidy * update third party licenses * rename * autogen licenses
Configuration menu - View commit details
-
Copy full SHA for 521d5e9 - Browse repository at this point
Copy the full SHA 521d5e9View commit details
Commits on Aug 8, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for d65d1d5 - Browse repository at this point
Copy the full SHA d65d1d5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8aa3379 - Browse repository at this point
Copy the full SHA 8aa3379View commit details
Commits on Aug 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f818830 - Browse repository at this point
Copy the full SHA f818830View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0b80f68 - Browse repository at this point
Copy the full SHA 0b80f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for cad048b - Browse repository at this point
Copy the full SHA cad048bView commit details
Commits on Aug 12, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 842003a - Browse repository at this point
Copy the full SHA 842003aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3479d02 - Browse repository at this point
Copy the full SHA 3479d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c8629 - Browse repository at this point
Copy the full SHA 02c8629View commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for 6f06cba - Browse repository at this point
Copy the full SHA 6f06cbaView commit details -
Add List issue types tool (#616)
* add list issue types action * lint * remove log * update docs
Configuration menu - View commit details
-
Copy full SHA for 0e7a25e - Browse repository at this point
Copy the full SHA 0e7a25eView 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