diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-04-27 02:05:09 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-04-27 02:07:50 +0000 |
| commit | 1568fe903d469ac4c6e6b978e96549f2c88ac6fd (patch) | |
| tree | 2577e65652c848d1b6907549550064cb3e6dc744 /apps/mcp/src/bookmarks.ts | |
| parent | 1a24eb690803292286513404d27a0955d2b7ab44 (diff) | |
| download | karakeep-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.ts | 2 |
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: |
