|
15 | 15 | "license": "Apache-2.0",
|
16 | 16 | "packageManager": "[email protected]",
|
17 | 17 | "private": false,
|
| 18 | + "publishConfig": { |
| 19 | + "access": "public" |
| 20 | + }, |
18 | 21 | "scripts": {
|
19 | 22 | "test": "jest",
|
20 | 23 | "build": "bash ./build",
|
|
28 | 31 | },
|
29 | 32 | "dependencies": {
|
30 | 33 | "hanzoai": "file:../../dist/",
|
| 34 | + "@cloudflare/cabidela": "^0.2.4", |
31 | 35 | "@modelcontextprotocol/sdk": "^1.11.5",
|
32 |
| - "jq-web": "https://github.com/stainless-api/jq-web/releases/download/v0.8.2/jq-web.tar.gz", |
| 36 | + "@valtown/deno-http-worker": "^0.0.21", |
| 37 | + "cors": "^2.8.5", |
| 38 | + "express": "^5.1.0", |
| 39 | + "jq-web": "https://github.com/stainless-api/jq-web/releases/download/v0.8.6/jq-web.tar.gz", |
| 40 | + "qs": "^6.14.0", |
33 | 41 | "yargs": "^17.7.2",
|
34 |
| - "@cloudflare/cabidela": "^0.2.4", |
35 | 42 | "zod": "^3.25.20",
|
36 |
| - "zod-to-json-schema": "^3.24.5" |
| 43 | + "zod-to-json-schema": "^3.24.5", |
| 44 | + "zod-validation-error": "^4.0.1" |
37 | 45 | },
|
38 | 46 | "bin": {
|
39 | 47 | "mcp-server": "dist/index.js"
|
40 | 48 | },
|
41 | 49 | "devDependencies": {
|
| 50 | + "@anthropic-ai/dxt": "^0.2.6", |
| 51 | + "@types/cors": "^2.8.19", |
| 52 | + "@types/express": "^5.0.3", |
42 | 53 | "@types/jest": "^29.4.0",
|
| 54 | + "@types/qs": "^6.14.0", |
| 55 | + "@types/yargs": "^17.0.8", |
43 | 56 | "@typescript-eslint/eslint-plugin": "8.31.1",
|
44 | 57 | "@typescript-eslint/parser": "8.31.1",
|
45 | 58 | "eslint": "^8.49.0",
|
|
50 | 63 | "ts-jest": "^29.1.0",
|
51 | 64 | "ts-morph": "^19.0.0",
|
52 | 65 | "ts-node": "^10.5.0",
|
53 |
| - "tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.8/tsc-multi.tgz", |
| 66 | + "tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz", |
54 | 67 | "tsconfig-paths": "^4.0.0",
|
55 | 68 | "typescript": "5.8.3"
|
56 | 69 | },
|
|
0 commit comments