cozo-memory 1.2.5 → 1.2.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/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -333,7 +333,7 @@ graph TB
|
|
|
333
333
|
|
|
334
334
|
## MCP Tools Overview
|
|
335
335
|
|
|
336
|
-
The interface is reduced to **
|
|
336
|
+
The interface is reduced to **5 consolidated tools**:
|
|
337
337
|
|
|
338
338
|
| Tool | Purpose | Key Actions |
|
|
339
339
|
|------|---------|-------------|
|
|
@@ -341,6 +341,7 @@ The interface is reduced to **4 consolidated tools**:
|
|
|
341
341
|
| `query_memory` | Read operations | search, advancedSearch, context, graph_rag, graph_walking, agentic_search, adaptive_retrieval |
|
|
342
342
|
| `analyze_graph` | Graph analysis | explore, communities, pagerank, betweenness, hits, shortest_path, semantic_walk |
|
|
343
343
|
| `manage_system` | Maintenance | health, metrics, export, import, cleanup, defrag, reflect, snapshots |
|
|
344
|
+
| `edit_user_profile` | User preferences | Edit global user profile with preferences and work style |
|
|
344
345
|
|
|
345
346
|
> **See [docs/API.md](docs/API.md) for complete API reference with all parameters and examples**
|
|
346
347
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cozo-memory",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"mcpName": "io.github.tobs-code/cozo-memory",
|
|
5
5
|
"description": "Local-first persistent memory system for AI agents with hybrid search, graph reasoning, and MCP integration",
|
|
6
6
|
"main": "dist/index.js",
|