diff --git a/README.md b/README.md index ce6eb81cb..059256aaa 100644 --- a/README.md +++ b/README.md @@ -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= \ - -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 ``` diff --git a/pkg/github/tools.go b/pkg/github/tools.go index 62b67af6f..f6d4afa80 100644 --- a/pkg/github/tools.go +++ b/pkg/github/tools.go @@ -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",