We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4886a96 commit a9aa076Copy full SHA for a9aa076
cmd/github-mcp-server/main.go
@@ -142,7 +142,7 @@ func init() {
142
httpCmd.Flags().Int("port", 8082, "HTTP server port")
143
httpCmd.Flags().String("base-url", "", "Base URL where this server is publicly accessible (for OAuth resource metadata)")
144
httpCmd.Flags().String("base-path", "", "Externally visible base path for the HTTP server (for OAuth resource metadata)")
145
- httpCmd.Flags().Bool("scope-challenge", false, "Enable OAuth scope challenge responses and tool filtering based on token scopes")
+ httpCmd.Flags().Bool("scope-challenge", false, "Enable OAuth scope challenge responses")
146
147
// Bind flag to viper
148
_ = viper.BindPFlag("toolsets", rootCmd.PersistentFlags().Lookup("toolsets"))
0 commit comments