Skip to content

Commit 97fa8cf

Browse files
committed
Remove unnecessary recommended flag
1 parent d6f51b4 commit 97fa8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webview-ui/src/components/mcp/marketplace/McpMarketplaceCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ const McpMarketplaceCard = ({ item, installedServers }: McpMarketplaceCardProps)
201201

202202
{/* Description and tags */}
203203
<div style={{ display: "flex", flexDirection: "column", gap: 12 }}>
204-
{!item.isRecommended && (
204+
{/* {!item.isRecommended && (
205205
<div
206206
style={{
207207
display: "flex",
@@ -215,7 +215,7 @@ const McpMarketplaceCard = ({ item, installedServers }: McpMarketplaceCardProps)
215215
<span className="codicon codicon-warning" style={{ fontSize: "14px" }} />
216216
<span>Community Made (use at your own risk)</span>
217217
</div>
218-
)}
218+
)} */}
219219

220220
<p style={{ fontSize: "13px", margin: 0 }}>{item.description}</p>
221221
<div

0 commit comments

Comments
 (0)