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.
- package/dist/index.js +1 -1
- 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
|
|
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
|