cryptoiz-mcp 4.16.4 → 4.16.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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
  // CryptoIZ MCP Server v4.16.3
3
3
  // Whale Intelligence Suite: 7 paid tools + 2 free
4
4
  // x402 V2: Dexter facilitator (gas sponsored) + V1 backward compat
@@ -11,7 +11,7 @@ import { CallToolRequestSchema, ListToolsRequestSchema } from '@modelcontextprot
11
11
  import { Connection, Keypair, PublicKey, Transaction, SystemProgram, VersionedTransaction, TransactionMessage } from '@solana/web3.js';
12
12
  import bs58 from 'bs58';
13
13
 
14
- var VERSION = 'v4.16.3';
14
+ var VERSION = 'v4.16.4';
15
15
  var GATEWAY = 'https://rehqwsypjnjirhuiapqh.supabase.co/functions/v1/mcp-x402-gateway';
16
16
 
17
17
  // Per-tool endpoints for Dexter settlement naming
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cryptoiz-mcp",
3
- "version": "4.16.4",
3
+ "version": "4.16.5",
4
4
  "mcpName": "io.github.dadang11/cryptoiz",
5
5
  "description": "CryptoIZ MCP Server - Solana DEX whale intelligence via Claude Desktop with x402 USDC micropayments (V2 Dexter facilitator)",
6
6
  "main": "index.js",