@goplausible/algorand-mcp 4.0.2 → 4.0.4
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.
|
@@ -92,13 +92,13 @@ export class Arc26Manager {
|
|
|
92
92
|
type: 'utf8',
|
|
93
93
|
errorCorrectionLevel: 'H',
|
|
94
94
|
margin: 1,
|
|
95
|
-
width:
|
|
95
|
+
width: 128
|
|
96
96
|
});
|
|
97
97
|
const qrCodePng = await QRCode.toDataURL(uri, {
|
|
98
98
|
type: 'image/png',
|
|
99
99
|
errorCorrectionLevel: 'H',
|
|
100
100
|
margin: 1,
|
|
101
|
-
width:
|
|
101
|
+
width: 128
|
|
102
102
|
});
|
|
103
103
|
return {
|
|
104
104
|
uri,
|
|
@@ -125,7 +125,7 @@ export class Arc26Manager {
|
|
|
125
125
|
text: [
|
|
126
126
|
qrCodeUtf8,
|
|
127
127
|
"",
|
|
128
|
-
``,
|
|
129
129
|
"",
|
|
130
130
|
"```json",
|
|
131
131
|
JSON.stringify({ uri }, null, 2),
|
|
@@ -86,7 +86,7 @@ export class UtilityManager {
|
|
|
86
86
|
type: 'text',
|
|
87
87
|
text: JSON.stringify({
|
|
88
88
|
name: 'Algorand MCP Server',
|
|
89
|
-
version: '4.0.
|
|
89
|
+
version: '4.0.4',
|
|
90
90
|
builder: 'GoPlausible',
|
|
91
91
|
description: 'A Model Context Protocol (MCP) server providing comprehensive access to the Algorand blockchain. Supports account management, transaction building and signing, smart contract interaction, asset operations, ARC-26 URI generation, and deep integration with Algorand ecosystem services including NFDomains, Tinyman, Vestige, and Ultrade.',
|
|
92
92
|
blockchain: 'Algorand — a carbon-negative, pure proof-of-stake Layer 1 blockchain delivering instant finality, low fees, and advanced smart contract capabilities via AVM (Algorand Virtual Machine).',
|