@telvok/librarian-mcp 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,6 +10,8 @@ export const importMemoriesTool = {
10
10
  name: 'import_memories',
11
11
  description: `Import memories from other AI tools into Librarian.
12
12
 
13
+ Use this when you see memory files from other AI tools (Cursor .cursor-memory/, Anthropic ~/.aim/, mcp-memory-service .db files, Obsidian vaults) or when user mentions having knowledge in other tools. Import them so past knowledge becomes searchable.
14
+
13
15
  Supported formats:
14
16
  - jsonl: Anthropic MCP Memory, mcp-knowledge-graph (.jsonl files)
15
17
  - markdown: Basic Memory, Obsidian, any .md files
@@ -11,6 +11,8 @@ export const rebuildIndexTool = {
11
11
  name: 'rebuild_index',
12
12
  description: `Rebuild the semantic search index for all library entries.
13
13
 
14
+ Use this when semantic search returns poor results, when user reports search seems broken, or after manually adding entries outside the normal workflow.
15
+
14
16
  Use this after:
15
17
  - Upgrading to v1.2.0 (existing entries need embeddings)
16
18
  - Importing memories from other tools
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telvok/librarian-mcp",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Knowledge capture MCP server - remember what you learn with AI",
5
5
  "type": "module",
6
6
  "main": "dist/server.js",