You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/interface/mcp/icon-keyword-server.ts
+2-15Lines changed: 2 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ export async function startMcpServer(): Promise<void> {
29
29
{
30
30
title: "Search Remix Icons by keyword",
31
31
description:
32
-
"Search Remix Icon metadata using comma-separated keywords (up to 20 keywords). Returns top 5 most relevant icons. Supports both single keywords and keyword lists. Avoid natural language sentences.",
32
+
"Search Remix Icon metadata using comma-separated keywords (up to 20 keywords). Returns top 5 most relevant icons. Supports both single keywords and keyword lists. Avoid natural language sentences. Returns format: 'icon-name (score)'. Example: 'sun-fill (46.00)'.",
33
33
inputSchema: {
34
34
keywords: keywordsSchema.describe(
35
35
"Comma-separated keywords to search for icons (e.g., 'summer, sun, beach')",
@@ -71,14 +71,9 @@ function buildToolResponse(result: SearchIconsResponse) {
0 commit comments