hvip-mcp-server 0.2.38 → 0.2.42

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 (3) hide show
  1. package/README.md +100 -2
  2. package/dist/index.js +13465 -8679
  3. package/package.json +22 -2
package/package.json CHANGED
@@ -1,8 +1,26 @@
1
1
  {
2
2
  "name": "hvip-mcp-server",
3
- "version": "0.2.38",
4
- "description": "OKX ecosystem MCP server - full API coverage for AI agents",
3
+ "version": "0.2.42",
4
+ "description": "hvip MCP Server 304 工具覆盖 97.7% OKX REST API,含交易/行情/资金/策略/预测市场(非 OKX 官方产品)",
5
5
  "homepage": "https://hvip.one",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/okx-wallet-H/hvip-mcp"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/okx-wallet-H/hvip-mcp/issues"
12
+ },
13
+ "keywords": [
14
+ "okx",
15
+ "mcp",
16
+ "modelcontextprotocol",
17
+ "trading",
18
+ "ai-agent",
19
+ "crypto",
20
+ "bitcoin",
21
+ "prediction-market"
22
+ ],
23
+ "author": "okx-wallet-H",
6
24
  "license": "MIT",
7
25
  "bin": {
8
26
  "hvip-mcp": "dist/index.js"
@@ -23,10 +41,12 @@
23
41
  "dependencies": {
24
42
  "@modelcontextprotocol/sdk": "^1.12.0",
25
43
  "dotenv": "^16.4.0",
44
+ "ws": "^8.21.0",
26
45
  "zod": "^3.23.0"
27
46
  },
28
47
  "devDependencies": {
29
48
  "@types/node": "^22.0.0",
49
+ "@types/ws": "^8.18.1",
30
50
  "@typescript-eslint/eslint-plugin": "^8.0.0",
31
51
  "@typescript-eslint/parser": "^8.0.0",
32
52
  "esbuild": "^0.28.0",