Skip to content

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

Closed
raythurnvoid opened this issue Apr 18, 2025 · 3 comments · Fixed by #348
Closed

toolset does not exists using GITHUB_TOOLSETS #307

raythurnvoid opened this issue Apr 18, 2025 · 3 comments · Fixed by #348
Assignees
Labels
bug Something isn't working

Comments

@raythurnvoid
Copy link

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

@raythurnvoid raythurnvoid added the bug Something isn't working label Apr 18, 2025
@SamMorrowDrums
Copy link
Collaborator

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.

@raythurnvoid
Copy link
Author

With --toolsets it works!

@SamMorrowDrums
Copy link
Collaborator

Ok this will be fixing for sure. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants