Skip to content

Commit 09c49bc

Browse files
committed
minor edits for gitignore and readme
1 parent 54f360b commit 09c49bc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
.idea
2-
cmd/github-mcp-server/github-mcp-server
2+
33
# Added by goreleaser init:
44
dist/
55
__debug_bin*
66

77
# Explicitly allow vscode configuration
88
.vscode/*
99
!.vscode/launch.json
10+
11+
# Ignore go binaries
12+
cmd/github-mcp-server/github-mcp-server
13+
github-mcp-server

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ automation and interaction capabilities for developers and tools.
1818
2. Once Docker is installed, you will also need to ensure Docker is running.
1919
3. Lastly you will need to [Create a GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new).
2020
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)).
21-
21+
* Your PAT Token needs at least `read:packages` permission to be able to pull from `ghcr.io`.
22+
4. Login via `docker login ghcr.io -u <YOUR_GITHUB_USERNAME> -p <YOUR_GITHUB_PAT>`.
2223

2324

2425
## Installation

0 commit comments

Comments
 (0)