@continuumdao/ctm-mpc-defi 0.2.20 → 0.2.22

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 (93) hide show
  1. package/dist/agent/catalog.cjs +118 -37
  2. package/dist/agent/catalog.cjs.map +1 -1
  3. package/dist/agent/catalog.d.ts +310 -97
  4. package/dist/agent/catalog.js +117 -38
  5. package/dist/agent/catalog.js.map +1 -1
  6. package/dist/agent/skills/uniswap-v4/SKILL.md +58 -0
  7. package/dist/chains/evm/index.cjs +5 -1
  8. package/dist/chains/evm/index.cjs.map +1 -1
  9. package/dist/chains/evm/index.d.ts +4 -4
  10. package/dist/chains/evm/index.js +5 -1
  11. package/dist/chains/evm/index.js.map +1 -1
  12. package/dist/chains/near/index.d.ts +1 -1
  13. package/dist/chains/solana/index.d.ts +1 -1
  14. package/dist/core/index.cjs +25 -0
  15. package/dist/core/index.cjs.map +1 -1
  16. package/dist/core/index.d.ts +12 -5
  17. package/dist/core/index.js +23 -1
  18. package/dist/core/index.js.map +1 -1
  19. package/dist/{envelope-CpBUh9eP.d.ts → envelope-C_bfuKab.d.ts} +3 -1
  20. package/dist/index.cjs +27 -1
  21. package/dist/index.cjs.map +1 -1
  22. package/dist/index.d.ts +5 -5
  23. package/dist/index.js +25 -2
  24. package/dist/index.js.map +1 -1
  25. package/dist/protocols/evm/aave-v4/index.cjs +5 -1
  26. package/dist/protocols/evm/aave-v4/index.cjs.map +1 -1
  27. package/dist/protocols/evm/aave-v4/index.d.ts +1 -1
  28. package/dist/protocols/evm/aave-v4/index.js +5 -1
  29. package/dist/protocols/evm/aave-v4/index.js.map +1 -1
  30. package/dist/protocols/evm/circle-cctp/index.cjs +5 -1
  31. package/dist/protocols/evm/circle-cctp/index.cjs.map +1 -1
  32. package/dist/protocols/evm/circle-cctp/index.d.ts +2 -2
  33. package/dist/protocols/evm/circle-cctp/index.js +5 -1
  34. package/dist/protocols/evm/circle-cctp/index.js.map +1 -1
  35. package/dist/protocols/evm/curve-dao/index.cjs +5 -1
  36. package/dist/protocols/evm/curve-dao/index.cjs.map +1 -1
  37. package/dist/protocols/evm/curve-dao/index.d.ts +2 -2
  38. package/dist/protocols/evm/curve-dao/index.js +5 -1
  39. package/dist/protocols/evm/curve-dao/index.js.map +1 -1
  40. package/dist/protocols/evm/ethena/index.cjs +5 -1
  41. package/dist/protocols/evm/ethena/index.cjs.map +1 -1
  42. package/dist/protocols/evm/ethena/index.d.ts +1 -1
  43. package/dist/protocols/evm/ethena/index.js +5 -1
  44. package/dist/protocols/evm/ethena/index.js.map +1 -1
  45. package/dist/protocols/evm/euler-v2/index.cjs +5 -1
  46. package/dist/protocols/evm/euler-v2/index.cjs.map +1 -1
  47. package/dist/protocols/evm/euler-v2/index.d.ts +1 -1
  48. package/dist/protocols/evm/euler-v2/index.js +5 -1
  49. package/dist/protocols/evm/euler-v2/index.js.map +1 -1
  50. package/dist/protocols/evm/gmx/index.cjs +5 -1
  51. package/dist/protocols/evm/gmx/index.cjs.map +1 -1
  52. package/dist/protocols/evm/gmx/index.d.ts +2 -2
  53. package/dist/protocols/evm/gmx/index.js +5 -1
  54. package/dist/protocols/evm/gmx/index.js.map +1 -1
  55. package/dist/protocols/evm/hyperliquid/index.cjs +6 -1
  56. package/dist/protocols/evm/hyperliquid/index.cjs.map +1 -1
  57. package/dist/protocols/evm/hyperliquid/index.d.ts +2 -2
  58. package/dist/protocols/evm/hyperliquid/index.js +6 -1
  59. package/dist/protocols/evm/hyperliquid/index.js.map +1 -1
  60. package/dist/protocols/evm/lido/index.cjs +5 -1
  61. package/dist/protocols/evm/lido/index.cjs.map +1 -1
  62. package/dist/protocols/evm/lido/index.d.ts +1 -1
  63. package/dist/protocols/evm/lido/index.js +5 -1
  64. package/dist/protocols/evm/lido/index.js.map +1 -1
  65. package/dist/protocols/evm/maple/index.cjs +5 -1
  66. package/dist/protocols/evm/maple/index.cjs.map +1 -1
  67. package/dist/protocols/evm/maple/index.d.ts +1 -1
  68. package/dist/protocols/evm/maple/index.js +5 -1
  69. package/dist/protocols/evm/maple/index.js.map +1 -1
  70. package/dist/protocols/evm/morpho/index.cjs +5 -1
  71. package/dist/protocols/evm/morpho/index.cjs.map +1 -1
  72. package/dist/protocols/evm/morpho/index.d.ts +1 -1
  73. package/dist/protocols/evm/morpho/index.js +5 -1
  74. package/dist/protocols/evm/morpho/index.js.map +1 -1
  75. package/dist/protocols/evm/permit2/index.cjs +4 -0
  76. package/dist/protocols/evm/permit2/index.cjs.map +1 -1
  77. package/dist/protocols/evm/permit2/index.d.ts +1 -1
  78. package/dist/protocols/evm/permit2/index.js +4 -0
  79. package/dist/protocols/evm/permit2/index.js.map +1 -1
  80. package/dist/protocols/evm/sky/index.cjs +5 -1
  81. package/dist/protocols/evm/sky/index.cjs.map +1 -1
  82. package/dist/protocols/evm/sky/index.d.ts +1 -1
  83. package/dist/protocols/evm/sky/index.js +5 -1
  84. package/dist/protocols/evm/sky/index.js.map +1 -1
  85. package/dist/protocols/evm/uniswap-v4/index.cjs +684 -1
  86. package/dist/protocols/evm/uniswap-v4/index.cjs.map +1 -1
  87. package/dist/protocols/evm/uniswap-v4/index.d.ts +180 -3
  88. package/dist/protocols/evm/uniswap-v4/index.js +662 -2
  89. package/dist/protocols/evm/uniswap-v4/index.js.map +1 -1
  90. package/dist/{registry-Bv5o37_w.d.ts → registry-DxDSPQ-p.d.ts} +1 -1
  91. package/dist/{types-BfjWdw1j.d.ts → types-PZrvtjv8.d.ts} +2 -0
  92. package/dist/{types-DUeNJLr9.d.ts → types-RZWOTm8c.d.ts} +1 -1
  93. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  import * as zod from 'zod';
2
2
  import { z } from 'zod';
3
- import { C as ChainCategory, e as ProtocolModule, P as ParamDoc, d as ProtocolActionDescriptor } from '../types-BfjWdw1j.js';
4
- export { g as getActionsByChainCategory, b as getProtocolModules } from '../registry-Bv5o37_w.js';
3
+ import { C as ChainCategory, e as ProtocolModule, P as ParamDoc, d as ProtocolActionDescriptor } from '../types-PZrvtjv8.js';
4
+ export { g as getActionsByChainCategory, b as getProtocolModules } from '../registry-DxDSPQ-p.js';
5
5
 
6
6
  /** JSON-schema-like object for MCP tool `inputSchema` / `outputSchema` (derived from Zod). */
