@wazionapps/openclaw-memory-nexo-brain 2.6.10 → 2.6.11
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/mcp-bridge.js +1 -1
- package/package.json +1 -1
package/dist/mcp-bridge.js
CHANGED
|
@@ -51,7 +51,7 @@ export class McpBridge {
|
|
|
51
51
|
await this.send("initialize", {
|
|
52
52
|
protocolVersion: "2024-11-05",
|
|
53
53
|
capabilities: {},
|
|
54
|
-
clientInfo: { name: "openclaw-memory-nexo-brain", version: "2.6.
|
|
54
|
+
clientInfo: { name: "openclaw-memory-nexo-brain", version: "2.6.11" },
|
|
55
55
|
});
|
|
56
56
|
await this.send("notifications/initialized", {});
|
|
57
57
|
this.initialized = true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wazionapps/openclaw-memory-nexo-brain",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.11",
|
|
4
4
|
"description": "OpenClaw native memory plugin powered by NEXO Brain \u2014 Atkinson-Shiffrin cognitive memory, semantic RAG, trust scoring, and metacognitive guard.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|