hvip-mcp-server 0.1.2 → 0.1.4

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/dist/index.js +22220 -1
  2. package/package.json +4 -5
  3. package/dist/bundle.mjs +0 -21991
package/package.json CHANGED
@@ -1,21 +1,20 @@
1
1
  {
2
2
  "name": "hvip-mcp-server",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "OKX ecosystem MCP server — full API coverage for AI agents",
5
5
  "homepage": "https://hvip.one",
6
6
  "license": "MIT",
7
7
  "bin": {
8
- "hvip-mcp": "./dist/index.js"
8
+ "hvip-mcp": "dist/index.js"
9
9
  },
10
10
  "files": [
11
- "dist/index.js",
12
- "dist/bundle.mjs"
11
+ "dist/index.js"
13
12
  ],
14
13
  "scripts": {
15
14
  "build": "node build.mjs",
16
15
  "dev": "tsx watch src/index.ts",
17
16
  "start": "node dist/index.js",
18
- "verify": "tsx tests/verify.ts",
17
+ "verify": "tsx tests/verify.mts",
19
18
  "test": "vitest run",
20
19
  "test:watch": "vitest",
21
20
  "lint": "eslint src",