7
7
  type McpSchemaProperty = {
@@ -406,6 +406,7 @@ declare const evmMultisignCommonInputSchema: z.ZodObject<{
406
406
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
407
407
  }, z.ZodTypeAny, "passthrough">>>;
408
408
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
409
+ expiryDate: z.ZodOptional<z.ZodNumber>;
409
410
  }, "strip", z.ZodTypeAny, {
410
411
  purposeText: string;
411
412
  useCustomGas: boolean;
@@ -415,6 +416,7 @@ declare const evmMultisignCommonInputSchema: z.ZodObject<{
415
416
  keylist?: string[] | undefined;
416
417
  ClientKeys?: Record<string, string> | undefined;
417
418
  } | undefined;
419
+ expiryDate?: number | undefined;
418
420
  rpcUrl?: string | undefined;
419
421
  executorAddress?: string | undefined;
420
422
  chainDetail?: z.objectOutputType<{
@@ -437,6 +439,7 @@ declare const evmMultisignCommonInputSchema: z.ZodObject<{
437
439
  } | undefined;
438
440
  useCustomGas?: unknown;
439
441
  chainId?: unknown;
442
+ expiryDate?: number | undefined;
440
443
  rpcUrl?: string | undefined;
441
444
  executorAddress?: string | undefined;
442
445
  chainDetail?: z.objectInputType<{
@@ -607,6 +610,7 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
607
610
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
608
611
  }, z.ZodTypeAny, "passthrough">>>;
609
612
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
613
+ expiryDate: z.ZodOptional<z.ZodNumber>;
610
614
  } & {
611
615
  tokenIn: z.ZodString;
612
616
  swap: z.ZodRecord<z.ZodString, z.ZodUnknown>;
@@ -646,6 +650,7 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
646
650
  keylist?: string[] | undefined;
647
651
  ClientKeys?: Record<string, string> | undefined;
648
652
  } | undefined;
653
+ expiryDate?: number | undefined;
649
654
  rpcUrl?: string | undefined;
650
655
  executorAddress?: string | undefined;
651
656
  chainDetail?: z.objectOutputType<{
@@ -680,6 +685,7 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
680
685
  } | undefined;
681
686
  useCustomGas?: unknown;
682
687
  chainId?: unknown;
688
+ expiryDate?: number | undefined;
683
689
  rpcUrl?: string | undefined;
684
690
  executorAddress?: string | undefined;
685
691
  chainDetail?: z.objectInputType<{
@@ -714,6 +720,7 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
714
720
  keylist?: string[] | undefined;
715
721
  ClientKeys?: Record<string, string> | undefined;
716
722
  } | undefined;
723
+ expiryDate?: number | undefined;
717
724
  rpcUrl?: string | undefined;
718
725
  executorAddress?: string | undefined;
719
726
  chainDetail?: z.objectOutputType<{
@@ -748,6 +755,7 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
748
755
  keylist?: string[] | undefined;
749
756
  ClientKeys?: Record<string, string> | undefined;
750
757
  } | undefined;
758
+ expiryDate?: number | undefined;
751
759
  rpcUrl?: string | undefined;
752
760
  executorAddress?: string | undefined;
753
761
  chainDetail?: z.objectOutputType<{
@@ -987,12 +995,12 @@ declare const mcpUniswapV4LpListPoolsOutputSchema: z.ZodObject<{
987
995
  token0Address: string;
988
996
  token1Address: string;
989
997
  poolReference: string;
990
- presetId: string;
991
- pairSlug: string;
992
998
  pairLabel: string;
993
- feeLabel: string;
994
999
  token0Symbol: string;
995
1000
  token1Symbol: string;
1001
+ presetId: string;
1002
+ pairSlug: string;
1003
+ feeLabel: string;
996
1004
  usesNativeEth: boolean;
997
1005
  nativeWrapped?: string | undefined;
998
1006
  }, {
@@ -1002,12 +1010,12 @@ declare const mcpUniswapV4LpListPoolsOutputSchema: z.ZodObject<{
1002
1010
  token0Address: string;
1003
1011
  token1Address: string;
1004
1012
  poolReference: string;
1005
- presetId: string;
1006
- pairSlug: string;
1007
1013
  pairLabel: string;
1008
- feeLabel: string;
1009
1014
  token0Symbol: string;
1010
1015
  token1Symbol: string;
1016
+ presetId: string;
1017
+ pairSlug: string;
1018
+ feeLabel: string;
1011
1019
  usesNativeEth: boolean;
1012
1020
  nativeWrapped?: string | undefined;
1013
1021
  }>, "many">;
@@ -1022,12 +1030,12 @@ declare const mcpUniswapV4LpListPoolsOutputSchema: z.ZodObject<{
1022
1030
  token0Address: string;
1023
1031
  token1Address: string;
1024
1032
  poolReference: string;
1025
- presetId: string;
1026
- pairSlug: string;
1027
1033
  pairLabel: string;
1028
- feeLabel: string;
1029
1034
  token0Symbol: string;
1030
1035
  token1Symbol: string;
1036
+ presetId: string;
1037
+ pairSlug: string;
1038
+ feeLabel: string;
1031
1039
  usesNativeEth: boolean;
1032
1040
  nativeWrapped?: string | undefined;
1033
1041
  }[];
@@ -1042,12 +1050,12 @@ declare const mcpUniswapV4LpListPoolsOutputSchema: z.ZodObject<{
1042
1050
  token0Address: string;
1043
1051
  token1Address: string;
1044
1052
  poolReference: string;
1045
- presetId: string;
1046
- pairSlug: string;
1047
1053
  pairLabel: string;
1048
- feeLabel: string;
1049
1054
  token0Symbol: string;
1050
1055
  token1Symbol: string;
1056
+ presetId: string;
1057
+ pairSlug: string;
1058
+ feeLabel: string;
1051
1059
  usesNativeEth: boolean;
1052
1060
  nativeWrapped?: string | undefined;
1053
1061
  }[];
@@ -1409,6 +1417,7 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
1409
1417
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
1410
1418
  }, z.ZodTypeAny, "passthrough">>>;
1411
1419
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1420
+ expiryDate: z.ZodOptional<z.ZodNumber>;
1412
1421
  } & {
1413
1422
  lpResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1414
1423
  nativeWrapped: z.ZodOptional<z.ZodString>;
@@ -1423,6 +1432,7 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
1423
1432
  keylist?: string[] | undefined;
1424
1433
  ClientKeys?: Record<string, string> | undefined;
1425
1434
  } | undefined;
1435
+ expiryDate?: number | undefined;
1426
1436
  rpcUrl?: string | undefined;
1427
1437
  executorAddress?: string | undefined;
1428
1438
  chainDetail?: z.objectOutputType<{
@@ -1448,6 +1458,7 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
1448
1458
  } | undefined;
1449
1459
  useCustomGas?: unknown;
1450
1460
  chainId?: unknown;
1461
+ expiryDate?: number | undefined;
1451
1462
  rpcUrl?: string | undefined;
1452
1463
  executorAddress?: string | undefined;
1453
1464
  chainDetail?: z.objectInputType<{
@@ -1473,6 +1484,7 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
1473
1484
  keylist?: string[] | undefined;
1474
1485
  ClientKeys?: Record<string, string> | undefined;
1475
1486
  } | undefined;
1487
+ expiryDate?: number | undefined;
1476
1488
  rpcUrl?: string | undefined;
1477
1489
  executorAddress?: string | undefined;
1478
1490
  chainDetail?: z.objectOutputType<{
@@ -1498,6 +1510,7 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
1498
1510
  keylist?: string[] | undefined;
1499
1511
  ClientKeys?: Record<string, string> | undefined;
1500
1512
  } | undefined;
1513
+ expiryDate?: number | undefined;
1501
1514
  rpcUrl?: string | undefined;
1502
1515
  executorAddress?: string | undefined;
1503
1516
  chainDetail?: z.objectOutputType<{
@@ -1560,6 +1573,7 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
1560
1573
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
1561
1574
  }, z.ZodTypeAny, "passthrough">>>;
1562
1575
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1576
+ expiryDate: z.ZodOptional<z.ZodNumber>;
1563
1577
  } & {
1564
1578
  nftTokenId: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
1565
1579
  lpResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
@@ -1576,6 +1590,7 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
1576
1590
  keylist?: string[] | undefined;
1577
1591
  ClientKeys?: Record<string, string> | undefined;
1578
1592
  } | undefined;
1593
+ expiryDate?: number | undefined;
1579
1594
  rpcUrl?: string | undefined;
1580
1595
  executorAddress?: string | undefined;
1581
1596
  chainDetail?: z.objectOutputType<{
@@ -1602,6 +1617,7 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
1602
1617
  } | undefined;
1603
1618
  useCustomGas?: unknown;
1604
1619
  chainId?: unknown;
1620
+ expiryDate?: number | undefined;
1605
1621
  rpcUrl?: string | undefined;
1606
1622
  executorAddress?: string | undefined;
1607
1623
  chainDetail?: z.objectInputType<{
@@ -1628,6 +1644,7 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
1628
1644
  keylist?: string[] | undefined;
1629
1645
  ClientKeys?: Record<string, string> | undefined;
1630
1646
  } | undefined;
1647
+ expiryDate?: number | undefined;
1631
1648
  rpcUrl?: string | undefined;
1632
1649
  executorAddress?: string | undefined;
1633
1650
  chainDetail?: z.objectOutputType<{
@@ -1654,6 +1671,7 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
1654
1671
  keylist?: string[] | undefined;
1655
1672
  ClientKeys?: Record<string, string> | undefined;
1656
1673
  } | undefined;
1674
+ expiryDate?: number | undefined;
1657
1675
  rpcUrl?: string | undefined;
1658
1676
  executorAddress?: string | undefined;
1659
1677
  chainDetail?: z.objectOutputType<{
@@ -1716,6 +1734,7 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
1716
1734
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
1717
1735
  }, z.ZodTypeAny, "passthrough">>>;
1718
1736
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1737
+ expiryDate: z.ZodOptional<z.ZodNumber>;
1719
1738
  } & {
1720
1739
  nftTokenId: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
1721
1740
  lpResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
@@ -1732,6 +1751,7 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
1732
1751
  keylist?: string[] | undefined;
1733
1752
  ClientKeys?: Record<string, string> | undefined;
1734
1753
  } | undefined;
1754
+ expiryDate?: number | undefined;
1735
1755
  rpcUrl?: string | undefined;
1736
1756
  executorAddress?: string | undefined;
1737
1757
  chainDetail?: z.objectOutputType<{
@@ -1758,6 +1778,7 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
1758
1778
  } | undefined;
1759
1779
  useCustomGas?: unknown;
1760
1780
  chainId?: unknown;
1781
+ expiryDate?: number | undefined;
1761
1782
  rpcUrl?: string | undefined;
1762
1783
  executorAddress?: string | undefined;
1763
1784
  chainDetail?: z.objectInputType<{
@@ -1784,6 +1805,7 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
1784
1805
  keylist?: string[] | undefined;
1785
1806
  ClientKeys?: Record<string, string> | undefined;
1786
1807
  } | undefined;
1808
+ expiryDate?: number | undefined;
1787
1809
  rpcUrl?: string | undefined;
1788
1810
  executorAddress?: string | undefined;
1789
1811
  chainDetail?: z.objectOutputType<{
@@ -1810,6 +1832,7 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
1810
1832
  keylist?: string[] | undefined;
1811
1833
  ClientKeys?: Record<string, string> | undefined;
1812
1834
  } | undefined;
1835
+ expiryDate?: number | undefined;
1813
1836
  rpcUrl?: string | undefined;
1814
1837
  executorAddress?: string | undefined;
1815
1838
  chainDetail?: z.objectOutputType<{
@@ -1872,6 +1895,7 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
1872
1895
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
1873
1896
  }, z.ZodTypeAny, "passthrough">>>;
1874
1897
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1898
+ expiryDate: z.ZodOptional<z.ZodNumber>;
1875
1899
  } & {
1876
1900
  nftTokenId: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
1877
1901
  lpResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
@@ -1888,6 +1912,7 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
1888
1912
  keylist?: string[] | undefined;
1889
1913
  ClientKeys?: Record<string, string> | undefined;
1890
1914
  } | undefined;
1915
+ expiryDate?: number | undefined;
1891
1916
  rpcUrl?: string | undefined;
1892
1917
  executorAddress?: string | undefined;
1893
1918
  chainDetail?: z.objectOutputType<{
@@ -1914,6 +1939,7 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
1914
1939
  } | undefined;
1915
1940
  useCustomGas?: unknown;
1916
1941
  chainId?: unknown;
1942
+ expiryDate?: number | undefined;
1917
1943
  rpcUrl?: string | undefined;
1918
1944
  executorAddress?: string | undefined;
1919
1945
  chainDetail?: z.objectInputType<{
@@ -1940,6 +1966,7 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
1940
1966
  keylist?: string[] | undefined;
1941
1967
  ClientKeys?: Record<string, string> | undefined;
1942
1968
  } | undefined;
1969
+ expiryDate?: number | undefined;
1943
1970
  rpcUrl?: string | undefined;
1944
1971
  executorAddress?: string | undefined;
1945
1972
  chainDetail?: z.objectOutputType<{
@@ -1966,6 +1993,7 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
1966
1993
  keylist?: string[] | undefined;
1967
1994
  ClientKeys?: Record<string, string> | undefined;
1968
1995
  } | undefined;
1996
+ expiryDate?: number | undefined;
1969
1997
  rpcUrl?: string | undefined;
1970
1998
  executorAddress?: string | undefined;
1971
1999
  chainDetail?: z.objectOutputType<{
@@ -1984,6 +2012,156 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
1984
2012
  }, unknown>;
1985
2013
  type McpUniswapV4LpCreatePositionInput = z.infer<typeof mcpUniswapV4LpCreatePositionInputSchema>;
1986
2014
  type McpUniswapV4BuildMintLiquidityMultisignInput = z.infer<typeof mcpUniswapV4BuildMintLiquidityMultisignInputSchema>;
2015
+ /** MCP: pool OHLCV from Uniswap V4 subgraph (1h/1d + aggregated multiples) or swap bucketing (sub-hour). */
2016
+ declare const mcpUniswapV4FetchOhlcvInputSchema: z.ZodObject<{
2017
+ chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
2018
+ interval: z.ZodOptional<z.ZodEnum<["1m", "5m", "15m", "30m", "1h", "2h", "4h", "6h", "8h", "12h", "1d", "2d", "3d", "1w", "1M"]>>;
2019
+ poolPreset: z.ZodOptional<z.ZodString>;
2020
+ poolReference: z.ZodOptional<z.ZodString>;
2021
+ existingPool: z.ZodOptional<z.ZodObject<{
2022
+ token0Address: z.ZodString;
2023
+ token1Address: z.ZodString;
2024
+ poolReference: z.ZodOptional<z.ZodString>;
2025
+ fee: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>>;
2026
+ tickSpacing: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>>;
2027
+ hooks: z.ZodOptional<z.ZodString>;
2028
+ }, "strip", z.ZodTypeAny, {
2029
+ token0Address: string;
2030
+ token1Address: string;
2031
+ hooks?: string | undefined;
2032
+ fee?: number | undefined;
2033
+ tickSpacing?: number | undefined;
2034
+ poolReference?: string | undefined;
2035
+ }, {
2036
+ token0Address: string;
2037
+ token1Address: string;
2038
+ hooks?: string | undefined;
2039
+ fee?: unknown;
2040
+ tickSpacing?: unknown;
2041
+ poolReference?: string | undefined;
2042
+ }>>;
2043
+ quoteToken: z.ZodOptional<z.ZodEnum<["token0", "token1"]>>;
2044
+ lookbackDays: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2045
+ lookbackHours: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2046
+ startTimeMs: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2047
+ endTimeMs: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2048
+ }, "strict", z.ZodTypeAny, {
2049
+ chainId: number;
2050
+ existingPool?: {
2051
+ token0Address: string;
2052
+ token1Address: string;
2053
+ hooks?: string | undefined;
2054
+ fee?: number | undefined;
2055
+ tickSpacing?: number | undefined;
2056
+ poolReference?: string | undefined;
2057
+ } | undefined;
2058
+ poolReference?: string | undefined;
2059
+ startTimeMs?: number | undefined;
2060
+ endTimeMs?: number | undefined;
2061
+ interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "6h" | "8h" | "12h" | "1d" | "2d" | "3d" | "1w" | "1M" | undefined;
2062
+ poolPreset?: string | undefined;
2063
+ quoteToken?: "token0" | "token1" | undefined;
2064
+ lookbackDays?: number | undefined;
2065
+ lookbackHours?: number | undefined;
2066
+ }, {
2067
+ chainId?: unknown;
2068
+ existingPool?: {
2069
+ token0Address: string;
2070
+ token1Address: string;
2071
+ hooks?: string | undefined;
2072
+ fee?: unknown;
2073
+ tickSpacing?: unknown;
2074
+ poolReference?: string | undefined;
2075
+ } | undefined;
2076
+ poolReference?: string | undefined;
2077
+ startTimeMs?: unknown;
2078
+ endTimeMs?: unknown;
2079
+ interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "6h" | "8h" | "12h" | "1d" | "2d" | "3d" | "1w" | "1M" | undefined;
2080
+ poolPreset?: string | undefined;
2081
+ quoteToken?: "token0" | "token1" | undefined;
2082
+ lookbackDays?: unknown;
2083
+ lookbackHours?: unknown;
2084
+ }>;
2085
+ declare const mcpUniswapV4FetchOhlcvOutputSchema: z.ZodObject<{
2086
+ symbol: z.ZodString;
2087
+ timeframe: z.ZodEnum<["1m", "5m", "15m", "30m", "1h", "2h", "4h", "6h", "8h", "12h", "1d", "2d", "3d", "1w", "1M"]>;
2088
+ chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
2089
+ poolReference: z.ZodString;
2090
+ dataSource: z.ZodEnum<["subgraph_native", "subgraph_aggregate", "swaps"]>;
2091
+ baseSubgraphEntity: z.ZodOptional<z.ZodEnum<["hourly", "daily"]>>;
2092
+ priceQuote: z.ZodEnum<["token0PerToken1", "token1PerToken0"]>;
2093
+ startTimeMs: z.ZodOptional<z.ZodNumber>;
2094
+ endTimeMs: z.ZodOptional<z.ZodNumber>;
2095
+ candleCount: z.ZodNumber;
2096
+ candles: z.ZodArray<z.ZodObject<{
2097
+ timestampMs: z.ZodNumber;
2098
+ open: z.ZodString;
2099
+ high: z.ZodString;
2100
+ low: z.ZodString;
2101
+ close: z.ZodString;
2102
+ volume: z.ZodOptional<z.ZodString>;
2103
+ }, "strip", z.ZodTypeAny, {
2104
+ high: string;
2105
+ low: string;
2106
+ timestampMs: number;
2107
+ open: string;
2108
+ close: string;
2109
+ volume?: string | undefined;
2110
+ }, {
2111
+ high: string;
2112
+ low: string;
2113
+ timestampMs: number;
2114
+ open: string;
2115
+ close: string;
2116
+ volume?: string | undefined;
2117
+ }>, "many">;
2118
+ fetchedAtMs: z.ZodNumber;
2119
+ warnings: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2120
+ }, "strict", z.ZodTypeAny, {
2121
+ symbol: string;
2122
+ chainId: number;
2123
+ poolReference: string;
2124
+ candles: {
2125
+ high: string;
2126
+ low: string;
2127
+ timestampMs: number;
2128
+ open: string;
2129
+ close: string;
2130
+ volume?: string | undefined;
2131
+ }[];
2132
+ dataSource: "subgraph_native" | "subgraph_aggregate" | "swaps";
2133
+ timeframe: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "6h" | "8h" | "12h" | "1d" | "2d" | "3d" | "1w" | "1M";
2134
+ candleCount: number;
2135
+ priceQuote: "token0PerToken1" | "token1PerToken0";
2136
+ fetchedAtMs: number;
2137
+ warnings?: string[] | undefined;
2138
+ startTimeMs?: number | undefined;
2139
+ endTimeMs?: number | undefined;
2140
+ baseSubgraphEntity?: "hourly" | "daily" | undefined;
2141
+ }, {
2142
+ symbol: string;
2143
+ poolReference: string;
2144
+ candles: {
2145
+ high: string;
2146
+ low: string;
2147
+ timestampMs: number;
2148
+ open: string;
2149
+ close: string;
2150
+ volume?: string | undefined;
2151
+ }[];
2152
+ dataSource: "subgraph_native" | "subgraph_aggregate" | "swaps";
2153
+ timeframe: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "6h" | "8h" | "12h" | "1d" | "2d" | "3d" | "1w" | "1M";
2154
+ candleCount: number;
2155
+ priceQuote: "token0PerToken1" | "token1PerToken0";
2156
+ fetchedAtMs: number;
2157
+ chainId?: unknown;
2158
+ warnings?: string[] | undefined;
2159
+ startTimeMs?: number | undefined;
2160
+ endTimeMs?: number | undefined;
2161
+ baseSubgraphEntity?: "hourly" | "daily" | undefined;
2162
+ }>;
2163
+ type McpUniswapV4FetchOhlcvInput = z.infer<typeof mcpUniswapV4FetchOhlcvInputSchema>;
2164
+ type McpUniswapV4FetchOhlcvOutput = z.infer<typeof mcpUniswapV4FetchOhlcvOutputSchema>;
1987
2165
 
1988
2166
  /** Input for MCP tool `ctm_curve_dao_quote` → handler `curveDaoQuote`. */
1989
2167
  declare const mcpCurveDaoQuoteInputSchema: z.ZodObject<{
@@ -2056,6 +2234,7 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
2056
2234
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2057
2235
  }, z.ZodTypeAny, "passthrough">>>;
2058
2236
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2237
+ expiryDate: z.ZodOptional<z.ZodNumber>;
2059
2238
  } & {
2060
2239
  tokenIn: z.ZodString;
2061
2240
  tokenOut: z.ZodString;
@@ -2075,6 +2254,7 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
2075
2254
  keylist?: string[] | undefined;
2076
2255
  ClientKeys?: Record<string, string> | undefined;
2077
2256
  } | undefined;
2257
+ expiryDate?: number | undefined;
2078
2258
  rpcUrl?: string | undefined;
2079
2259
  executorAddress?: string | undefined;
