Skip to content

Commit 065fbdc

Browse files
committed
update
1 parent e2f9e8e commit 065fbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/github-mcp-server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func init() {
8383

8484
// Add global flags that will be shared by all commands
8585
rootCmd.PersistentFlags().StringSlice("toolsets", nil, github.GenerateToolsetsHelp())
86-
rootCmd.PersistentFlags().StringSlice("tools", nil, "Comma-separated list of specific tools to enable (takes priority over toolsets)")
86+
rootCmd.PersistentFlags().StringSlice("tools", nil, "Comma-separated list of specific tools to enable")
8787
rootCmd.PersistentFlags().Bool("dynamic-toolsets", false, "Enable dynamic toolsets")
8888
rootCmd.PersistentFlags().Bool("read-only", false, "Restrict the server to read-only operations")
8989
rootCmd.PersistentFlags().String("log-file", "", "Path to log file")

0 commit comments

Comments
 (0)