@okx_ai/okx-trade-mcp 1.3.2-beta.2 → 1.3.2-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6375,18 +6375,18 @@ function registerSmartmoneyTools() {
|
|
|
6375
6375
|
{
|
|
6376
6376
|
name: "smartmoney_get_signal",
|
|
6377
6377
|
module: "smartmoney",
|
|
6378
|
-
description: "Single-currency consensus signal: long/short ratio, entry prices, trend, capital flow.
|
|
6378
|
+
description: "Single-currency consensus signal: long/short ratio, entry prices, trend, capital flow. Requires instId or instCcy. Pass ts=Date.now() for latest data, or dataVersion from a prior call. For multi-currency overview, use smartmoney_get_overview. For timeline, use smartmoney_get_signal_history.",
|
|
6379
6379
|
isWrite: false,
|
|
6380
6380
|
inputSchema: {
|
|
6381
6381
|
type: "object",
|
|
6382
6382
|
properties: {
|
|
6383
6383
|
instId: {
|
|
6384
6384
|
type: "string",
|
|
6385
|
-
description: "
|
|
6385
|
+
description: "e.g. BTC-USDT-SWAP (or use instCcy)"
|
|
6386
6386
|
},
|
|
6387
6387
|
instCcy: {
|
|
6388
6388
|
type: "string",
|
|
6389
|
-
description: "e.g. BTC, SPOT/SWAP only
|
|
6389
|
+
description: "e.g. BTC, SPOT/SWAP only (or use instId)"
|
|
6390
6390
|
},
|
|
6391
6391
|
dataVersion: {
|
|
6392
6392
|
type: "string",
|
|
@@ -10385,7 +10385,7 @@ var _require = createRequire(import.meta.url);
|
|
|
10385
10385
|
var pkg = _require("../package.json");
|
|
10386
10386
|
var SERVER_NAME = "okx-trade-mcp";
|
|
10387
10387
|
var SERVER_VERSION = pkg.version;
|
|
10388
|
-
var GIT_HASH = true ? "
|
|
10388
|
+
var GIT_HASH = true ? "330e727a" : "dev";
|
|
10389
10389
|
|
|
10390
10390
|
// src/server.ts
|
|
10391
10391
|
import { Server } from "@modelcontextprotocol/sdk/server/index.js";
|