@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
@@ -86,6 +86,41 @@ function isUniswapV4ChainSupported(chainId) {
86
86
  return typeof a === "string" && a.startsWith("0x");
87
87
  }
88
88
 
89
+ // src/core/defiProxy.ts
90
+ var aaveGraphqlProxyUrl;
91
+ var morphoGraphqlProxyUrl;
92
+ function getAaveGraphqlProxyUrl() {
93
+ return aaveGraphqlProxyUrl;
94
+ }
95
+ function getMorphoGraphqlProxyUrl() {
96
+ return morphoGraphqlProxyUrl;
97
+ }
98
+ async function postJsonViaOptionalProxy(args) {
99
+ const proxy = args.proxyUrl?.trim();
100
+ if (proxy) {
101
+ const r2 = await fetch(proxy, {
102
+ method: "POST",
103
+ headers: { "content-type": "application/json" },
104
+ body: JSON.stringify(args.proxyEnvelope ?? args.body)
105
+ });
106
+ if (!r2.ok) {
107
+ const t = await r2.text().catch(() => "");
108
+ throw new Error(t ? `Proxy HTTP ${r2.status}: ${t.slice(0, 200)}` : `Proxy HTTP ${r2.status}`);
109
+ }
110
+ return await r2.json();
111
+ }
112
+ const r = await fetch(args.directUrl, {
113
+ method: "POST",
114
+ headers: { "content-type": "application/json" },
115
+ body: JSON.stringify(args.body)
116
+ });
117
+ if (!r.ok) {
118
+ const t = await r.text().catch(() => "");
119
+ throw new Error(t ? `HTTP ${r.status}: ${t.slice(0, 200)}` : `HTTP ${r.status}`);
120
+ }
121
+ return await r.json();
122
+ }
123
+
89
124
  // src/protocols/evm/uniswap-v4/index.ts
90
125
  var UNISWAP_V4_PROTOCOL_ID = "uniswap-v4";
91
126
  var uniswapV4ProtocolModule = {
@@ -601,7 +636,10 @@ var evmMultisignCommonInputSchema = z.object({
601
636
  rpcUrl: z.string().min(1).optional().describe("Server-filled from chain registry when keyGenId is set. Agents must not pass rpcUrl."),
602
637
  executorAddress: evmAddressSchema.optional().describe("Server-filled MPC wallet from keyGenId. Agents must not pass executorAddress."),
603
638
  chainDetail: chainDetailSchema.optional().describe("Server-filled gas row from chain registry when keyGenId is set."),
604
- customGasChainDetails: z.record(z.unknown()).optional().describe("Snapshot written to extraJSON.customGasChainDetails when useCustomGas is true.")
639
+ customGasChainDetails: z.record(z.unknown()).optional().describe("Snapshot written to extraJSON.customGasChainDetails when useCustomGas is true."),
640
+ expiryDate: z.number().int().positive().optional().describe(
641
+ "Optional Unix seconds (UTC) when the MPC sign request expires. Uniswap V4, GMX, Hyperliquid, and Curve DAO default to 30 minutes when omitted; other protocols use the node default (7 days)."
642
+ )
605
643
  });
606
644
  function withMultisignKeySourceRefine(schema) {
607
645
  return schema.refine(
@@ -1134,6 +1172,66 @@ var mcpUniswapV4BuildCollectFeesMultisignInputSchema = withMultisignKeySourceRef
1134
1172
  })
1135
1173
  )
1136
1174
  );
