mcp: make autostart opt in for this release (#258713)

We might make it default in the future...
This commit is contained in:
Connor Peet
2025-07-29 17:55:48 -07:00
committed by GitHub
parent 8965cb9f97
commit fa99427534
@@ -303,7 +303,7 @@ configurationRegistry.registerConfiguration({
[mcpAutoStartConfig]: {
type: 'string',
description: nls.localize('chat.mcp.autostart', "Controls whether MCP servers should be automatically started when the chat messages are submitted."),
default: McpAutoStartValue.NewAndOutdated,
default: McpAutoStartValue.Never,
enum: [
McpAutoStartValue.Never,
McpAutoStartValue.OnlyNew,