2080
2260
  chainDetail?: z.objectOutputType<{
@@ -2102,6 +2282,7 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
2102
2282
  } | undefined;
2103
2283
  useCustomGas?: unknown;
2104
2284
  chainId?: unknown;
2285
+ expiryDate?: number | undefined;
2105
2286
  rpcUrl?: string | undefined;
2106
2287
  executorAddress?: string | undefined;
2107
2288
  chainDetail?: z.objectInputType<{
@@ -2129,6 +2310,7 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
2129
2310
  keylist?: string[] | undefined;
2130
2311
  ClientKeys?: Record<string, string> | undefined;
2131
2312
  } | undefined;
2313
+ expiryDate?: number | undefined;
2132
2314
  rpcUrl?: string | undefined;
2133
2315
  executorAddress?: string | undefined;
2134
2316
  chainDetail?: z.objectOutputType<{
@@ -2156,6 +2338,7 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
2156
2338
  keylist?: string[] | undefined;
2157
2339
  ClientKeys?: Record<string, string> | undefined;
2158
2340
  } | undefined;
2341
+ expiryDate?: number | undefined;
2159
2342
  rpcUrl?: string | undefined;
2160
2343
  executorAddress?: string | undefined;
2161
2344
  chainDetail?: z.objectOutputType<{
@@ -2476,6 +2659,7 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2476
2659
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2477
2660
  }, z.ZodTypeAny, "passthrough">>>;
2478
2661
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2662
+ expiryDate: z.ZodOptional<z.ZodNumber>;
2479
2663
  } & {
2480
2664
  vault: z.ZodString;
2481
2665
  assetAmountHuman: z.ZodString;
@@ -2493,6 +2677,7 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2493
2677
  keylist?: string[] | undefined;
2494
2678
  ClientKeys?: Record<string, string> | undefined;
2495
2679
  } | undefined;
2680
+ expiryDate?: number | undefined;
2496
2681
  rpcUrl?: string | undefined;
2497
2682
  executorAddress?: string | undefined;
2498
2683
  chainDetail?: z.objectOutputType<{
@@ -2520,6 +2705,7 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2520
2705
  } | undefined;
2521
2706
  useCustomGas?: unknown;
2522
2707
  chainId?: unknown;
2708
+ expiryDate?: number | undefined;
2523
2709
  rpcUrl?: string | undefined;
2524
2710
  executorAddress?: string | undefined;
2525
2711
  chainDetail?: z.objectInputType<{
@@ -2547,6 +2733,7 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2547
2733
  keylist?: string[] | undefined;
2548
2734
  ClientKeys?: Record<string, string> | undefined;
2549
2735
  } | undefined;
2736
+ expiryDate?: number | undefined;
2550
2737
  rpcUrl?: string | undefined;
2551
2738
  executorAddress?: string | undefined;
2552
2739
  chainDetail?: z.objectOutputType<{
@@ -2574,6 +2761,7 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2574
2761
  keylist?: string[] | undefined;
2575
2762
  ClientKeys?: Record<string, string> | undefined;
2576
2763
  } | undefined;
2764
+ expiryDate?: number | undefined;
2577
2765
  rpcUrl?: string | undefined;
2578
2766
  executorAddress?: string | undefined;
2579
2767
  chainDetail?: z.objectOutputType<{
@@ -2698,6 +2886,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
2698
2886
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2699
2887
  }, z.ZodTypeAny, "passthrough">>>;
2700
2888
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2889
+ expiryDate: z.ZodOptional<z.ZodNumber>;
2701
2890
  } & {
2702
2891
  vaultAddress: z.ZodString;
2703
2892
  underlyingAddress: z.ZodString;
@@ -2717,6 +2906,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
2717
2906
  keylist?: string[] | undefined;
2718
2907
  ClientKeys?: Record<string, string> | undefined;
2719
2908
  } | undefined;
2909
+ expiryDate?: number | undefined;
2720
2910
  rpcUrl?: string | undefined;
2721
2911
  executorAddress?: string | undefined;
2722
2912
  chainDetail?: z.objectOutputType<{
@@ -2745,6 +2935,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
2745
2935
  } | undefined;
2746
2936
  useCustomGas?: unknown;
2747
2937
  chainId?: unknown;
2938
+ expiryDate?: number | undefined;
2748
2939
  rpcUrl?: string | undefined;
2749
2940
  executorAddress?: string | undefined;
2750
2941
  chainDetail?: z.objectInputType<{
@@ -2773,6 +2964,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
2773
2964
  keylist?: string[] | undefined;
2774
2965
  ClientKeys?: Record<string, string> | undefined;
2775
2966
  } | undefined;
2967
+ expiryDate?: number | undefined;
2776
2968
  rpcUrl?: string | undefined;
2777
2969
  executorAddress?: string | undefined;
2778
2970
  chainDetail?: z.objectOutputType<{
@@ -2801,6 +2993,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
2801
2993
  keylist?: string[] | undefined;
2802
2994
  ClientKeys?: Record<string, string> | undefined;
2803
2995
  } | undefined;
2996
+ expiryDate?: number | undefined;
2804
2997
  rpcUrl?: string | undefined;
2805
2998
  executorAddress?: string | undefined;
2806
2999
  chainDetail?: z.objectOutputType<{
@@ -2864,6 +3057,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2864
3057
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2865
3058
  }, z.ZodTypeAny, "passthrough">>>;
2866
3059
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3060
+ expiryDate: z.ZodOptional<z.ZodNumber>;
2867
3061
  } & {
2868
3062
  vaultAddress: z.ZodString;
2869
3063
  amountHuman: z.ZodString;
@@ -2880,6 +3074,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2880
3074
  keylist?: string[] | undefined;
2881
3075
  ClientKeys?: Record<string, string> | undefined;
2882
3076
  } | undefined;
3077
+ expiryDate?: number | undefined;
2883
3078
  rpcUrl?: string | undefined;
2884
3079
  executorAddress?: string | undefined;
2885
3080
  chainDetail?: z.objectOutputType<{
@@ -2906,6 +3101,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2906
3101
  } | undefined;
2907
3102
  useCustomGas?: unknown;
2908
3103
  chainId?: unknown;
3104
+ expiryDate?: number | undefined;
2909
3105
  rpcUrl?: string | undefined;
2910
3106
  executorAddress?: string | undefined;
2911
3107
  chainDetail?: z.objectInputType<{
@@ -2932,6 +3128,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2932
3128
  keylist?: string[] | undefined;
2933
3129
  ClientKeys?: Record<string, string> | undefined;
2934
3130
  } | undefined;
3131
+ expiryDate?: number | undefined;
2935
3132
  rpcUrl?: string | undefined;
2936
3133
  executorAddress?: string | undefined;
2937
3134
  chainDetail?: z.objectOutputType<{
@@ -2958,6 +3155,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2958
3155
  keylist?: string[] | undefined;
2959
3156
  ClientKeys?: Record<string, string> | undefined;
2960
3157
  } | undefined;
3158
+ expiryDate?: number | undefined;
2961
3159
  rpcUrl?: string | undefined;
2962
3160
  executorAddress?: string | undefined;
2963
3161
  chainDetail?: z.objectOutputType<{
@@ -3020,6 +3218,7 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
3020
3218
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
3021
3219
  }, z.ZodTypeAny, "passthrough">>>;
3022
3220
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3221
+ expiryDate: z.ZodOptional<z.ZodNumber>;
3023
3222
  } & {
3024
3223
  marketId: z.ZodString;
3025
3224
  collateralToken: z.ZodString;
@@ -3038,6 +3237,7 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
3038
3237
  keylist?: string[] | undefined;
3039
3238
  ClientKeys?: Record<string, string> | undefined;
3040
3239
  } | undefined;
3240
+ expiryDate?: number | undefined;
3041
3241
  rpcUrl?: string | undefined;
3042
3242
  executorAddress?: string | undefined;
3043
3243
  chainDetail?: z.objectOutputType<{
@@ -3065,6 +3265,7 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
3065
3265
  } | undefined;
3066
3266
  useCustomGas?: unknown;
3067
3267
  chainId?: unknown;
3268
+ expiryDate?: number | undefined;
3068
3269
  rpcUrl?: string | undefined;
3069
3270
  executorAddress?: string | undefined;
3070
3271
  chainDetail?: z.objectInputType<{
@@ -3092,6 +3293,7 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
3092
3293
  keylist?: string[] | undefined;
3093
3294
  ClientKeys?: Record<string, string> | undefined;
3094
3295
  } | undefined;
3296
+ expiryDate?: number | undefined;
3095
3297
  rpcUrl?: string | undefined;
3096
3298
  executorAddress?: string | undefined;
3097
3299
  chainDetail?: z.objectOutputType<{
@@ -3119,6 +3321,7 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
3119
3321
  keylist?: string[] | undefined;
3120
3322
  ClientKeys?: Record<string, string> | undefined;
3121
3323
  } | undefined;
3324
+ expiryDate?: number | undefined;
3122
3325
  rpcUrl?: string | undefined;
3123
3326
  executorAddress?: string | undefined;
3124
3327
  chainDetail?: z.objectOutputType<{
@@ -3181,6 +3384,7 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
3181
3384
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
3182
3385
  }, z.ZodTypeAny, "passthrough">>>;
3183
3386
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3387
+ expiryDate: z.ZodOptional<z.ZodNumber>;
3184
3388
  } & {
3185
3389
  marketId: z.ZodString;
3186
3390
  loanToken: z.ZodString;
@@ -3197,6 +3401,7 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
3197
3401
  keylist?: string[] | undefined;
3198
3402
  ClientKeys?: Record<string, string> | undefined;
3199
3403
  } | undefined;
3404
+ expiryDate?: number | undefined;
3200
3405
  rpcUrl?: string | undefined;
3201
3406
  executorAddress?: string | undefined;
3202
3407
  chainDetail?: z.objectOutputType<{
@@ -3222,6 +3427,7 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
3222
3427
  } | undefined;
3223
3428
  useCustomGas?: unknown;
3224
3429
  chainId?: unknown;
3430
+ expiryDate?: number | undefined;
3225
3431
  rpcUrl?: string | undefined;
3226
3432
  executorAddress?: string | undefined;
