@sage-protocol/openclaw-sage 0.1.1 → 0.1.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/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/src/index.ts +2 -2
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -101,9 +101,9 @@ function toToolResult(mcpResult: unknown) {
|
|
|
101
101
|
let bridge: McpBridge | null = null;
|
|
102
102
|
|
|
103
103
|
const plugin = {
|
|
104
|
-
id: "sage
|
|
104
|
+
id: "openclaw-sage",
|
|
105
105
|
name: "Sage Protocol",
|
|
106
|
-
version: "0.1.
|
|
106
|
+
version: "0.1.2",
|
|
107
107
|
description:
|
|
108
108
|
"Sage MCP tools for prompt libraries, skills, governance, and on-chain operations",
|
|
109
109
|
|