cryptoiz-mcp 4.16.3 → 4.16.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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
  3. package/setup.js +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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cryptoiz-mcp",
3
- "version": "4.16.3",
3
+ "version": "4.16.4",
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",
package/setup.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
  import fs from 'fs';
3
3
  import path from 'path';
4
4
  import os from 'os';