3227
3433
  chainDetail?: z.objectInputType<{
@@ -3247,6 +3453,7 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
3247
3453
  keylist?: string[] | undefined;
3248
3454
  ClientKeys?: Record<string, string> | undefined;
3249
3455
  } | undefined;
3456
+ expiryDate?: number | undefined;
3250
3457
  rpcUrl?: string | undefined;
3251
3458
  executorAddress?: string | undefined;
3252
3459
  chainDetail?: z.objectOutputType<{
@@ -3272,6 +3479,7 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
3272
3479
  keylist?: string[] | undefined;
3273
3480
  ClientKeys?: Record<string, string> | undefined;
3274
3481
  } | undefined;
3482
+ expiryDate?: number | undefined;
3275
3483
  rpcUrl?: string | undefined;
3276
3484
  executorAddress?: string | undefined;
3277
3485
  chainDetail?: z.objectOutputType<{
@@ -3332,6 +3540,7 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
3332
3540
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
3333
3541
  }, z.ZodTypeAny, "passthrough">>>;
3334
3542
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3543
+ expiryDate: z.ZodOptional<z.ZodNumber>;
3335
3544
  } & {
3336
3545
  marketId: z.ZodString;
3337
3546
  loanToken: z.ZodString;
@@ -3348,6 +3557,7 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
3348
3557
  keylist?: string[] | undefined;
3349
3558
  ClientKeys?: Record<string, string> | undefined;
3350
3559
  } | undefined;
3560
+ expiryDate?: number | undefined;
3351
3561
  rpcUrl?: string | undefined;
3352
3562
  executorAddress?: string | undefined;
3353
3563
  chainDetail?: z.objectOutputType<{
@@ -3373,6 +3583,7 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
3373
3583
  } | undefined;
3374
3584
  useCustomGas?: unknown;
3375
3585
  chainId?: unknown;
3586
+ expiryDate?: number | undefined;
3376
3587
  rpcUrl?: string | undefined;
3377
3588
  executorAddress?: string | undefined;
3378
3589
  chainDetail?: z.objectInputType<{
@@ -3398,6 +3609,7 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
3398
3609
  keylist?: string[] | undefined;
3399
3610
  ClientKeys?: Record<string, string> | undefined;
3400
3611
  } | undefined;
3612
+ expiryDate?: number | undefined;
3401
3613
  rpcUrl?: string | undefined;
3402
3614
  executorAddress?: string | undefined;
3403
3615
  chainDetail?: z.objectOutputType<{
@@ -3423,6 +3635,7 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
3423
3635
  keylist?: string[] | undefined;
3424
3636
  ClientKeys?: Record<string, string> | undefined;
3425
3637
  } | undefined;
3638
+ expiryDate?: number | undefined;
3426
3639
  rpcUrl?: string | undefined;
3427
3640
  executorAddress?: string | undefined;
