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 419d7c3 commit ded581dCopy full SHA for ded581d
pkg/vmcp/config/config.go
@@ -211,6 +211,8 @@ type AggregationConfig struct {
211
212
// Tools contains per-workload tool configuration.
213
Tools []*WorkloadToolConfig `json:"tools,omitempty" yaml:"tools,omitempty"`
214
+
215
+ ExcludeAllTools bool `json:"excludeAllTools,omitempty"`
216
}
217
218
// ConflictResolutionConfig contains conflict resolution settings.
@@ -233,6 +235,8 @@ type WorkloadToolConfig struct {
233
235
234
236
// Overrides maps tool names to override configurations.
237
Overrides map[string]*ToolOverride `json:"overrides,omitempty" yaml:"overrides,omitempty"`
238
239
+ ExcludeAll bool `json:"excludeAll,omitempty"`
240
241
242
// ToolOverride defines tool name/description overrides.
0 commit comments