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.4.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
  • 12commits
  • 47files changed
  • 8contributors

Commits on May 26, 2025

  1. Configuration menu
    Copy the full SHA
    414309cView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4a0764View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Configuration menu
    Copy the full SHA
    11ea4e2View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e026fcView commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

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

Commits on Jun 2, 2025

  1. Bump go-github to v72.0.0

    @radar07@williammartin
    radar07 authored andwilliammartin committedJun 2, 2025
    Configuration menu
    Copy the full SHA
    c7a872bView commit details
    Browse the repository at this point in the history
  2. fix: use ENTRYPOINT and CMD for proper argument handling (#454)

    * fix: use ENTRYPOINT and CMD for proper argument handling- Change from CMD to ENTRYPOINT + CMD pattern for better Docker practices- ENTRYPOINT sets the executable that always runs- CMD provides default arguments that can be overridden- This allows container runtimes to properly append additional arguments- Fixes issues with argument passing in container orchestration toolsBefore: CMD ["./github-mcp-server", "stdio"]After: ENTRYPOINT ["./github-mcp-server"] + CMD ["stdio"]* address review feedback: use absolute path and improve comments
    @JAORMX
    JAORMX authoredJun 2, 2025
    Configuration menu
    Copy the full SHA
    63d3d8cView commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    373b74eView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2d5b43View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Add GitHub Enterprise Cloud with data residency (ghe.com) to readme (#…

    …448)* Add ghe.com to readmeDocument support for GitHub Enterprise Cloud with data residency (ghe.com) in the readme.* Update README.mdCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    @malantin@Copilot
    malantin andCopilot authoredJun 4, 2025
    Configuration menu
    Copy the full SHA
    8854b2aView commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Configuration menu
    Copy the full SHA
    9dd6fc5View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c17ebfeView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp