From b2e66f614bc302c92a5976a36cba151f49bd4e75 Mon Sep 17 00:00:00 2001 From: Josh Spicer <23246594+joshspicer@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:08:56 -0700 Subject: [PATCH] Remove preview from mcp setting (#251618) remove preview from mcp setting (https://github.com/microsoft/vscode/issues/251617) --- src/vs/workbench/contrib/chat/browser/chat.contribution.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts index a4fa1aabba7..fd14681e382 100644 --- a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts +++ b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts @@ -249,12 +249,9 @@ configurationRegistry.registerConfiguration({ type: 'boolean', description: nls.localize('chat.mcp.enabled', "Enables integration with Model Context Protocol servers to provide additional tools and functionality."), default: true, - tags: ['preview'], policy: { name: 'ChatMCP', minimumVersion: '1.99', - previewFeature: true, - defaultValue: false } }, [mcpServerSamplingSection]: {