fix(core): explicitly pass messageBus to policy engine for MCP tool saves (#22255)

This commit is contained in:
Abhi
2026-03-12 21:31:13 -04:00
committed by GitHub
parent 97bc3f28c5
commit 1d2585dba6
8 changed files with 43 additions and 21 deletions
+1
View File
@@ -623,6 +623,7 @@ export class Scheduler {
outcome,
lastDetails,
this.context,
this.messageBus,
toolCall.invocation,
);
}