-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Minor additions to gitignore and readme #222
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
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.
Pull Request Overview
This PR introduces minor documentation updates to improve setup instructions.
- Added a note specifying that the Personal Access Token requires at least the read:packages permission.
- Added a step for logging into ghcr.io using docker.
Co-authored-by: Copilot <[email protected]>
README.md
Outdated
| 3. Lastly you will need to [Create a GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new). | ||
| The MCP server can use many of the GitHub APIs, so enable the permissions that you feel comfortable granting your AI tools (to learn more about access tokens, please check out the [documentation](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)). | ||
|
|
||
| * Your PAT Token needs at least `read:packages` permission to be able to pull from `ghcr.io`. |
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.
Did you run into some issue here? As far as I'm aware the image is public and:
You can also access public container images anonymously.
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.
ah whoops ignore this pr for now :)
I just tested and it works without the pat.
I had some issues with the setup earlier. So I wiped everything and go through every option in the readme to check if I can add useful stuff to the readme.
Update remote mcp server names that have a local counterpart
This pr adds:
Prerequisitessection in the readme.