File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ const (
2626 DescriptionRepositoryName = "Repository name"
2727)
2828
29- // FeatureFlagConsolidatedActions is the legacy feature flag (deprecated, no longer used).
30- // Kept for documentation purposes only.
31- const FeatureFlagConsolidatedActions = "remote_mcp_consolidated_actions"
32-
3329// FeatureFlagHoldbackConsolidatedActions is the feature flag that, when enabled, reverts to
3430// individual actions tools instead of the consolidated actions tools.
3531const FeatureFlagHoldbackConsolidatedActions = "mcp_holdback_consolidated_actions"
Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ const (
2727 MaxProjectsPerPage = 50
2828)
2929
30- // FeatureFlagConsolidatedProjects is the legacy feature flag (deprecated, no longer used).
31- // Kept for documentation purposes only.
32- const FeatureFlagConsolidatedProjects = "remote_mcp_consolidated_projects"
33-
3430// FeatureFlagHoldbackConsolidatedProjects is the feature flag that, when enabled, reverts to
3531// individual project tools instead of the consolidated project tools.
3632const FeatureFlagHoldbackConsolidatedProjects = "mcp_holdback_consolidated_projects"
You can’t perform that action at this time.
0 commit comments