-
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: v0.4.0
head repository: github/github-mcp-server
compare: v0.5.0
- 20 commits
- 58 files changed
- 14 contributors
Commits on May 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 414309c - Browse repository at this point
Copy the full SHA 414309cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4a0764 - Browse repository at this point
Copy the full SHA d4a0764View commit details
Commits on May 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 11ea4e2 - Browse repository at this point
Copy the full SHA 11ea4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e026fc - Browse repository at this point
Copy the full SHA 7e026fcView commit details
Commits on May 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 023f59d - Browse repository at this point
Copy the full SHA 023f59dView commit details
Commits on Jun 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c7a872b - Browse repository at this point
Copy the full SHA c7a872bView commit details -
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 tools Before: CMD ["./github-mcp-server", "stdio"] After: ENTRYPOINT ["./github-mcp-server"] + CMD ["stdio"] * address review feedback: use absolute path and improve comments
Configuration menu - View commit details
-
Copy full SHA for 63d3d8c - Browse repository at this point
Copy the full SHA 63d3d8cView commit details
Commits on Jun 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 373b74e - Browse repository at this point
Copy the full SHA 373b74eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2d5b43 - Browse repository at this point
Copy the full SHA c2d5b43View commit details
Commits on Jun 4, 2025
-
Add GitHub Enterprise Cloud with data residency (ghe.com) to readme (#…
…448) * Add ghe.com to readme Document support for GitHub Enterprise Cloud with data residency (ghe.com) in the readme. * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8854b2a - Browse repository at this point
Copy the full SHA 8854b2aView commit details
Commits on Jun 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9dd6fc5 - Browse repository at this point
Copy the full SHA 9dd6fc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c17ebfe - Browse repository at this point
Copy the full SHA c17ebfeView commit details
Commits on Jun 7, 2025
-
fix: move defaulted 'state' param after non-default params in list_co…
…de_scanning_alerts (#488)
Configuration menu - View commit details
-
Copy full SHA for c141bf4 - Browse repository at this point
Copy the full SHA c141bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 392df2d - Browse repository at this point
Copy the full SHA 392df2dView commit details
Commits on Jun 9, 2025
-
Export
ToBoolPtr
andRequiredParam
(#495)* ToBoolPtr, RequiredParam * lint: type assertion in RequiredParam * cap docstring
Configuration menu - View commit details
-
Copy full SHA for cbcf29f - Browse repository at this point
Copy the full SHA cbcf29fView commit details
Commits on Jun 10, 2025
-
Add context toolset and adjust readme (#499)
* add context toolset and adjust readme * move resources to a toolset * add resource registration as a toolset concern * add a note about broadening of toolsets * Apply suggestion from @SamMorrowDrums
Configuration menu - View commit details
-
Copy full SHA for fe31428 - Browse repository at this point
Copy the full SHA fe31428View commit details
Commits on Jun 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c423a52 - Browse repository at this point
Copy the full SHA c423a52View commit details
Commits on Jun 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3e32f75 - Browse repository at this point
Copy the full SHA 3e32f75View commit details -
Adding info about the Remote GitHub MCP server. Cleaned up some of the formatting and adding more info on the warning note.
Configuration menu - View commit details
-
Copy full SHA for 7ffbad4 - Browse repository at this point
Copy the full SHA 7ffbad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d69797 - Browse repository at this point
Copy the full SHA 6d69797View 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 v0.4.0...v0.5.0