File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,6 @@ Use the principle of least privilege: add scopes only when a tool request fails
9191| 401 Unauthorized (remote) | Token expired/revoked | Create new PAT; update ` bearer_token ` |
9292| Server not listed | Wrong table name or syntax error | Use ` [mcp_servers.github] ` ; validate TOML |
9393| Tools missing / zero tools | Insufficient PAT scopes | Add needed scopes (workflow, gist, etc.) |
94- | Docker run fails | Image pull or local Docker issue | ` docker pull ghcr.io/github/github-mcp-server ` ; verify Docker running |
95- | Stdio exits immediately | ` GITHUB_PERSONAL_ACCESS_TOKEN ` not set | Add env table or export var before launch |
96- | Timeouts on large operations | Default too low | Increase ` tool_timeout_sec ` (e.g. 600) |
9794| Token in file risks leakage | Committed accidentally | Rotate token; add file to ` .gitignore ` |
9895
9996## Security Best Practices
@@ -105,7 +102,6 @@ Use the principle of least privilege: add scopes only when a tool request fails
105102
106103## References
107104- Remote server URL: ` https://api.githubcopilot.com/mcp/ `
108- - Docker image: ` ghcr.io/github/github-mcp-server `
109105- Release binaries: [ GitHub Releases] ( https://github.com/github/github-mcp-server/releases )
110106- OpenAI Codex MCP docs: https://developers.openai.com/codex/mcp
111107- Main project README: [ Advanced configuration options] ( ../../README.md )
You can’t perform that action at this time.
0 commit comments