@goplausible/openclaw-algorand-plugin 1.8.4 → 1.8.5
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.
|
@@ -63,7 +63,7 @@ When generating QR codes with `generate_algorand_qrcode`, the tool returns:
|
|
|
63
63
|
|
|
64
64
|
**Important:** MCP tool output may not render properly through mcporter → exec pipeline.
|
|
65
65
|
After calling the tool, **extract and paste the QR code directly in your response**.
|
|
66
|
-
**Always include ALL THREE in your reply:**
|
|
66
|
+
**Always include ALL THREE in your reply, using --raw flag with mcporter to get the full output including image data:**
|
|
67
67
|
|
|
68
68
|
1. UTF-8 QR block (Unicode block characters)
|
|
69
69
|
2. PNG as markdown image: ``
|
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "openclaw-algorand-plugin",
|
|
3
3
|
"name": "Algorand Integration",
|
|
4
4
|
"description": "Algorand blockchain integration with MCP and skills — by GoPlausible",
|
|
5
|
-
"version": "1.8.
|
|
5
|
+
"version": "1.8.5",
|
|
6
6
|
"skills": [
|
|
7
7
|
"skills/algorand-development",
|
|
8
8
|
"skills/algorand-typescript",
|
package/package.json
CHANGED
|
@@ -218,7 +218,7 @@ When generating QR codes with `generate_algorand_qrcode`, the tool returns:
|
|
|
218
218
|
|
|
219
219
|
**Important:** MCP tool output may not render properly through mcporter → exec pipeline.
|
|
220
220
|
After calling the tool, **extract and paste the QR code directly in your response**.
|
|
221
|
-
**Always include ALL THREE in your reply:**
|
|
221
|
+
**Always include ALL THREE in your reply, using --raw flag with mcporter to get the full output including image data:**
|
|
222
222
|
|
|
223
223
|
1. UTF-8 QR block (Unicode block characters)
|
|
224
224
|
2. PNG as markdown image: ``
|