fix(acp): Wait for mcp initialization in acp (#18893) (#18894)

Co-authored-by: Mervap <megavaprold@gmail.com>
Co-authored-by: Shreya Keshive <shreyakeshive@google.com>
This commit is contained in:
Valery Teplyakov
2026-02-17 20:39:14 +01:00
committed by GitHub
parent b56361559d
commit f1aa1683dd

View File

@@ -974,7 +974,7 @@ export class Config {
}
});
if (!this.interactive) {
if (!this.interactive || this.experimentalZedIntegration) {
await mcpInitialization;
}