Skip to content

Commit a925e67

Browse files
committed
Update MCP servers icon
1 parent 2491b46 commit a925e67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
{
7474
"command": "cline.mcpButtonClicked",
7575
"title": "MCP Servers",
76-
"icon": "$(server)"
76+
"icon": "$(extensions)"
7777
},
7878
{
7979
"command": "cline.historyButtonClicked",

webview-ui/src/components/chat/Announcement.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
3333
<li>
3434
<b>Introducing MCP Marketplace:</b> Discover and install the best MCP servers right from the extension, with
3535
new servers added regularly! Get started by going to the{" "}
36-
<span className="codicon codicon-server" style={{ marginRight: "4px", fontSize: 10 }}></span>
36+
<span className="codicon codicon-extensions" style={{ marginRight: "4px", fontSize: 10 }}></span>
3737
<VSCodeLink
3838
onClick={() => {
3939
vscode.postMessage({ type: "showMcpView" })

0 commit comments

Comments
 (0)