Skip to content

Commit 6dd4732

Browse files
committed
feat: Add correct MCP icon
1 parent a90f31d commit 6dd4732

File tree

1 file changed

+4
-1
lines changed
  • apify-docs-theme/src/theme/LLMButtons

1 file changed

+4
-1
lines changed

apify-docs-theme/src/theme/LLMButtons/index.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
ExternalLinkIcon,
1111
LoaderIcon,
1212
MarkdownIcon,
13+
McpIcon,
1314
PerplexityIcon,
1415
} from '@apify/ui-icons';
1516
import { Menu, Text, theme } from '@apify/ui-library';
@@ -35,20 +36,22 @@ const DROPDOWN_OPTIONS = [
3536
label: 'Copy MCP server',
3637
description: 'Copy Apify MCP configuration',
3738
showExternalIcon: false,
38-
Icon: CopyIcon,
39+
Icon: McpIcon,
3940
value: 'copyMcpServer',
4041
},
4142
{
4243
label: 'Connect to Cursor',
4344
description: 'Open MCP configurator for Cursor',
4445
showExternalIcon: true,
46+
// TODO: Replace with CursorIcon - we don't have one yet
4547
Icon: ExternalLinkIcon,
4648
value: 'connectCursor',
4749
},
4850
{
4951
label: 'Connect to VS Code',
5052
description: 'Open MCP configurator for VS Code',
5153
showExternalIcon: true,
54+
// TODO: Replace with VS Code Icon - we don't have one yet
5255
Icon: ExternalLinkIcon,
5356
value: 'connectVsCode',
5457
},

0 commit comments

Comments
 (0)