From 1568fe903d469ac4c6e6b978e96549f2c88ac6fd Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 27 Apr 2025 02:05:09 +0000 Subject: fix(mcp): Fix spacing around the bookmarks --- apps/mcp/src/lists.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/mcp/src/lists.ts') diff --git a/apps/mcp/src/lists.ts b/apps/mcp/src/lists.ts index 242229cb..4180b3ee 100644 --- a/apps/mcp/src/lists.ts +++ b/apps/mcp/src/lists.ts @@ -18,9 +18,9 @@ mcpServer.tool( type: "text", text: res.data.lists .map( - (list) => ` -List ID: ${list.id} -Name: ${list.icon} ${list.name} + (list) => `List ID: ${list.id} +Name: ${list.name} +Icon: ${list.icon} Description: ${list.description ?? ""} Parent ID: ${list.parentId}`, ) -- cgit v1.2.3-70-g09d2