Skip to content

Commit a9aa076

Browse files
committed
Update description that PAT filtering is not part of scope challenge.
1 parent 4886a96 commit a9aa076

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
@@ -142,7 +142,7 @@ func init() {
142142
httpCmd.Flags().Int("port", 8082, "HTTP server port")
143143
httpCmd.Flags().String("base-url", "", "Base URL where this server is publicly accessible (for OAuth resource metadata)")
144144
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")
145+
httpCmd.Flags().Bool("scope-challenge", false, "Enable OAuth scope challenge responses")
146146

147147
// Bind flag to viper
148148
_ = viper.BindPFlag("toolsets", rootCmd.PersistentFlags().Lookup("toolsets"))

0 commit comments

Comments
 (0)