cryptoiz-mcp 4.16.7 → 4.16.8

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  'use strict';
2
- var VERSION = 'v4.16.7';
2
+ var VERSION = 'v4.16.8';
3
3
  var GATEWAY = 'https://rehqwsypjnjirhuiapqh.supabase.co/functions/v1/mcp-x402-gateway';
4
4
  var TOOL_ENDPOINTS = {
5
5
  get_whale_alpha: 'https://rehqwsypjnjirhuiapqh.supabase.co/functions/v1/mcp-alpha-scanner',
@@ -33,7 +33,7 @@ var Connection = require('@solana/web3.js').Connection;
33
33
  var PublicKey = require('@solana/web3.js').PublicKey;
34
34
  var Transaction = require('@solana/web3.js').Transaction;
35
35
  var Keypair = require('@solana/web3.js').Keypair;
36
- var bs58 = require('bs58');
36
+ var _bs58mod = require('bs58'); var bs58 = _bs58mod.default || _bs58mod;
37
37
  var Server = require('@modelcontextprotocol/sdk/server/index.js').Server;
38
38
  var StdioServerTransport = require('@modelcontextprotocol/sdk/server/stdio.js').StdioServerTransport;
39
39
  var CallToolRequestSchema = require('@modelcontextprotocol/sdk/types.js').CallToolRequestSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cryptoiz-mcp",
3
- "version": "4.16.7",
3
+ "version": "4.16.8",
4
4
  "description": "CryptoIZ MCP Server - Solana DEX whale intelligence via Claude Desktop with x402 USDC micropayments",
5
5
  "main": "index.js",
6
6
  "type": "commonjs",