Skip to content

Commit 0387c6b

Browse files
committed
Fix #4837: Default 'Enable MCP Server Creation' to false
- Changed enableMcpServerCreation default value from true to false - This reduces token usage and provides cleaner system prompts for most users - Users can still manually enable the setting if needed
1 parent 2e2f83b commit 0387c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/context/ExtensionStateContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode
163163
terminalOutputLineLimit: 500,
164164
terminalShellIntegrationTimeout: 4000,
165165
mcpEnabled: true,
166-
enableMcpServerCreation: true,
166+
enableMcpServerCreation: false,
167167
alwaysApproveResubmit: false,
168168
requestDelaySeconds: 5,
169169
currentApiConfigName: "default",

0 commit comments

Comments
 (0)