@agentvault/agentvault 0.19.0 → 0.19.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.
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/mcp-server.d.ts +2 -1
- package/dist/mcp-server.d.ts.map +1 -1
- package/dist/openclaw-entry.d.ts.map +1 -1
- package/dist/openclaw-entry.js +48 -9
- package/dist/openclaw-entry.js.map +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -76812,7 +76812,7 @@ var init_mcp_server2 = __esm({
|
|
|
76812
76812
|
};
|
|
76813
76813
|
}
|
|
76814
76814
|
try {
|
|
76815
|
-
const result = await this.opts.onInvoke(name, args);
|
|
76815
|
+
const result = await this.opts.onInvoke(name, args, skill);
|
|
76816
76816
|
const text = typeof result === "string" ? result : JSON.stringify(result, null, 2);
|
|
76817
76817
|
return {
|
|
76818
76818
|
content: [{ type: "text", text }]
|