@goplausible/algorand-mcp 4.0.6 → 4.0.7

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.
@@ -121,7 +121,7 @@ export class Arc26Manager {
121
121
  return {
122
122
  content: [
123
123
  { type: "text", text: qrCodeUtf8 + "\n\n```json\n" + JSON.stringify({ uri }, null, 2) + "\n```" },
124
- { type: "image", data: qrCodePng, mimeType: "image/png" }
124
+ { type: "image", data: qrCodePng.replace(/^data:image\/png;base64,/, ''), mimeType: "image/png" }
125
125
  ]
126
126
  };
127
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goplausible/algorand-mcp",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },