@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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "sage-mcp",
2
+ "id": "openclaw-sage",
3
3
  "uiHints": {
4
4
  "sageBinary": {
5
5
  "label": "Sage Binary Path",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sage-protocol/openclaw-sage",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Sage MCP bridge plugin for OpenClaw — prompt libraries, skills, governance, and on-chain operations",
5
5
  "main": "src/index.ts",
6
6
  "type": "module",
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-mcp",
104
+ id: "openclaw-sage",
105
105
  name: "Sage Protocol",
106
- version: "0.1.0",
106
+ version: "0.1.2",
107
107
  description:
108
108
  "Sage MCP tools for prompt libraries, skills, governance, and on-chain operations",
109
109