-
Notifications
You must be signed in to change notification settings - Fork 627
feat: gitHub-mcp-server installation now available in Homebrew #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Co-authored-by: Copilot <[email protected]>
@MayorFaj - Would the README section labelled Usage with VS Code also need to be updated with the correct JSON configuration to interact with the Homebrew binary installation? |
Thanks for this. I don't think we want to recommend this as the paved path, but as an alternative. One option is to add sections for: Docker, Homebrew. It matters because the VSCode install buttons will set the docker version, and that will work cross platform, where brew is not available on all platforms (and even though it is available on linux, is rare). Using this syntax:
|
Closes #116
This pull request includes an update to the
README.md
file, adding detailed installation instructions for Mac users via Homebrew and providing additional guidance on using the CLI after installation.The formula has been added to the official Homebrew Core repository
Documentation updates:
README.md
: Added a new section for Homebrew installation on Mac, including steps to set up the GitHub token and run the server in stdio mode. Also included a command for accessing help options.This pull request updates theREADME.md
file to include new installation instructions for the GitHub MCP server using Homebrew on Mac. It also provides details on how to set up and use the server after installation.