-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: github/github-mcp-server
base: 6d69797
head repository: github/github-mcp-server
compare: 3fe88ee
- 19 commits
- 69 files changed
- 10 contributors
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.
Configuration menu - View commit details
-
Copy full SHA for 853323d - Browse repository at this point
Copy the full SHA 853323dView commit details
Commits on Jun 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dc94eaa - Browse repository at this point
Copy the full SHA dc94eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e80be8 - Browse repository at this point
Copy the full SHA 5e80be8View commit details -
point to remote config docs (#513)
* point to remote config docs * adding clarification and pointing to remote config * Update README.md Co-authored-by: John Wesley Walker III <[email protected]> --------- Co-authored-by: John Wesley Walker III <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8562b1d - Browse repository at this point
Copy the full SHA 8562b1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9926b9 - Browse repository at this point
Copy the full SHA e9926b9View commit details
Commits on Jun 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cdab131 - Browse repository at this point
Copy the full SHA cdab131View commit details
Commits on Jun 17, 2025
-
Fix Uncaught Exception issue
Configuration menu - View commit details
-
Copy full SHA for 5502afa - Browse repository at this point
Copy the full SHA 5502afaView commit details -
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/v2 Bumps [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] <[email protected]> * adding licenses --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tony Truong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb24ec0 - Browse repository at this point
Copy the full SHA bb24ec0View commit details -
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tony Truong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41d1269 - Browse repository at this point
Copy the full SHA 41d1269View commit details
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
Configuration menu - View commit details
-
Copy full SHA for 82fe310 - Browse repository at this point
Copy the full SHA 82fe310View commit details -
Co-authored-by: Sam Morrow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ddb78d - Browse repository at this point
Copy the full SHA 1ddb78dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e988d5 - Browse repository at this point
Copy the full SHA 3e988d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2765d1d - Browse repository at this point
Copy the full SHA 2765d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 846fac6 - Browse repository at this point
Copy the full SHA 846fac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da11c2 - Browse repository at this point
Copy the full SHA 7da11c2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for da6476d - Browse repository at this point
Copy the full SHA da6476dView commit details -
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.0 Bumps [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] <[email protected]> * updating licenses --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tony Truong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f51096d - Browse repository at this point
Copy the full SHA f51096dView commit details -
Remove tool desc
add_pull_request_review_comment
and `create_pull_r……equest_review` - Reason for tool removal can be found in #410
Configuration menu - View commit details
-
Copy full SHA for 87a4770 - Browse repository at this point
Copy the full SHA 87a4770View commit details
Commits on Jun 20, 2025
-
Add prompt to feature request template for tool proposals to include example workflows/prompts
Configuration menu - View commit details
-
Copy full SHA for 3fe88ee - Browse repository at this point
Copy the full SHA 3fe88eeView 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 6d69797...3fe88ee