Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/github-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6d69797
Choose a base ref
...
head repository: github/github-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3fe88ee
Choose a head ref
  • 19 commits
  • 69 files changed
  • 10 contributors

Commits on Jun 12, 2025

  1. 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.
    D1M1TR10S authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    853323d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. point to general updates page

    tonytrg authored and SamMorrowDrums committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    dc94eaa View commit details
    Browse the repository at this point in the history
  2. add clarification

    tonytrg authored and SamMorrowDrums committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    5e80be8 View commit details
    Browse the repository at this point in the history
  3. 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]>
    tonytrg and jww3 authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    8562b1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9926b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    cdab131 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Update README.md

    Fix Uncaught Exception issue
    PierreGode authored and SamMorrowDrums committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    5502afa View commit details
    Browse the repository at this point in the history
  2. 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]>
    dependabot[bot] and tonytrg authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    bb24ec0 View commit details
    Browse the repository at this point in the history
  3. 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]>
    dependabot[bot] and tonytrg authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    41d1269 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. 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
    dgiacomo authored and SamMorrowDrums committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    82fe310 View commit details
    Browse the repository at this point in the history
  2. chore: fix e2e tests (#536)

    Co-authored-by: Sam Morrow <[email protected]>
    tonytrg and SamMorrowDrums authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    1ddb78d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e988d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2765d1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    846fac6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7da11c2 View commit details
    Browse the repository at this point in the history
  7. 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
    gabornyergesX authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    da6476d View commit details
    Browse the repository at this point in the history
  8. 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]>
    dependabot[bot] and tonytrg authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    f51096d View commit details
    Browse the repository at this point in the history
  9. Remove tool desc add_pull_request_review_comment and `create_pull_r…

    …equest_review`
    
    - Reason for tool removal can be found in #410
    andrewyk authored and SamMorrowDrums committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    87a4770 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Update feature_request.md

    Add prompt to feature request template for tool proposals to include example workflows/prompts
    D1M1TR10S authored and SamMorrowDrums committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    3fe88ee View commit details
    Browse the repository at this point in the history
Loading