mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-20 02:34:37 +01:00
Remove preview from mcp setting (#251618)
remove preview from mcp setting (https://github.com/microsoft/vscode/issues/251617)
This commit is contained in:
@@ -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]: {
|
||||
|
||||
Reference in New Issue
Block a user