@okx_ai/okx-trade-mcp 1.3.7 → 1.3.8-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 CHANGED
@@ -2374,7 +2374,7 @@ function registerIndicatorTools() {
2374
2374
  params: {
2375
2375
  type: "array",
2376
2376
  items: { type: "number" },
2377
- description: "Indicator-specific parameters as a number array. Examples: MA/EMA [14] (period), MACD [12,26,9] (fast,slow,signal), BB [20,2] (period,stdDev), RSI [14] (period). Omit to use server defaults."
2377
+ description: "Indicator-specific parameters as a number array. Examples: MA/EMA [14] (period), MACD [12,26,9] (fast,slow,signal), BB [20,2] (period,stdDev), RSI [14] (period). For period-based indicators a parameter is required; the CLI applies a sensible default when omitted."
2378
2378
  },
2379
2379
  returnList: {
2380
2380
  type: "boolean",
@@ -12397,7 +12397,7 @@ var _require = createRequire(import.meta.url);
12397
12397
  var pkg = _require("../package.json");
12398
12398
  var SERVER_NAME = "okx-trade-mcp";
12399
12399
  var SERVER_VERSION = pkg.version;
12400
- var GIT_HASH = true ? "2c1da5c1" : "dev";
12400
+ var GIT_HASH = true ? "52f6524c" : "dev";
12401
12401
 
12402
12402
  // src/server.ts
12403
12403
  import { Server } from "@modelcontextprotocol/sdk/server/index.js";