Skip to content

Commit fa99427

Browse files
authored
mcp: make autostart opt in for this release (microsoft#258713)
We might make it default in the future...
1 parent 8965cb9 commit fa99427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ configurationRegistry.registerConfiguration({
303303
[mcpAutoStartConfig]: {
304304
type: 'string',
305305
description: nls.localize('chat.mcp.autostart', "Controls whether MCP servers should be automatically started when the chat messages are submitted."),
306-
default: McpAutoStartValue.NewAndOutdated,
306+
default: McpAutoStartValue.Never,
307307
enum: [
308308
McpAutoStartValue.Never,
309309
McpAutoStartValue.OnlyNew,

0 commit comments

Comments
 (0)