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]: {