- Notifications
You must be signed in to change notification settings - Fork1.1k
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.5.0
head repository:github/github-mcp-server
Uh oh!
There was an error while loading.Please reload this page.
compare:main
- 19commits
- 69files changed
- 10contributors
Commits on Jun 12, 2025
Update README.md to prompt VS Code version update (#509)
Making it clear that you need the latest version of VS Code installed for it work.
Commits on Jun 13, 2025
point to remote config docs (#513)
* point to remote config docs* adding clarification and pointing to remote config* Update README.mdCo-authored-by: John Wesley Walker III <81404201+jww3@users.noreply.github.com>---------Co-authored-by: John Wesley Walker III <81404201+jww3@users.noreply.github.com>
Commits on Jun 17, 2025
Fix Uncaught Exception issue
build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2…
….3.0 (#529)* build(deps): bump github.com/go-viper/mapstructure/v2Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0.- [Release notes](https://github.com/go-viper/mapstructure/releases)- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)- [Commits](go-viper/mapstructure@v2.2.1...v2.3.0)---updated-dependencies:- dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>* adding licenses---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Tony Truong <tonytrg@github.com>
build(deps): bump golang from 1.24.3-alpine to 1.24.4-alpine (#496)
Bumps golang from 1.24.3-alpine to 1.24.4-alpine.---updated-dependencies:- dependency-name: golang dependency-version: 1.24.4-alpine dependency-type: direct:production update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Tony Truong <tonytrg@github.com>
Commits on Jun 18, 2025
Change reference from Anthropic to Github in README.md
Noticed README for mcpurl referenced Anthropic's MCP Server when I think intent is to reference Github's - probably some copy pasta origin
Co-authored-by: Sam Morrow <info@sam-morrow.com>
- williammartin committed
Jun 18, 2025 Update toolsnap error message with actionable instruction
williammartin committedJun 18, 2025 feat: add GitHub Actions tools for workflow management (#491)
* feat: add GitHub Actions tools for workflow management- Introduced new tools for managing GitHub Actions workflows, including listing workflows, running workflows, canceling workflow runs, and retrieving workflow run logs.- Updated README.md to include new `actions` toolset and detailed descriptions of the new tools.- Added comprehensive tests for the new functionality to ensure reliability and correctness.* feat: enhance GitHub Actions toolset with additional workflow management capabilities- Added new tools for managing GitHub Actions, including listing workflows, retrieving workflow run logs, and managing workflow runs.- Integrated the new `actions` toolset into the default toolset group for improved accessibility.* feat: enhance GetJobLogs functionality for improved job log retrieval- Added new tests for GetJobLogs, including scenarios for retrieving logs for both single jobs and failed jobs.- Updated GetJobLogs tool description to clarify its capabilities for fetching logs efficiently.- Implemented error handling for missing required parameters and optimized responses for failed job logs.- Introduced functionality to return actual log content instead of just URLs when requested.* feat: enhance GetJobLogs functionality for improved job log retrieval- Added new tests for GetJobLogs, including scenarios for retrieving logs for both single jobs and failed jobs.- Updated GetJobLogs tool description to clarify its capabilities for fetching logs efficiently.- Implemented error handling for missing required parameters and optimized responses for failed job logs.- Introduced functionality to return actual log content instead of just URLs when requested.* refactor: standardize parameter handling and read-only hints in GitHub Actions tools- Replaced instances of `requiredParam` with `RequiredParam` for consistency across all tools.- Updated `toBoolPtr` to `ToBoolPtr` in tool annotations to maintain uniformity in boolean pointer handling.- Ensured all tools in the GitHub Actions suite adhere to the new naming conventions for improved readability and maintainability.* docs: add missing actions toolset to Available Toolsets table* feat: enhance GitHub Actions tool descriptions with enumerated options- Updated descriptions for workflow run status and job filters to include enumerated options for clarity.- Improved documentation for better usability and understanding of available parameters.* feat: expand event type options in GitHub Actions tool descriptions- Enhanced the event parameter description in the ListWorkflowRuns function to include a comprehensive list of supported event types.- Improved clarity and usability for users by providing enumerated options for event types in the documentation.* feat: add support for running workflows by ID and filename in GitHub Actions tools- Introduced a new tool, RunWorkflowByFileName, to allow users to run workflows using the workflow filename.- Updated the existing RunWorkflow tool to accept a numeric workflow ID instead of a filename.- Enhanced tests to cover scenarios for both running workflows by ID and filename, including error handling for missing parameters.- Improved tool descriptions for clarity and usability.* feat: standardize repository parameter descriptions in GitHub Actions tools- Introduced constants for repository owner and name descriptions to enhance consistency across multiple tools.- Updated all relevant tools to use the new constants for improved clarity and maintainability in parameter descriptions.* feat: enhance GitHub Actions tools with user-friendly titles- Added user-friendly titles to tool annotations for various GitHub Actions tools, improving clarity and usability for end-users.- Updated descriptions for tools including ListWorkflows, ListWorkflowRuns, RunWorkflow, and others to include new titles for better identification and understanding of their functionalities.* feat: unify workflow execution in GitHub Actions tools- Refactored the RunWorkflow tool to accept both numeric workflow IDs and filenames, enhancing flexibility for users.- Updated the corresponding tests to reflect changes in parameter handling and added assertions for workflow type in responses.- Removed the separate RunWorkflowByFileName tool to streamline functionality and improve code maintainability.* fix: linting issues
build(deps): bump github.com/mark3labs/mcp-go from 0.31.0 to 0.32.0 (#…
…528)* build(deps): bump github.com/mark3labs/mcp-go from 0.31.0 to 0.32.0Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) from 0.31.0 to 0.32.0.- [Release notes](https://github.com/mark3labs/mcp-go/releases)- [Commits](mark3labs/mcp-go@v0.31.0...v0.32.0)---updated-dependencies:- dependency-name: github.com/mark3labs/mcp-go dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>* updating licenses---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Tony Truong <tonytrg@github.com>
Remove tool desc
add_pull_request_review_comment
and `create_pull_r……equest_review`- Reason for tool removal can be found in#410
Commits on Jun 20, 2025
Add prompt to feature request template for tool proposals to include example workflows/prompts
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.5.0...main
Uh oh!
There was an error while loading.Please reload this page.