crossfin-mcp 1.8.3 → 1.8.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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -403,7 +403,7 @@ server.registerTool('find_optimal_route', {
403
403
  title: 'Find optimal route',
404
404
  description: 'Find the cheapest/fastest path to move money across Asian exchanges. ' +
405
405
  'Example: KRW on Bithumb → USDC on Binance. ' +
406
- 'Supports 5 exchanges (Bithumb, Upbit, Coinone, GoPax, Binance) and 12 bridge coins. ' +
406
+ 'Supports 5 exchanges (Bithumb, Upbit, Coinone, GoPax, Binance) and 11 bridge coins (incl. KAIA). ' +
407
407
  'Paid tool: calls /api/premium/route/find ($0.10) via x402 (requires EVM_PRIVATE_KEY).',
408
408
  inputSchema: z.object({
409
409
  from: z
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "crossfin-mcp",
3
3
  "private": false,
4
- "version": "1.8.3",
4
+ "version": "1.8.4",
5
5
  "description": "CrossFin MCP server for service discovery and paid x402 API execution",
6
6
  "bin": {
7
7
  "crossfin-mcp": "dist/index.js"