Skip to content

Commit cf8b402

Browse files
committed
fix(soc-ai): update capability group prefixes to match backend MCP tool names
Closes #2300
1 parent 07ae657 commit cf8b402

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/soc-ai/internal/agent/groups.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ type CapabilityGroup struct {
1111
var capabilityGroups = []CapabilityGroup{
1212
{"alerts", "manage alerts (status, tags, notes, tag rules)", []string{"alerts", "alert_tags", "alert_tag_rules", "adversary"}},
1313
{"incidents", "manage incidents", []string{"incidents", "incident_notes", "incident_alerts", "incident_history", "incident_histories"}},
14-
{"dashboards", "create and manage dashboards", []string{"dashboards"}},
14+
{"dashboards", "create and manage dashboards", []string{"dashboards", "visualizations", "dashboard_layouts"}},
1515
{"compliance", "manage compliance frameworks and generate reports", []string{"compliance"}},
16-
{"correlation", "manage correlation and event-processing rules", []string{"eventprocessing", "event_processing"}},
16+
{"correlation", "manage correlation and event-processing rules", []string{"correlation_rule", "regex_pattern", "tenant_config", "filter"}},
1717
{"datasources", "manage data sources", []string{"datasources", "datasource_groups"}},
1818
}
1919

0 commit comments

Comments
 (0)