mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
fix: include mcpServers in getState() for auto-approval (#9199)
This commit is contained in:
parent
69d4efc335
commit
7323bba658
1 changed files with 1 additions and 0 deletions
|
|
@ -2220,6 +2220,7 @@ export class ClineProvider
|
|||
language: stateValues.language ?? formatLanguage(vscode.env.language),
|
||||
mcpEnabled: stateValues.mcpEnabled ?? true,
|
||||
enableMcpServerCreation: stateValues.enableMcpServerCreation ?? true,
|
||||
mcpServers: this.mcpHub?.getAllServers() ?? [],
|
||||
alwaysApproveResubmit: stateValues.alwaysApproveResubmit ?? false,
|
||||
requestDelaySeconds: Math.max(5, stateValues.requestDelaySeconds ?? 10),
|
||||
currentApiConfigName: stateValues.currentApiConfigName ?? "default",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue