diff --git a/.gitignore b/.gitignore index 9fb1dca9d..80b6e9585 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,13 @@ .idea -cmd/github-mcp-server/github-mcp-server + # Added by goreleaser init: dist/ -__debug_bin* \ No newline at end of file +__debug_bin* + +# Explicitly allow vscode configuration +.vscode/* +!.vscode/launch.json + +# Ignore go binaries +cmd/github-mcp-server/github-mcp-server +github-mcp-server diff --git a/README.md b/README.md index f85663ab4..6134150ea 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ automation and interaction capabilities for developers and tools. 2. Once Docker is installed, you will also need to ensure Docker is running. 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`. ## Installation