From 822430535ea62e69888db90aec3bf2c98564bce6 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Fri, 30 May 2025 01:12:34 -0700 Subject: [PATCH] MCP --- .../react/src/void-settings-tsx/Settings.tsx | 50 +++++++++++-------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx b/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx index b4249f3b..60294f06 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx @@ -1037,8 +1037,8 @@ export const Settings = () => { { tab: 'localProviders', label: 'Local Providers' }, { tab: 'providers', label: 'Other Providers' }, { tab: 'featureOptions', label: 'Feature Options' }, - { tab: 'mcp', label: 'MCP' }, { tab: 'general', label: 'General' }, + { tab: 'mcp', label: 'MCP' }, { tab: 'all', label: 'All Settings' }, ]; const shouldShowTab = (tab: Tab) => selectedSection === 'all' || selectedSection === tab; @@ -1345,27 +1345,6 @@ export const Settings = () => { - {/* MCP section */} -
- -

MCP

-

- -

-
- { await mcpService.revealMCPConfigFile() }}> - Add MCP Server - -
- - - - -
-
- {/* General section */}
{/* One-Click Switch section */} @@ -1477,6 +1456,33 @@ Alternatively, place a \`.voidrules\` file in the root of your workspace.
+ + + {/* MCP section */} +
+ +

MCP

+

+ +

+
+ { await mcpService.revealMCPConfigFile() }}> + Add MCP Server + +
+ + + + +
+
+ + + + +