@velvetmonkey/flywheel-memory 2.0.4 → 2.0.6
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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7123,7 +7123,7 @@ function registerPrimitiveTools(server2, getIndex, getVaultPath, getConfig = ()
|
|
|
7123
7123
|
const paged = result.tasks.slice(offset, offset + limit);
|
|
7124
7124
|
return {
|
|
7125
7125
|
content: [{ type: "text", text: JSON.stringify({
|
|
7126
|
-
total_count: result.
|
|
7126
|
+
total_count: result.total,
|
|
7127
7127
|
open_count: result.open_count,
|
|
7128
7128
|
returned_count: paged.length,
|
|
7129
7129
|
tasks: paged
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@velvetmonkey/flywheel-memory",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "MCP server that gives Claude full read/write access to your Obsidian vault. 76 tools for search, backlinks, graph queries, and mutations.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@modelcontextprotocol/sdk": "^1.25.1",
|
|
51
|
-
"@velvetmonkey/vault-core": "^2.0.
|
|
51
|
+
"@velvetmonkey/vault-core": "^2.0.6",
|
|
52
52
|
"better-sqlite3": "^11.0.0",
|
|
53
53
|
"chokidar": "^4.0.0",
|
|
54
54
|
"gray-matter": "^4.0.3",
|