-
Notifications
You must be signed in to change notification settings - Fork 883
toolset does not exists using GITHUB_TOOLSETS #307
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
Comments
Thank you for this report. Can you try the following
I am wondering if the env var parsing is failing to split the CSV into by comma. |
With |
Ok this will be fixing for sure. Thank you. |
@williammartin ![]() However the below config results in the error log of
![]() Passing the path and stdio arg fixes it still |
I don't think we've done a release since the PR was merged (one of the funny quirks of shipping a binary but using GitHub's |
No worries, more-so didnt know if it was an issue with my docker. Thanks for you reply |
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: