hvip-mcp-server 0.3.0 → 0.3.1

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
@@ -38208,7 +38208,7 @@ async function startStdio(server, version2, auth, readOnly, skipped, skipLog) {
38208
38208
  await server.connect(transport);
38209
38209
  }
38210
38210
  async function main() {
38211
- const VERSION = "0.3.0";
38211
+ const VERSION = "0.3.1";
38212
38212
  const argv = process.argv.slice(2);
38213
38213
  if (argv.includes("--help") || argv.includes("-h")) printHelpAndExit(VERSION);
38214
38214
  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.3.0",
3
+ "version": "0.3.1",
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": {