We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d4efc commit 7323bbaCopy full SHA for 7323bba
src/core/webview/ClineProvider.ts
@@ -2220,6 +2220,7 @@ export class ClineProvider
2220
language: stateValues.language ?? formatLanguage(vscode.env.language),
2221
mcpEnabled: stateValues.mcpEnabled ?? true,
2222
enableMcpServerCreation: stateValues.enableMcpServerCreation ?? true,
2223
+ mcpServers: this.mcpHub?.getAllServers() ?? [],
2224
alwaysApproveResubmit: stateValues.alwaysApproveResubmit ?? false,
2225
requestDelaySeconds: Math.max(5, stateValues.requestDelaySeconds ?? 10),
2226
currentApiConfigName: stateValues.currentApiConfigName ?? "default",
0 commit comments