Remove preview from mcp setting (#251618)

remove preview from mcp setting (https://github.com/microsoft/vscode/issues/251617)
This commit is contained in:
Josh Spicer
2025-06-16 19:08:56 +02:00
committed by GitHub
parent 8eb5dfeff2
commit b2e66f614b
@@ -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]: {