Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:v0.5.0
Choose a base ref
Loading
...
head repository:github/github-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:main
Choose a head ref
Loading
  • 19commits
  • 69files changed
  • 10contributors

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
    D1M1TR10S authoredJun 12, 2025
    Configuration menu
    Copy the full SHA
    853323dView commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. point to general updates page

    @tonytrg@SamMorrowDrums
    tonytrg authored andSamMorrowDrums committedJun 13, 2025
    Configuration menu
    Copy the full SHA
    dc94eaaView commit details
    Browse the repository at this point in the history
  2. add clarification

    @tonytrg@SamMorrowDrums
    tonytrg authored andSamMorrowDrums committedJun 13, 2025
    Configuration menu
    Copy the full SHA
    5e80be8View 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.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>
    @tonytrg@jww3
    tonytrg andjww3 authoredJun 13, 2025
    Configuration menu
    Copy the full SHA
    8562b1dView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9926b9View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    cdab131View 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@SamMorrowDrums
    PierreGode authored andSamMorrowDrums committedJun 17, 2025
    Configuration menu
    Copy the full SHA
    5502afaView 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/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>
    @dependabot@tonytrg
    dependabot[bot] andtonytrg authoredJun 17, 2025
    Configuration menu
    Copy the full SHA
    bb24ec0View 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] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Tony Truong <tonytrg@github.com>
    @dependabot@tonytrg
    dependabot[bot] andtonytrg authoredJun 17, 2025
    Configuration menu
    Copy the full SHA
    41d1269View 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@SamMorrowDrums
    dgiacomo authored andSamMorrowDrums committedJun 18, 2025
    Configuration menu
    Copy the full SHA
    82fe310View commit details
    Browse the repository at this point in the history
  2. chore: fix e2e tests (#536)

    Co-authored-by: Sam Morrow <info@sam-morrow.com>
    @tonytrg@SamMorrowDrums
    tonytrg andSamMorrowDrums authoredJun 18, 2025
    Configuration menu
    Copy the full SHA
    1ddb78dView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e988d5View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2765d1dView commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    846fac6View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7da11c2View 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
    gabornyergesX authoredJun 18, 2025
    Configuration menu
    Copy the full SHA
    da6476dView 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.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>
    @dependabot@tonytrg
    dependabot[bot] andtonytrg authoredJun 18, 2025
    Configuration menu
    Copy the full SHA
    f51096dView commit details
    Browse the repository at this point in the history
  9. Remove tool descadd_pull_request_review_comment and `create_pull_r…

    …equest_review`- Reason for tool removal can be found in#410
    @andrewyk@SamMorrowDrums
    andrewyk authored andSamMorrowDrums committedJun 18, 2025
    Configuration menu
    Copy the full SHA
    87a4770View 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@SamMorrowDrums
    D1M1TR10S authored andSamMorrowDrums committedJun 20, 2025
    Configuration menu
    Copy the full SHA
    3fe88eeView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp