hvip-mcp-server 0.2.58 → 0.2.59

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -38295,7 +38295,7 @@ async function startStdio(server, version2, auth, readOnly, skipped, skipLog) {
38295
38295
  await server.connect(transport);
38296
38296
  }
38297
38297
  async function main() {
38298
- const VERSION = "0.2.58";
38298
+ const VERSION = "0.2.59";
38299
38299
  const argv = process.argv.slice(2);
38300
38300
  if (argv.includes("--help") || argv.includes("-h")) printHelpAndExit(VERSION);
38301
38301
  if (argv.includes("--version") || argv.includes("-v")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvip-mcp-server",
3
- "version": "0.2.58",
3
+ "version": "0.2.59",
4
4
  "description": "hvip MCP Server — 365 工具覆盖 97.7% OKX REST API,含交易/行情/资金/策略/预测市场/技术指标/Smart Money(非 OKX 官方产品)",
5
5
  "homepage": "https://github.com/okx-wallet-H/hvip-mcp",
6
6
  "repository": {