@danielsimonjr/memory-mcp 11.1.1 → 12.2.3
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/README.md +220 -11
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/server/toolDefinitions.d.ts +1 -1
- package/dist/server/toolDefinitions.d.ts.map +1 -1
- package/dist/server/toolDefinitions.js +1581 -6
- package/dist/server/toolHandlers.d.ts +1 -1
- package/dist/server/toolHandlers.d.ts.map +1 -1
- package/dist/server/toolHandlers.js +1244 -2
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danielsimonjr/memory-mcp",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Enhanced MCP memory server with hierarchies, compression, archiving, graph algorithms, semantic search, and
|
|
3
|
+
"version": "12.2.3",
|
|
4
|
+
"description": "Enhanced MCP memory server with hierarchies, compression, archiving, graph algorithms, semantic search, temporal KG, RBAC, bitemporal validity, OCC, procedural memory, causal reasoning, world model, and 160 advanced tools",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=18.0.0"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"tools:build": "cd tools/chunking-for-files && npm run build && cd ../compress-for-context && npm run build && cd ../create-dependency-graph && npm run build && cd ../migrate-from-jsonl-to-sqlite && npm run build"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@danielsimonjr/memoryjs": "^1.
|
|
61
|
+
"@danielsimonjr/memoryjs": "^1.15.0",
|
|
62
62
|
"@modelcontextprotocol/sdk": "^1.21.1",
|
|
63
63
|
"zod": "^3.24.1"
|
|
64
64
|
},
|