Skip to content

Commit

Permalink
import showToast
Browse files Browse the repository at this point in the history
  • Loading branch information
lily-de committed Jan 10, 2025
1 parent f82c6dd commit 4d92e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/desktop/src/components/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.";

Expand Down

0 comments on commit 4d92e97

Please sign in to comment.