Skip to content

Commit 3a829f3

Browse files
ylladaKbayero
andauthored
fix(soc-ai): update capability group prefixes to match backend MCP tool names (#2301)
Closes #2300 Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
1 parent 7cf512a commit 3a829f3

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)