From 8b05515b565e2b63500dc93c57855b555b2880df Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 10 May 2025 18:24:51 +0100 Subject: fix(mcp): Correct description for get-lists tool. Fixes #1332 (#1388) Co-authored-by: openhands --- apps/mcp/src/lists.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/mcp/src') diff --git a/apps/mcp/src/lists.ts b/apps/mcp/src/lists.ts index 4180b3ee..0779c86e 100644 --- a/apps/mcp/src/lists.ts +++ b/apps/mcp/src/lists.ts @@ -6,7 +6,7 @@ import { toMcpToolError } from "./utils"; mcpServer.tool( "get-lists", - `Search for bookmarks matching a specific a query.`, + `Retrieves a list of lists.`, async (): Promise => { const res = await karakeepClient.GET("/lists"); if (!res.data) { -- cgit v1.2.3-70-g09d2