Fix #4837: Default 'Enable MCP Server Creation' to false (#4838)

This commit is contained in:
roomote 2025-06-18 09:08:54 -07:00 committed by GitHub
parent 9b18b145b4
commit db4f7f3320
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,7 +164,7 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode
terminalOutputLineLimit: 500,
terminalShellIntegrationTimeout: 4000,
mcpEnabled: true,
enableMcpServerCreation: true,
enableMcpServerCreation: false,
alwaysApproveResubmit: false,
requestDelaySeconds: 5,
currentApiConfigName: "default",