helius-mcp 0.5.0 → 0.5.1
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/dist/tools/config.js +5 -1
- package/package.json +1 -1
package/dist/tools/config.js
CHANGED
|
@@ -78,7 +78,11 @@ export function registerConfigTools(server) {
|
|
|
78
78
|
content: [{
|
|
79
79
|
type: 'text',
|
|
80
80
|
text: [
|
|
81
|
-
`✅ Helius API key configured
|
|
81
|
+
`✅ Helius API key configured! (default network: ${network})`,
|
|
82
|
+
'',
|
|
83
|
+
'Your API key works for both mainnet and devnet. To switch networks:',
|
|
84
|
+
'- mainnet: https://mainnet.helius-rpc.com/?api-key=YOUR_KEY',
|
|
85
|
+
'- devnet: https://devnet.helius-rpc.com/?api-key=YOUR_KEY',
|
|
82
86
|
'',
|
|
83
87
|
'You can now use all Helius tools:',
|
|
84
88
|
'- getBalance, getTokenBalances - Check wallet balances',
|