diff --git a/ui/desktop/src/components/settings/Settings.tsx b/ui/desktop/src/components/settings/Settings.tsx index a72316f3..3dd29427 100644 --- a/ui/desktop/src/components/settings/Settings.tsx +++ b/ui/desktop/src/components/settings/Settings.tsx @@ -10,6 +10,7 @@ import { KeyDialog } from './modals/KeyDialog'; import { Modal, ModalContent, ModalHeader, ModalTitle } from '../ui/modal'; import { Button } from '../ui/button'; import { RevealKeysDialog } from './modals/RevealKeysDialog'; +import { showToast } from '../ui/toast'; const EXTENSIONS_DESCRIPTION = "The Model Context Protocol (MCP) is a system that allows AI models to securely connect with local or remote resources using standard server setups. It works like a client-server setup and expands AI capabilities using three main components: Prompts, Resources, and Tools.";