@continuumdao/ctm-mpc-defi 0.2.17 → 0.2.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/agent/catalog.cjs
CHANGED
|
@@ -2993,7 +2993,7 @@ var CORE_MCP_TOOL_DEFINITIONS = [
|
|
|
2993
2993
|
chainCategory: "evm",
|
|
2994
2994
|
description: "OHLCV candle table for a GMX perp index (USD). Default timeframe 15m. Read-only via GMX HTTP API.",
|
|
2995
2995
|
prerequisites: ["chainId", "symbol from ctm_gmx_fetch_markets"],
|
|
2996
|
-
followUp: ["ctm_gmx_fetch_market_prices"],
|
|
2996
|
+
followUp: ["ctm_gmx_fetch_market_prices", "continuum__prepare_chart_from_rows"],
|
|
2997
2997
|
handler: { importPath: "protocols/evm/gmx", exportName: "gmxFetchOhlcv" },
|
|
2998
2998
|
inputZod: mcpGmxFetchOhlcvInputSchema,
|
|
2999
2999
|
outputZod: mcpGmxFetchOhlcvOutputSchema
|
|
@@ -3113,7 +3113,7 @@ var CORE_MCP_TOOL_DEFINITIONS = [
|
|
|
3113
3113
|
chainCategory: "evm",
|
|
3114
3114
|
description: "OHLCV candle history for a Hyperliquid perp over an explicit lookback or time range. Requests only the needed window from Hyperliquid (e.g. lookbackDays: 7, interval: 15m \u2192 ~672 bars). Max 2000 bars \u2014 use coarser interval for longer history. Resolves ticker/name across dexes.",
|
|
3115
3115
|
prerequisites: ["chainId 999 or 998", "coin", "lookbackDays or lookbackHours or startTimeMs"],
|
|
3116
|
-
followUp: ["ctm_hyperliquid_fetch_market_snapshot", "ctm_hyperliquid_build_limit_order_multisign"],
|
|
3116
|
+
followUp: ["ctm_hyperliquid_fetch_market_snapshot", "continuum__prepare_chart_from_rows", "ctm_hyperliquid_build_limit_order_multisign"],
|
|
3117
3117
|
handler: { importPath: "protocols/evm/hyperliquid", exportName: "hyperliquidFetchOhlcvSummary" },
|
|
3118
3118
|
inputZod: mcpHyperliquidFetchOhlcvInputSchema,
|
|
3119
3119
|
outputZod: mcpHyperliquidFetchOhlcvOutputSchema
|