1175
+ var uniswapV4OhlcvIntervalSchema = z.enum([
1176
+ "1m",
1177
+ "5m",
1178
+ "15m",
1179
+ "30m",
1180
+ "1h",
1181
+ "2h",
1182
+ "4h",
1183
+ "6h",
1184
+ "8h",
1185
+ "12h",
1186
+ "1d",
1187
+ "2d",
1188
+ "3d",
1189
+ "1w",
1190
+ "1M"
1191
+ ]);
1192
+ var uniswapV4OhlcvCandleSchema = z.object({
1193
+ timestampMs: z.number(),
1194
+ open: z.string(),
1195
+ high: z.string(),
1196
+ low: z.string(),
1197
+ close: z.string(),
1198
+ volume: z.string().optional()
1199
+ });
1200
+ var uniswapV4ExistingPoolOhlcvSchema = z.object({
1201
+ token0Address: evmAddressSchema,
1202
+ token1Address: evmAddressSchema,
1203
+ poolReference: z.string().min(1).optional(),
1204
+ fee: agentCoercedOptionalIntSchema(z.number().int().nonnegative()).optional(),
1205
+ tickSpacing: agentCoercedOptionalIntSchema(z.number().int().positive()).optional(),
1206
+ hooks: evmAddressSchema.optional()
1207
+ });
1208
+ var mcpUniswapV4FetchOhlcvInputSchema = z.object({
1209
+ chainId: agentEvmChainIdSchema,
1210
+ interval: uniswapV4OhlcvIntervalSchema.optional().describe("Default 1h. Sub-hour uses swaps; \u22651h uses subgraph."),
1211
+ poolPreset: z.string().optional().describe("presetId from ctm_uniswap_v4_list_lp_pools"),
1212
+ poolReference: z.string().optional().describe("bytes32 pool id"),
1213
+ existingPool: uniswapV4ExistingPoolOhlcvSchema.optional(),
1214
+ quoteToken: z.enum(["token0", "token1"]).optional().describe("Default token0 per token1 (subgraph native)"),
1215
+ lookbackDays: agentCoercedOptionalIntSchema(z.number().int().positive().max(365)),
1216
+ lookbackHours: agentCoercedOptionalIntSchema(z.number().int().positive().max(365 * 24)),
1217
+ startTimeMs: agentCoercedOptionalIntSchema(z.number().int().positive()),
1218
+ endTimeMs: agentCoercedOptionalIntSchema(z.number().int().positive())
1219
+ }).strict();
1220
+ var mcpUniswapV4FetchOhlcvOutputSchema = z.object({
1221
+ symbol: z.string(),
1222
+ timeframe: uniswapV4OhlcvIntervalSchema,
1223
+ chainId: agentEvmChainIdSchema,
1224
+ poolReference: z.string(),
1225
+ dataSource: z.enum(["subgraph_native", "subgraph_aggregate", "swaps"]),
1226
+ baseSubgraphEntity: z.enum(["hourly", "daily"]).optional(),
1227
+ priceQuote: z.enum(["token0PerToken1", "token1PerToken0"]),
1228
+ startTimeMs: z.number().int().positive().optional(),
1229
+ endTimeMs: z.number().int().positive().optional(),
1230
+ candleCount: z.number().int().nonnegative(),
1231
+ candles: z.array(uniswapV4OhlcvCandleSchema),
1232
+ fetchedAtMs: z.number(),
1233
+ warnings: z.array(z.string()).optional()
1234
+ }).strict();
1137
1235
  var mcpCurveDaoQuoteInputSchema = z.object({
1138
1236
  chainId: agentEvmChainIdSchema.describe("EVM chain id (rpcUrl resolved from get_chain_registry rpcGateway)"),
1139
1237
  rpcUrl: z.string().min(1).optional().describe("JSON-RPC URL; continuum-mcp-server injects from chain registry \u2014 do not pass a public RPC URL"),
@@ -2827,11 +2925,27 @@ var CORE_MCP_TOOL_DEFINITIONS = [
2827
2925
  chainCategory: "evm",
2828
2926
  description: "List standard Uniswap V4 LP pools for a chain (ETH/USDC and other main pairs at common fee tiers). Returns presetId, token addresses, fee, tickSpacing, and computed poolReference (bytes32 pool id). Use presetId as poolPreset on lp_create_position.",
2829
2927
  prerequisites: ["chainId"],
2830
- followUp: ["ctm_uniswap_v4_lp_create_position"],
2928
+ followUp: ["ctm_uniswap_v4_lp_create_position", "ctm_uniswap_v4_fetch_ohlcv"],
2831
2929
  handler: { importPath: "protocols/evm/uniswap-v4", exportName: "uniswapV4ListStandardLpPools" },
2832
2930
  inputZod: mcpUniswapV4LpListPoolsInputSchema,
2833
2931
  outputZod: mcpUniswapV4LpListPoolsOutputSchema
2834
2932
  }),
2933
+ defineMcpTool({
2934
+ name: "ctm_uniswap_v4_fetch_ohlcv",
2935
+ actionId: "uniswap-v4.fetch-ohlcv",
2936
+ protocolId: "uniswap-v4",
2937
+ chainCategory: "evm",
2938
+ description: "Pool OHLCV from Uniswap V4 subgraph: native 1h/1d, aggregated multiples (4h/1w/etc.), or swap bucketing for sub-hour (15m). Read-only; does not use Trade API key. Optional THE_GRAPH_API_KEY env for gateway rate limits.",
2939
+ prerequisites: [
2940
+ "chainId with pinned v4 subgraph",
2941
+ "poolPreset or poolReference or existingPool",
2942
+ "interval + lookbackDays or lookbackHours or startTimeMs"
2943
+ ],
2944
+ followUp: ["ctm_uniswap_v4_list_lp_pools", "continuum__prepare_chart_from_rows"],
2945
+ handler: { importPath: "protocols/evm/uniswap-v4", exportName: "uniswapV4FetchOhlcv" },
2946
+ inputZod: mcpUniswapV4FetchOhlcvInputSchema,
2947
+ outputZod: mcpUniswapV4FetchOhlcvOutputSchema
2948
+ }),
2835
2949
  defineMcpTool({
2836
2950
  name: "ctm_uniswap_v4_lp_create_position",
2837
2951
  actionId: "uniswap-v4.lp-create",
@@ -3572,41 +3686,6 @@ function isMapleSyrupSupportedChain(chainId) {
3572
3686
  return chainId === 1 || chainId === 11155111;
3573
3687
  }
3574
3688
 
3575
- // src/core/defiProxy.ts
3576
- var aaveGraphqlProxyUrl;
3577
- var morphoGraphqlProxyUrl;
3578
- function getAaveGraphqlProxyUrl() {
3579
- return aaveGraphqlProxyUrl;
3580
- }
3581
- function getMorphoGraphqlProxyUrl() {
3582
- return morphoGraphqlProxyUrl;
3583
- }
3584
- async function postJsonViaOptionalProxy(args) {
3585
- const proxy = args.proxyUrl?.trim();
3586
- if (proxy) {
3587
- const r2 = await fetch(proxy, {
3588
- method: "POST",
3589
- headers: { "content-type": "application/json" },
3590
- body: JSON.stringify(args.proxyEnvelope ?? args.body)
3591
- });
3592
- if (!r2.ok) {
3593
- const t = await r2.text().catch(() => "");
3594
- throw new Error(t ? `Proxy HTTP ${r2.status}: ${t.slice(0, 200)}` : `Proxy HTTP ${r2.status}`);
3595
- }
3596
- return await r2.json();
3597
- }
3598
- const r = await fetch(args.directUrl, {
3599
- method: "POST",
3600
- headers: { "content-type": "application/json" },
3601
- body: JSON.stringify(args.body)
3602
- });
3603
- if (!r.ok) {
3604
- const t = await r.text().catch(() => "");
3605
- throw new Error(t ? `HTTP ${r.status}: ${t.slice(0, 200)}` : `HTTP ${r.status}`);
3606
- }
3607
- return await r.json();
3608
- }
3609
-
3610
3689
  // src/protocols/evm/maple/index.ts
3611
3690
  var MAPLE_PROTOCOL_ID = "maple-syrup";
3612
3691
  var mapleProtocolModule = {
@@ -4893,6 +4972,6 @@ function getAgentCatalog() {
4893
4972
  };
4894
4973
  }
4895
4974
 
4896
- export { EVM_COMMON_PARAM_DOCS, 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, PROTOCOL_SUPPORT_ADVISORS, chainDetailSchema, evmAddressSchema, evmMultisignCommonInputSchema, getActionsByChainCategory, getAgentCatalog, getAgentCatalogForMcp, getMcpToolByName, getMcpToolDefinitions, getMcpToolInputSchema, getMcpToolOutputSchema, getProtocolDiscoverySummary, getProtocolModules, 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 };
4975
+ export { EVM_COMMON_PARAM_DOCS, 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, PROTOCOL_SUPPORT_ADVISORS, chainDetailSchema, evmAddressSchema, evmMultisignCommonInputSchema, getActionsByChainCategory, getAgentCatalog, getAgentCatalogForMcp, getMcpToolByName, getMcpToolDefinitions, getMcpToolInputSchema, getMcpToolOutputSchema, getProtocolDiscoverySummary, getProtocolModules, 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 };
4897
4976
  //# sourceMappingURL=catalog.js.map
4898
4977
  //# sourceMappingURL=catalog.js.map