Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ When using Docker, you can pass the toolsets as environment variables:
```bash
docker run -i --rm \
-e GITHUB_PERSONAL_ACCESS_TOKEN=<your-token> \
-e GITHUB_TOOLSETS="repos,issues,pull_requests,actions,code_security,experiments" \
-e GITHUB_TOOLSETS="repos,issues,pull_requests,actions,code_security" \
ghcr.io/github/github-mcp-server
```

Expand Down
5 changes: 0 additions & 5 deletions pkg/github/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ var (
Description: "GitHub Notifications related tools",
Icon: "bell",
}
ToolsetMetadataExperiments = inventory.ToolsetMetadata{
ID: "experiments",
Description: "Experimental features that are not considered stable yet",
Icon: "beaker",
}
ToolsetMetadataDiscussions = inventory.ToolsetMetadata{
ID: "discussions",
Description: "GitHub Discussions related tools",
Expand Down