@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.js
CHANGED
|
@@ -2990,7 +2990,7 @@ var CORE_MCP_TOOL_DEFINITIONS = [
|
|
|
2990
2990
|
chainCategory: "evm",
|
|
2991
2991
|
description: "OHLCV candle table for a GMX perp index (USD). Default timeframe 15m. Read-only via GMX HTTP API.",
|
|
2992
2992
|
prerequisites: ["chainId", "symbol from ctm_gmx_fetch_markets"],
|
|
2993
|
-
followUp: ["ctm_gmx_fetch_market_prices"],
|
|
2993
|
+
followUp: ["ctm_gmx_fetch_market_prices", "continuum__prepare_chart_from_rows"],
|
|
2994
2994
|
handler: { importPath: "protocols/evm/gmx", exportName: "gmxFetchOhlcv" },
|
|
2995
2995
|
inputZod: mcpGmxFetchOhlcvInputSchema,
|
|
2996
2996
|
outputZod: mcpGmxFetchOhlcvOutputSchema
|
|
@@ -3110,7 +3110,7 @@ var CORE_MCP_TOOL_DEFINITIONS = [
|
|
|
3110
3110
|
chainCategory: "evm",
|
|
3111
3111
|
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.",
|
|
3112
3112
|
prerequisites: ["chainId 999 or 998", "coin", "lookbackDays or lookbackHours or startTimeMs"],
|
|
3113
|
-
followUp: ["ctm_hyperliquid_fetch_market_snapshot", "ctm_hyperliquid_build_limit_order_multisign"],
|
|
3113
|
+
followUp: ["ctm_hyperliquid_fetch_market_snapshot", "continuum__prepare_chart_from_rows", "ctm_hyperliquid_build_limit_order_multisign"],
|
|
3114
3114
|
handler: { importPath: "protocols/evm/hyperliquid", exportName: "hyperliquidFetchOhlcvSummary" },
|
|
3115
3115
|
inputZod: mcpHyperliquidFetchOhlcvInputSchema,
|
|
3116
3116
|
outputZod: mcpHyperliquidFetchOhlcvOutputSchema
|