3428
3641
  chainDetail?: z.objectOutputType<{
@@ -4197,20 +4410,20 @@ declare const mcpGmxFetchMarketPricesOutputSchema: z.ZodObject<{
4197
4410
  fetchedAtMs: z.ZodNumber;
4198
4411
  }, "strip", z.ZodTypeAny, {
4199
4412
  symbol: string;
4413
+ fetchedAtMs: number;
4200
4414
  collateralSymbol: string;
4201
4415
  collateralUsd: string | null;
4202
4416
  indexLabel: string;
4203
4417
  indexMarkUsd: string | null;
4204
4418
  indexPerCollateral: string | null;
4205
- fetchedAtMs: number;
4206
4419
  }, {
4207
4420
  symbol: string;
4421
+ fetchedAtMs: number;
4208
4422
  collateralSymbol: string;
4209
4423
  collateralUsd: string | null;
4210
4424
  indexLabel: string;
4211
4425
  indexMarkUsd: string | null;
4212
4426
  indexPerCollateral: string | null;
4213
- fetchedAtMs: number;
4214
4427
  }>;
4215
4428
  declare const mcpGmxFetchOhlcvInputSchema: z.ZodObject<{
4216
4429
  chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
@@ -4222,14 +4435,14 @@ declare const mcpGmxFetchOhlcvInputSchema: z.ZodObject<{
4222
4435
  symbol: string;
4223
4436
  chainId: number;
4224
4437
  sort?: "asc" | "desc" | undefined;
4225
- limit?: number | undefined;
4226
4438
  timeframe?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | undefined;
4439
+ limit?: number | undefined;
4227
4440
  }, {
4228
4441
  symbol: string;
4229
4442
  chainId?: unknown;
4230
4443
  sort?: "asc" | "desc" | undefined;
4231
- limit?: unknown;
4232
4444
  timeframe?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | undefined;
4445
+ limit?: unknown;
4233
4446
  }>;
4234
4447
  declare const mcpGmxFetchOhlcvOutputSchema: z.ZodObject<{
4235
4448
  symbol: z.ZodString;
@@ -4249,44 +4462,44 @@ declare const mcpGmxFetchOhlcvOutputSchema: z.ZodObject<{
4249
4462
  high: string;
4250
4463
  low: string;
4251
4464
  timestampMs: number;
4252
- timeLabel: string;
4253
4465
  open: string;
4254
4466
  close: string;
4467
+ timeLabel: string;
4255
4468
  }, {
4256
4469
  high: string;
4257
4470
  low: string;
4258
4471
  timestampMs: number;
4259
- timeLabel: string;
4260
4472
  open: string;
4261
4473
  close: string;
4474
+ timeLabel: string;
4262
4475
  }>, "many">;
4263
4476
  }, "strip", z.ZodTypeAny, {
4264
4477
  symbol: string;
4265
4478
  chainId: number;
4266
- timeframe: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M";
4267
- candleCount: number;
4268
4479
  candles: {
4269
4480
  high: string;
4270
4481
  low: string;
4271
4482
  timestampMs: number;
4272
- timeLabel: string;
4273
4483
  open: string;
4274
4484
  close: string;
4485
+ timeLabel: string;
4275
4486
  }[];
4487
+ timeframe: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M";
4488
+ candleCount: number;
4276
4489
  startTimeMs?: number | undefined;
4277
4490
  endTimeMs?: number | undefined;
4278
4491
  }, {
4279
4492
  symbol: string;
4280
- timeframe: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M";
4281
- candleCount: number;
4282
4493
  candles: {
4283
4494
  high: string;
4284
4495
  low: string;
4285
4496
  timestampMs: number;
4286
- timeLabel: string;
4287
4497
  open: string;
4288
4498
  close: string;
4499
+ timeLabel: string;
4289
4500
  }[];
4501
+ timeframe: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M";
4502
+ candleCount: number;
4290
4503
  chainId?: unknown;
4291
4504
  startTimeMs?: number | undefined;
4292
4505
  endTimeMs?: number | undefined;
@@ -4711,14 +4924,14 @@ declare const mcpHyperliquidFetchMarketSnapshotInputSchema: z.ZodObject<{
4711
4924
  }, "strip", z.ZodTypeAny, {
4712
4925
  chainId: number;
4713
4926
  coin: string;
4927
+ interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m" | undefined;
4714
4928
  dex?: string | undefined;
4715
- interval?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d" | undefined;
4716
4929
  candleLimit?: number | undefined;
4717
4930
  }, {
4718
4931
  coin: string;
4719
4932
  chainId?: number | undefined;
4933
+ interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m" | undefined;
4720
4934
  dex?: string | undefined;
4721
- interval?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d" | undefined;
4722
4935
  candleLimit?: unknown;
4723
4936
  }>;
4724
4937
  declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
@@ -4760,17 +4973,17 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
4760
4973
  }, "strip", z.ZodTypeAny, {
4761
4974
  high: string;
4762
4975
  low: string;
4976
+ volume: string;
4763
4977
  timestampMs: number;
4764
4978
  open: string;
4765
4979
  close: string;
4766
- volume: string;
4767
4980
  }, {
4768
4981
  high: string;
4769
4982
  low: string;
4983
+ volume: string;
4770
4984
  timestampMs: number;
4771
4985
  open: string;
4772
4986
  close: string;
4773
- volume: string;
4774
4987
  }>>;
4775
4988
  candles: z.ZodArray<z.ZodObject<{
4776
4989
  timestampMs: z.ZodNumber;
@@ -4782,33 +4995,33 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
4782
4995
  }, "strip", z.ZodTypeAny, {
4783
4996
  high: string;
4784
4997
  low: string;
4998
+ volume: string;
4785
4999
  timestampMs: number;
4786
5000
  open: string;
4787
5001
  close: string;
4788
- volume: string;
4789
5002
  }, {
4790
5003
  high: string;
4791
5004
  low: string;
5005
+ volume: string;
4792
5006
  timestampMs: number;
4793
5007
  open: string;
4794
5008
  close: string;
4795
- volume: string;
4796
5009
  }>, "many">;
4797
5010
  candleCount: z.ZodNumber;
4798
5011
  }, "strip", z.ZodTypeAny, {
4799
- coin: string;
4800
- fetchedAtMs: number;
4801
- candleCount: number;
4802
5012
  candles: {
4803
5013
  high: string;
4804
5014
  low: string;
5015
+ volume: string;
4805
5016
  timestampMs: number;
4806
5017
  open: string;
4807
5018
  close: string;
4808
- volume: string;
4809
5019
  }[];
5020
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5021
+ candleCount: number;
5022
+ fetchedAtMs: number;
5023
+ coin: string;
4810
5024
  dex: string | null;
4811
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
4812
5025
  midUsd: string;
4813
5026
  livePrice: {
4814
5027
  source: "markPx" | "midPx" | "allMids";
@@ -4821,25 +5034,25 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
4821
5034
  latestCandle: {
4822
5035
  high: string;
4823
5036
  low: string;
5037
+ volume: string;
4824
5038
  timestampMs: number;
4825
5039
  open: string;
4826
5040
  close: string;
4827
- volume: string;
4828
5041
  } | null;
4829
5042
  }, {
4830
- coin: string;
4831
- fetchedAtMs: number;
4832
- candleCount: number;
4833
5043
  candles: {
4834
5044
  high: string;
4835
5045
  low: string;
5046
+ volume: string;
4836
5047
  timestampMs: number;
4837
5048
  open: string;
4838
5049
  close: string;
4839
- volume: string;
4840
5050
  }[];
5051
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5052
+ candleCount: number;
5053
+ fetchedAtMs: number;
5054
+ coin: string;
4841
5055
  dex: string | null;
4842
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
4843
5056
  midUsd: string;
4844
5057
  livePrice: {
4845
5058
  source: "markPx" | "midPx" | "allMids";
@@ -4852,10 +5065,10 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
4852
5065
  latestCandle: {
4853
5066
  high: string;
4854
5067
  low: string;
5068
+ volume: string;
4855
5069
  timestampMs: number;
4856
5070
  open: string;
4857
5071
  close: string;
4858
- volume: string;
4859
5072
  } | null;
4860
5073
  }>;
4861
5074
  resolvedCoin: z.ZodString;
@@ -4864,19 +5077,19 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
4864
5077
  resolvedCoin: string;
4865
5078
  dex: string | null;
4866
5079
  snapshot: {
4867
- coin: string;
4868
- fetchedAtMs: number;
4869
- candleCount: number;
4870
5080
  candles: {
4871
5081
  high: string;
4872
5082
  low: string;
5083
+ volume: string;
4873
5084
  timestampMs: number;
4874
5085
  open: string;
4875
5086
  close: string;
4876
- volume: string;
4877
5087
  }[];
5088
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5089
+ candleCount: number;
5090
+ fetchedAtMs: number;
5091
+ coin: string;
4878
5092
  dex: string | null;
4879
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
4880
5093
  midUsd: string;
4881
5094
  livePrice: {
4882
5095
  source: "markPx" | "midPx" | "allMids";
@@ -4889,29 +5102,29 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
4889
5102
  latestCandle: {
4890
5103
  high: string;
4891
5104
  low: string;
5105
+ volume: string;
4892
5106
  timestampMs: number;
4893
5107
  open: string;
4894
5108
  close: string;
4895
- volume: string;
4896
5109
  } | null;
4897
5110
  };
4898
5111
  }, {
4899
5112
  resolvedCoin: string;
4900
5113
  dex: string | null;
4901
5114
  snapshot: {
4902
- coin: string;
4903
- fetchedAtMs: number;
4904
- candleCount: number;
4905
5115
  candles: {
4906
5116
  high: string;
4907
5117
  low: string;
5118
+ volume: string;
4908
5119
  timestampMs: number;
4909
5120
  open: string;
4910
5121
  close: string;
4911
- volume: string;
4912
5122
  }[];
5123
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5124
+ candleCount: number;
5125
+ fetchedAtMs: number;
5126
+ coin: string;
4913
5127
  dex: string | null;
4914
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
4915
5128
  midUsd: string;
4916
5129
  livePrice: {
4917
5130
  source: "markPx" | "midPx" | "allMids";
@@ -4924,10 +5137,10 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
4924
5137
  latestCandle: {
4925
5138
  high: string;
4926
5139
  low: string;
5140
+ volume: string;
4927
5141
  timestampMs: number;
4928
5142
  open: string;
4929
5143
  close: string;
4930
- volume: string;
4931
5144
  } | null;
4932
5145
  };
4933
5146
  }>;
@@ -4946,19 +5159,19 @@ declare const mcpHyperliquidFetchOhlcvInputSchema: z.ZodObject<{
4946
5159
  coin: string;
4947
5160
  startTimeMs?: number | undefined;
4948
5161
  endTimeMs?: number | undefined;
4949
- dex?: string | undefined;
4950
- interval?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d" | undefined;
5162
+ interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m" | undefined;
4951
5163
  lookbackDays?: number | undefined;
4952
5164
  lookbackHours?: number | undefined;
5165
+ dex?: string | undefined;
4953
5166
  }, {
4954
5167
  coin: string;
4955
5168
  chainId?: number | undefined;
4956
5169
  startTimeMs?: unknown;
4957
5170
  endTimeMs?: unknown;
4958
- dex?: string | undefined;
4959
- interval?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d" | undefined;
5171
+ interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m" | undefined;
4960
5172
  lookbackDays?: unknown;
4961
5173
  lookbackHours?: unknown;
5174
+ dex?: string | undefined;
4962
5175
  }>;
4963
5176
  declare const mcpHyperliquidFetchOhlcvOutputSchema: z.ZodObject<{
4964
5177
  ohlcv: z.ZodObject<{
@@ -4979,17 +5192,17 @@ declare const mcpHyperliquidFetchOhlcvOutputSchema: z.ZodObject<{
4979
5192
  }, "strip", z.ZodTypeAny, {
4980
5193
  high: string;
4981
5194
  low: string;
5195
+ volume: string;
4982
5196
  timestampMs: number;
4983
5197
  open: string;
4984
5198
  close: string;
4985
- volume: string;
4986
5199
  }, {
4987
5200
  high: string;
4988
5201
  low: string;
5202
+ volume: string;
4989
5203
  timestampMs: number;
4990
5204
  open: string;
4991
5205
  close: string;
4992
- volume: string;
4993
5206
  }>>;
4994
5207
  candles: z.ZodArray<z.ZodObject<{
4995
5208
  timestampMs: z.ZodNumber;
@@ -5001,67 +5214,67 @@ declare const mcpHyperliquidFetchOhlcvOutputSchema: z.ZodObject<{
5001
5214
  }, "strip", z.ZodTypeAny, {
5002
5215
  high: string;
5003
5216
  low: string;
5217
+ volume: string;
5004
5218
  timestampMs: number;
5005
5219
  open: string;
5006
5220
  close: string;
5007
- volume: string;
5008
5221
  }, {
5009
5222
  high: string;
5010
5223
  low: string;
5224
+ volume: string;
5011
5225
  timestampMs: number;
5012
5226
  open: string;
5013
5227
  close: string;
5014
- volume: string;
5015
5228
  }>, "many">;
5016
5229
  fetchedAtMs: z.ZodNumber;
5017
5230
  }, "strip", z.ZodTypeAny, {
5018
- coin: string;
5019
- fetchedAtMs: number;
5020
- startTimeMs: number;
5021
- endTimeMs: number;
5022
- candleCount: number;
5023
5231
  candles: {
5024
5232
  high: string;
5025
5233
  low: string;
5234
+ volume: string;
5026
5235
  timestampMs: number;
5027
5236
  open: string;
5028
5237
  close: string;
5029
- volume: string;
5030
5238
  }[];
5239
+ startTimeMs: number;
5240
+ endTimeMs: number;
5241
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5242
+ candleCount: number;
5243
+ fetchedAtMs: number;
5244
+ coin: string;
5031
5245
  dex: string | null;
5032
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
5033
5246
  latestCandle: {
5034
5247
  high: string;
5035
5248
  low: string;
5249
+ volume: string;
5036
5250
  timestampMs: number;
5037
5251
  open: string;
5038
5252
  close: string;
5039
- volume: string;
5040
5253
  } | null;
5041
5254
  expectedBars: number;
5042
5255
  }, {
5043
- coin: string;
5044
- fetchedAtMs: number;
5045
- startTimeMs: number;
5046
- endTimeMs: number;
5047
- candleCount: number;
5048
5256
  candles: {
5049
5257
  high: string;
5050
5258
  low: string;
5259
+ volume: string;
5051
5260
  timestampMs: number;
5052
5261
  open: string;
5053
5262
  close: string;
5054
- volume: string;
5055
5263
  }[];
5264
+ startTimeMs: number;
5265
+ endTimeMs: number;
5266
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5267
+ candleCount: number;
5268
+ fetchedAtMs: number;
5269
+ coin: string;
5056
5270
  dex: string | null;
5057
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
5058
5271
  latestCandle: {
5059
5272
  high: string;
5060
5273
  low: string;
5274
+ volume: string;
5061
5275
  timestampMs: number;
5062
5276
  open: string;
5063
5277
  close: string;
5064
- volume: string;
5065
5278
  } | null;
5066
5279
  expectedBars: number;
5067
5280
  }>;
@@ -5071,28 +5284,28 @@ declare const mcpHyperliquidFetchOhlcvOutputSchema: z.ZodObject<{
5071
5284
  resolvedCoin: string;
5072
5285
  dex: string | null;
5073
5286
  ohlcv: {
5074
- coin: string;
5075
- fetchedAtMs: number;
5076
- startTimeMs: number;
5077
- endTimeMs: number;
5078
- candleCount: number;
5079
5287
  candles: {
5080
5288
  high: string;
5081
5289
  low: string;
5290
+ volume: string;
5082
5291
  timestampMs: number;
5083
5292
  open: string;
5084
5293
  close: string;
5085
- volume: string;
5086
5294
  }[];
5295
+ startTimeMs: number;
5296
+ endTimeMs: number;
5297
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5298
+ candleCount: number;
5299
+ fetchedAtMs: number;
5300
+ coin: string;
5087
5301
  dex: string | null;
5088
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
5089
5302
  latestCandle: {
5090
5303
  high: string;
5091
5304
  low: string;
5305
+ volume: string;
5092
5306
  timestampMs: number;
5093
5307
  open: string;
5094
5308
  close: string;
5095
- volume: string;
5096
5309
  } | null;
5097
5310
  expectedBars: number;
5098
5311
  };
@@ -5100,28 +5313,28 @@ declare const mcpHyperliquidFetchOhlcvOutputSchema: z.ZodObject<{
5100
5313
  resolvedCoin: string;
5101
5314
  dex: string | null;
5102
5315
  ohlcv: {
5103
- coin: string;
5104
- fetchedAtMs: number;
5105
- startTimeMs: number;
5106
- endTimeMs: number;
5107
- candleCount: number;
5108
5316
  candles: {
5109
5317
  high: string;
5110
5318
  low: string;
5319
+ volume: string;
5111
5320
  timestampMs: number;
5112
5321
  open: string;
5113
5322
  close: string;
5114
- volume: string;
5115
5323
  }[];
5324
+ startTimeMs: number;
5325
+ endTimeMs: number;
5326
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5327
+ candleCount: number;
5328
+ fetchedAtMs: number;
5329
+ coin: string;
5116
5330
  dex: string | null;
5117
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
5118
5331
  latestCandle: {
5119
5332
  high: string;
5120
5333
  low: string;
5334
+ volume: string;
5121
5335
  timestampMs: number;
5122
5336
  open: string;
5123
5337
  close: string;
5124
- volume: string;
5125
5338
  } | null;
5126
5339
  expectedBars: number;
5127
5340
  };
@@ -5634,4 +5847,4 @@ declare function getAgentCatalog(): {
5634
5847
  };
5635
5848
  };
5636
5849
 
5637
- export { type ChainDetailMcpInput, EVM_COMMON_PARAM_DOCS, type EvmMultisignCommonInput, type KeyGenMcpInput, MANAGEMENT_SIG_DOC, MCP_NON_SUBMIT_TOOL_NAMES, MCP_TOOL_DEFINITIONS, MCP_TOOL_INPUT_SCHEMAS, MCP_TOOL_OUTPUT_SCHEMAS, MULTISIGN_OUTPUT_DOC, MULTISIGN_SUBMIT_OUTPUT_DOC, type McpAaveV4DepositInput, type McpCurveDaoBuildSwapMultisignInput, type McpCurveDaoQuoteInput, type McpCurveDaoQuoteOutput, type McpEthenaStakeInput, type McpEulerV2FetchLendVaultsInput, type McpEulerV2FetchLendVaultsOutput, type McpEulerV2IsolatedLendInput, type McpJsonSchema, type McpLidoSubmitInput, type McpMapleDepositInput, type McpMorphoFetchBlueMarketsInput, type McpMorphoFetchBlueMarketsOutput, type McpMorphoFetchEarnVaultsInput, type McpMorphoFetchEarnVaultsOutput, type McpMorphoVaultDepositInput, type McpSchemaProperty, type McpSkyLockstakeStakeInput, type McpToolDefinition, type McpToolHandler, type McpToolInputMap, type McpToolName, type McpToolOutputMap, type McpUniswapV4BuildMintLiquidityMultisignInput, type McpUniswapV4BuildSwapMultisignInput, type McpUniswapV4CreateSwapInput, type McpUniswapV4CreateSwapOutput, type McpUniswapV4LpCreatePositionInput, type McpUniswapV4QuoteInput, type McpUniswapV4QuoteOutput, type MultisignOutput, PROTOCOL_SUPPORT_ADVISORS, type ProtocolSupportAdvisor, type SupportedTokenRow, type TokenFilterKind, chainDetailSchema, evmAddressSchema, evmMultisignCommonInputSchema, getAgentCatalog, getAgentCatalogForMcp, getMcpToolByName, getMcpToolDefinitions, getMcpToolInputSchema, getMcpToolOutputSchema, getProtocolDiscoverySummary, getProtocolSkill, getProtocolSupportAdvisor, getToolsForProtocol, jsonObjectSchema, keyGenSchema, listProtocolSupportAdvisorIds, listProtocolsWithSkills, mcpAaveV4BorrowInputSchema, mcpAaveV4DepositInputSchema, mcpAaveV4RepayInputSchema, mcpAaveV4WithdrawInputSchema, mcpCurveDaoBuildSwapMultisignInputSchema, mcpCurveDaoQuoteInputSchema, mcpCurveDaoQuoteOutputSchema, mcpEthenaClaimInputSchema, mcpEthenaCooldownInputSchema, mcpEthenaRedeemInputSchema, mcpEthenaStakeInputSchema, mcpEulerV2BorrowRepayInputSchema, mcpEulerV2CollateralDepositInputSchema, mcpEulerV2CollateralWithdrawInputSchema, mcpEulerV2FetchLendVaultsInputSchema, mcpEulerV2FetchLendVaultsOutputSchema, mcpEulerV2IsolatedBorrowInputSchema, mcpEulerV2IsolatedLendInputSchema, mcpEulerV2VaultWithdrawInputSchema, mcpGmxCancelInputSchema, mcpGmxDecreaseInputSchema, mcpGmxFetchGmApyInputSchema, mcpGmxFetchGmApyOutputSchema, mcpGmxFetchGmMarketsInputSchema, mcpGmxFetchGmMarketsOutputSchema, mcpGmxFetchMarketPricesInputSchema, mcpGmxFetchMarketPricesOutputSchema, mcpGmxFetchMarketsInputSchema, mcpGmxFetchMarketsOutputSchema, mcpGmxFetchOhlcvInputSchema, mcpGmxFetchOhlcvOutputSchema, mcpGmxFetchOrdersInputSchema, mcpGmxFetchOrdersOutputSchema, mcpGmxFetchPositionsInputSchema, mcpGmxFetchPositionsOutputSchema, mcpGmxFetchStakingPowerInputSchema, mcpGmxFetchStakingPowerOutputSchema, mcpGmxGmDepositInputSchema, mcpGmxGmWithdrawInputSchema, mcpGmxIncreaseInputSchema, mcpServerSubmitOutputSchema as mcpGmxMultisignOutputSchema, mcpGmxStakeGmxInputSchema, mcpGmxUnstakeGmxInputSchema, mcpHyperliquidBridgeDepositInputSchema, mcpHyperliquidBridgeWithdrawInputSchema, mcpHyperliquidCancelInputSchema, mcpHyperliquidCloseInputSchema, mcpHyperliquidDelegateInputSchema, mcpHyperliquidFetchDelegationsInputSchema, mcpHyperliquidFetchDelegationsOutputSchema, mcpHyperliquidFetchMarketSnapshotInputSchema, mcpHyperliquidFetchMarketSnapshotOutputSchema, mcpHyperliquidFetchMarketsInputSchema, mcpHyperliquidFetchMarketsOutputSchema, mcpHyperliquidFetchOhlcvInputSchema, mcpHyperliquidFetchOhlcvOutputSchema, mcpHyperliquidFetchOpenContextInputSchema, mcpHyperliquidFetchOpenContextOutputSchema, mcpHyperliquidFetchOpenOrdersInputSchema, mcpHyperliquidFetchOpenOrdersOutputSchema, mcpHyperliquidFetchPositionsInputSchema, mcpHyperliquidFetchPositionsOutputSchema, mcpHyperliquidFetchStakingSummaryInputSchema, mcpHyperliquidFetchStakingSummaryOutputSchema, mcpHyperliquidFetchUsdClassBalancesInputSchema, mcpHyperliquidFetchUsdClassBalancesOutputSchema, mcpHyperliquidFetchUserVaultEquitiesInputSchema, mcpHyperliquidFetchUserVaultEquitiesOutputSchema, mcpHyperliquidFetchVaultsInputSchema, mcpHyperliquidFetchVaultsOutputSchema, mcpHyperliquidLimitOrderInputSchema, mcpHyperliquidSearchMarketsInputSchema, mcpHyperliquidSearchMarketsOutputSchema, mcpHyperliquidStakeInputSchema, mcpHyperliquidUndelegateInputSchema, mcpHyperliquidUnstakeInputSchema, mcpHyperliquidUpdateLeverageInputSchema, mcpHyperliquidUsdTransferInputSchema, mcpHyperliquidVaultDepositInputSchema, mcpHyperliquidVaultWithdrawInputSchema, mcpLidoClaimWithdrawalInputSchema, mcpLidoRequestWithdrawalsInputSchema, mcpLidoSubmitInputSchema, mcpLidoUnwrapWstEthInputSchema, mcpLidoWrapStEthInputSchema, mcpMapleDepositInputSchema, mcpMapleRequestRedeemInputSchema, mcpMorphoBlueBorrowInputSchema, mcpMorphoBlueCollateralDepositInputSchema, mcpMorphoBlueCollateralWithdrawInputSchema, mcpMorphoBlueRepayInputSchema, mcpMorphoFetchBlueMarketsInputSchema, mcpMorphoFetchBlueMarketsOutputSchema, mcpMorphoFetchEarnVaultsInputSchema, mcpMorphoFetchEarnVaultsOutputSchema, mcpMorphoMerklClaimInputSchema, mcpMorphoVaultDepositInputSchema, mcpMorphoVaultWithdrawInputSchema, mcpMultisignInput, multisignOutputSchema as mcpMultisignOutputSchema, mcpServerSubmitOutputSchema as mcpMultisignSubmitOutputSchema, mcpServerCommonInputSchema, mcpServerMultisignInput, mcpServerSubmitOutputSchema, mcpSkyLockstakeCloseInputSchema, mcpSkyLockstakeDrawInputSchema, mcpSkyLockstakeGetRewardInputSchema, mcpSkyLockstakeStakeInputSchema, mcpSkyLockstakeWipeInputSchema, mcpSkySusdsDepositInputSchema, mcpSkySusdsRedeemInputSchema, mcpUniswapV4BuildCollectFeesMultisignInputSchema, mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildMintLiquidityMultisignInputSchema, mcpUniswapV4BuildSwapMultisignInputSchema, mcpUniswapV4CreateSwapInputSchema, mcpUniswapV4CreateSwapOutputSchema, mcpUniswapV4LpClaimInputSchema, mcpUniswapV4LpClaimOutputSchema, mcpUniswapV4LpCreatePositionInputSchema, mcpUniswapV4LpCreatePositionOutputSchema, mcpUniswapV4LpDecreaseInputSchema, mcpUniswapV4LpDecreaseOutputSchema, mcpUniswapV4LpIncreaseInputSchema, mcpUniswapV4LpIncreaseOutputSchema, mcpUniswapV4LpListPoolsInputSchema, mcpUniswapV4LpListPoolsOutputSchema, mcpUniswapV4LpListPositionsInputSchema, mcpUniswapV4LpListPositionsOutputSchema, mcpUniswapV4QuoteInputSchema, mcpUniswapV4QuoteOutputSchema, mcpUniswapV4RegisterPositionFromMintTxInputSchema, mcpUniswapV4RegisterPositionFromMintTxOutputSchema, mcpUniswapV4RegisterPositionNftInputSchema, mcpUniswapV4RegisterPositionNftOutputSchema, multisignOutputSchema, parseAgentBoolean, parseAgentEvmChainId, parseMcpToolInput, parseMcpToolOutput, parseMultisignBuilderOutput, uniswapQuoteTradeTypeSchema, zodSchemaToMcpJsonSchema };
5850
+ export { type ChainDetailMcpInput, EVM_COMMON_PARAM_DOCS, type EvmMultisignCommonInput, type KeyGenMcpInput, MANAGEMENT_SIG_DOC, MCP_NON_SUBMIT_TOOL_NAMES, MCP_TOOL_DEFINITIONS, MCP_TOOL_INPUT_SCHEMAS, MCP_TOOL_OUTPUT_SCHEMAS, MULTISIGN_OUTPUT_DOC, MULTISIGN_SUBMIT_OUTPUT_DOC, type McpAaveV4DepositInput, type McpCurveDaoBuildSwapMultisignInput, type McpCurveDaoQuoteInput, type McpCurveDaoQuoteOutput, type McpEthenaStakeInput, type McpEulerV2FetchLendVaultsInput, type McpEulerV2FetchLendVaultsOutput, type McpEulerV2IsolatedLendInput, type McpJsonSchema, type McpLidoSubmitInput, type McpMapleDepositInput, type McpMorphoFetchBlueMarketsInput, type McpMorphoFetchBlueMarketsOutput, type McpMorphoFetchEarnVaultsInput, type McpMorphoFetchEarnVaultsOutput, type McpMorphoVaultDepositInput, type McpSchemaProperty, type McpSkyLockstakeStakeInput, type McpToolDefinition, type McpToolHandler, type McpToolInputMap, type McpToolName, type McpToolOutputMap, type McpUniswapV4BuildMintLiquidityMultisignInput, type McpUniswapV4BuildSwapMultisignInput, type McpUniswapV4CreateSwapInput, type McpUniswapV4CreateSwapOutput, type McpUniswapV4FetchOhlcvInput, type McpUniswapV4FetchOhlcvOutput, type McpUniswapV4LpCreatePositionInput, type McpUniswapV4QuoteInput, type McpUniswapV4QuoteOutput, type MultisignOutput, PROTOCOL_SUPPORT_ADVISORS, type ProtocolSupportAdvisor, type SupportedTokenRow, type TokenFilterKind, chainDetailSchema, evmAddressSchema, evmMultisignCommonInputSchema, getAgentCatalog, getAgentCatalogForMcp, getMcpToolByName, getMcpToolDefinitions, getMcpToolInputSchema, getMcpToolOutputSchema, getProtocolDiscoverySummary, getProtocolSkill, getProtocolSupportAdvisor, getToolsForProtocol, jsonObjectSchema, keyGenSchema, listProtocolSupportAdvisorIds, listProtocolsWithSkills, mcpAaveV4BorrowInputSchema, mcpAaveV4DepositInputSchema, mcpAaveV4RepayInputSchema, mcpAaveV4WithdrawInputSchema, mcpCurveDaoBuildSwapMultisignInputSchema, mcpCurveDaoQuoteInputSchema, mcpCurveDaoQuoteOutputSchema, mcpEthenaClaimInputSchema, mcpEthenaCooldownInputSchema, mcpEthenaRedeemInputSchema, mcpEthenaStakeInputSchema, mcpEulerV2BorrowRepayInputSchema, mcpEulerV2CollateralDepositInputSchema, mcpEulerV2CollateralWithdrawInputSchema, mcpEulerV2FetchLendVaultsInputSchema, mcpEulerV2FetchLendVaultsOutputSchema, mcpEulerV2IsolatedBorrowInputSchema, mcpEulerV2IsolatedLendInputSchema, mcpEulerV2VaultWithdrawInputSchema, mcpGmxCancelInputSchema, mcpGmxDecreaseInputSchema, mcpGmxFetchGmApyInputSchema, mcpGmxFetchGmApyOutputSchema, mcpGmxFetchGmMarketsInputSchema, mcpGmxFetchGmMarketsOutputSchema, mcpGmxFetchMarketPricesInputSchema, mcpGmxFetchMarketPricesOutputSchema, mcpGmxFetchMarketsInputSchema, mcpGmxFetchMarketsOutputSchema, mcpGmxFetchOhlcvInputSchema, mcpGmxFetchOhlcvOutputSchema, mcpGmxFetchOrdersInputSchema, mcpGmxFetchOrdersOutputSchema, mcpGmxFetchPositionsInputSchema, mcpGmxFetchPositionsOutputSchema, mcpGmxFetchStakingPowerInputSchema, mcpGmxFetchStakingPowerOutputSchema, mcpGmxGmDepositInputSchema, mcpGmxGmWithdrawInputSchema, mcpGmxIncreaseInputSchema, mcpServerSubmitOutputSchema as mcpGmxMultisignOutputSchema, mcpGmxStakeGmxInputSchema, mcpGmxUnstakeGmxInputSchema, mcpHyperliquidBridgeDepositInputSchema, mcpHyperliquidBridgeWithdrawInputSchema, mcpHyperliquidCancelInputSchema, mcpHyperliquidCloseInputSchema, mcpHyperliquidDelegateInputSchema, mcpHyperliquidFetchDelegationsInputSchema, mcpHyperliquidFetchDelegationsOutputSchema, mcpHyperliquidFetchMarketSnapshotInputSchema, mcpHyperliquidFetchMarketSnapshotOutputSchema, mcpHyperliquidFetchMarketsInputSchema, mcpHyperliquidFetchMarketsOutputSchema, mcpHyperliquidFetchOhlcvInputSchema, mcpHyperliquidFetchOhlcvOutputSchema, mcpHyperliquidFetchOpenContextInputSchema, mcpHyperliquidFetchOpenContextOutputSchema, mcpHyperliquidFetchOpenOrdersInputSchema, mcpHyperliquidFetchOpenOrdersOutputSchema, mcpHyperliquidFetchPositionsInputSchema, mcpHyperliquidFetchPositionsOutputSchema, mcpHyperliquidFetchStakingSummaryInputSchema, mcpHyperliquidFetchStakingSummaryOutputSchema, mcpHyperliquidFetchUsdClassBalancesInputSchema, mcpHyperliquidFetchUsdClassBalancesOutputSchema, mcpHyperliquidFetchUserVaultEquitiesInputSchema, mcpHyperliquidFetchUserVaultEquitiesOutputSchema, mcpHyperliquidFetchVaultsInputSchema, mcpHyperliquidFetchVaultsOutputSchema, mcpHyperliquidLimitOrderInputSchema, mcpHyperliquidSearchMarketsInputSchema, mcpHyperliquidSearchMarketsOutputSchema, mcpHyperliquidStakeInputSchema, mcpHyperliquidUndelegateInputSchema, mcpHyperliquidUnstakeInputSchema, mcpHyperliquidUpdateLeverageInputSchema, mcpHyperliquidUsdTransferInputSchema, mcpHyperliquidVaultDepositInputSchema, mcpHyperliquidVaultWithdrawInputSchema, mcpLidoClaimWithdrawalInputSchema, mcpLidoRequestWithdrawalsInputSchema, mcpLidoSubmitInputSchema, mcpLidoUnwrapWstEthInputSchema, mcpLidoWrapStEthInputSchema, mcpMapleDepositInputSchema, mcpMapleRequestRedeemInputSchema, mcpMorphoBlueBorrowInputSchema, mcpMorphoBlueCollateralDepositInputSchema, mcpMorphoBlueCollateralWithdrawInputSchema, mcpMorphoBlueRepayInputSchema, mcpMorphoFetchBlueMarketsInputSchema, mcpMorphoFetchBlueMarketsOutputSchema, mcpMorphoFetchEarnVaultsInputSchema, mcpMorphoFetchEarnVaultsOutputSchema, mcpMorphoMerklClaimInputSchema, mcpMorphoVaultDepositInputSchema, mcpMorphoVaultWithdrawInputSchema, mcpMultisignInput, multisignOutputSchema as mcpMultisignOutputSchema, mcpServerSubmitOutputSchema as mcpMultisignSubmitOutputSchema, mcpServerCommonInputSchema, mcpServerMultisignInput, mcpServerSubmitOutputSchema, mcpSkyLockstakeCloseInputSchema, mcpSkyLockstakeDrawInputSchema, mcpSkyLockstakeGetRewardInputSchema, mcpSkyLockstakeStakeInputSchema, mcpSkyLockstakeWipeInputSchema, mcpSkySusdsDepositInputSchema, mcpSkySusdsRedeemInputSchema, mcpUniswapV4BuildCollectFeesMultisignInputSchema, mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildMintLiquidityMultisignInputSchema, mcpUniswapV4BuildSwapMultisignInputSchema, mcpUniswapV4CreateSwapInputSchema, mcpUniswapV4CreateSwapOutputSchema, mcpUniswapV4FetchOhlcvInputSchema, mcpUniswapV4FetchOhlcvOutputSchema, mcpUniswapV4LpClaimInputSchema, mcpUniswapV4LpClaimOutputSchema, mcpUniswapV4LpCreatePositionInputSchema, mcpUniswapV4LpCreatePositionOutputSchema, mcpUniswapV4LpDecreaseInputSchema, mcpUniswapV4LpDecreaseOutputSchema, mcpUniswapV4LpIncreaseInputSchema, mcpUniswapV4LpIncreaseOutputSchema, mcpUniswapV4LpListPoolsInputSchema, mcpUniswapV4LpListPoolsOutputSchema, mcpUniswapV4LpListPositionsInputSchema, mcpUniswapV4LpListPositionsOutputSchema, mcpUniswapV4QuoteInputSchema, mcpUniswapV4QuoteOutputSchema, mcpUniswapV4RegisterPositionFromMintTxInputSchema, mcpUniswapV4RegisterPositionFromMintTxOutputSchema, mcpUniswapV4RegisterPositionNftInputSchema, mcpUniswapV4RegisterPositionNftOutputSchema, multisignOutputSchema, parseAgentBoolean, parseAgentEvmChainId, parseMcpToolInput, parseMcpToolOutput, parseMultisignBuilderOutput, uniswapQuoteTradeTypeSchema, zodSchemaToMcpJsonSchema };