@@ -62,10 +69,8 @@ const MCPSubMenu = ({
{
const mcpPlaceholder = startupConfig?.interface?.mcpServers?.placeholder;
const dropdownItems = useMemo(() => {
- const items: MenuItemProps[] = [
- {
- render: () => (
-
- {localize('com_ui_tools')}
-
- ),
- hideOnClick: false,
- },
- ];
-
+ const items: MenuItemProps[] = [];
items.push({
onClick: handleFileSearchToggle,
hideOnClick: false,