We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6f2ec commit 8589660Copy full SHA for 8589660
1 file changed
pkg/http/server.go
@@ -25,10 +25,7 @@ import (
25
26
// knownFeatureFlags are the feature flags that can be enabled via X-MCP-Features header.
27
// Only these flags are accepted from headers.
28
-var knownFeatureFlags = []string{
29
- github.FeatureFlagHoldbackConsolidatedProjects,
30
- github.FeatureFlagHoldbackConsolidatedActions,
31
-}
+var knownFeatureFlags = []string{}
32
33
type ServerConfig struct {
34
// Version of the server
0 commit comments