We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f9e8e commit 065fbdcCopy full SHA for 065fbdc
cmd/github-mcp-server/main.go
@@ -83,7 +83,7 @@ func init() {
83
84
// Add global flags that will be shared by all commands
85
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)")
+ rootCmd.PersistentFlags().StringSlice("tools", nil, "Comma-separated list of specific tools to enable")
87
rootCmd.PersistentFlags().Bool("dynamic-toolsets", false, "Enable dynamic toolsets")
88
rootCmd.PersistentFlags().Bool("read-only", false, "Restrict the server to read-only operations")
89
rootCmd.PersistentFlags().String("log-file", "", "Path to log file")
0 commit comments