aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mcp/src/lists.ts
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-04-16 19:04:25 +0000
committerMohamed Bassem <me@mbassem.com>2025-04-16 23:50:17 +0000
commitba89a864bb4548623ca1bfcfc9ab6eb7fe782603 (patch)
treee3b8ddf9d418255f95c18bee76350d441fdd3081 /apps/mcp/src/lists.ts
parent5e0f4de1625957c6ce057ae272aa301fc459d31b (diff)
downloadkarakeep-ba89a864bb4548623ca1bfcfc9ab6eb7fe782603.tar.zst
fix: Add includeContent to search endpoint and document it in the docs
Diffstat (limited to 'apps/mcp/src/lists.ts')
-rw-r--r--apps/mcp/src/lists.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/mcp/src/lists.ts b/apps/mcp/src/lists.ts
index 1e0f3a8a..eee1cc96 100644
--- a/apps/mcp/src/lists.ts
+++ b/apps/mcp/src/lists.ts
@@ -33,6 +33,9 @@ mcpServer.tool(
path: {
listId,
},
+ query: {
+ includeContent: false,
+ },
},
});
if (res.error) {