File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
apify-docs-theme/src/theme/LLMButtons Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import {
1010 ExternalLinkIcon ,
1111 LoaderIcon ,
1212 MarkdownIcon ,
13+ McpIcon ,
1314 PerplexityIcon ,
1415} from '@apify/ui-icons' ;
1516import { 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 } ,
You can’t perform that action at this time.
0 commit comments