aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mcp/src/bookmarks.ts
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-04-27 02:05:09 +0000
committerMohamed Bassem <me@mbassem.com>2025-04-27 02:07:50 +0000
commit1568fe903d469ac4c6e6b978e96549f2c88ac6fd (patch)
tree2577e65652c848d1b6907549550064cb3e6dc744 /apps/mcp/src/bookmarks.ts
parent1a24eb690803292286513404d27a0955d2b7ab44 (diff)
downloadkarakeep-1568fe903d469ac4c6e6b978e96549f2c88ac6fd.tar.zst
fix(mcp): Fix spacing around the bookmarks
Diffstat (limited to 'apps/mcp/src/bookmarks.ts')
-rw-r--r--apps/mcp/src/bookmarks.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mcp/src/bookmarks.ts b/apps/mcp/src/bookmarks.ts
index 747bcd18..3b580e86 100644
--- a/apps/mcp/src/bookmarks.ts
+++ b/apps/mcp/src/bookmarks.ts
@@ -16,7 +16,7 @@ You can search bookmarks using specific qualifiers. is:fav finds favorited bookm
is:archived searches archived bookmarks, is:tagged finds those with tags,
is:inlist finds those in lists, and is:link, is:text, and is:media filter by bookmark type.
url:<value> searches for URL substrings, #<tag> searches for bookmarks with a specific tag,
-list:<name> searches for bookmarks in a specific list given its name,
+list:<name> searches for bookmarks in a specific list given its name (without the icon),
after:<date> finds bookmarks created on or after a date (YYYY-MM-DD), and before:<date> finds bookmarks created on or before a date (YYYY-MM-DD).
If you need to pass names with spaces, you can quote them with double quotes. If you want to negate a qualifier, prefix it with a minus sign.
## Examples: