We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get 2025/04/18 01:55:24 Failed to initialize toolsets:toolset repos,issues,pull_requests,code_security does not exist
2025/04/18 01:55:24 Failed to initialize toolsets:toolset repos,issues,pull_requests,code_security does not exist
GitHub MCP Server Version: v0.2.0 Commit: 8991436 Build Date: 2025-04-17T13:39:10Z
docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN="xxx" -e GITHUB_TOOLSETS="repos,issues,pull_requests,code_security" ghcr.io/github/github-mcp-server
The text was updated successfully, but these errors were encountered:
Thank you for this report. Can you try the following
docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN="xxx" ghcr.io/github/github-mcp-server ./github-mcp-server stdio --toolsets repos,issues,pull_requests,code_security
I am wondering if the env var parsing is failing to split the CSV into by comma.
Sorry, something went wrong.
With --toolsets it works!
--toolsets
Ok this will be fixing for sure. Thank you.
williammartin
Successfully merging a pull request may close this issue.
Describe the bug
I get
2025/04/18 01:55:24 Failed to initialize toolsets:toolset repos,issues,pull_requests,code_security does not exist
Affected version
GitHub MCP Server
Version: v0.2.0
Commit: 8991436
Build Date: 2025-04-17T13:39:10Z
Steps to reproduce the behavior
docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN="xxx" -e GITHUB_TOOLSETS="repos,issues,pull_requests,code_security" ghcr.io/github/github-mcp-server
The text was updated successfully, but these errors were encountered: