|
1 | 1 | { |
2 | 2 | "name": "cas-parser-node-mcp", |
3 | | - "version": "1.2.0", |
| 3 | + "version": "1.3.0", |
4 | 4 | "description": "The official MCP Server for the Cas Parser API", |
5 | 5 | "author": "Cas Parser <[email protected]>", |
6 | 6 | "types": "dist/index.d.ts", |
|
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 | "cas-parser-node": "file:../../dist/", |
| 34 | + "@cloudflare/cabidela": "^0.2.4", |
31 | 35 | "@modelcontextprotocol/sdk": "^1.11.5", |
| 36 | + "@valtown/deno-http-worker": "^0.0.21", |
| 37 | + "cors": "^2.8.5", |
32 | 38 | "express": "^5.1.0", |
33 | 39 | "jq-web": "https://github.com/stainless-api/jq-web/releases/download/v0.8.6/jq-web.tar.gz", |
| 40 | + "qs": "^6.14.0", |
34 | 41 | "yargs": "^17.7.2", |
35 | | - "@cloudflare/cabidela": "^0.2.4", |
36 | 42 | "zod": "^3.25.20", |
37 | | - "zod-to-json-schema": "^3.24.5" |
| 43 | + "zod-to-json-schema": "^3.24.5", |
| 44 | + "zod-validation-error": "^4.0.1" |
38 | 45 | }, |
39 | 46 | "bin": { |
40 | 47 | "mcp-server": "dist/index.js" |
41 | 48 | }, |
42 | 49 | "devDependencies": { |
43 | | - "@types/jest": "^29.4.0", |
| 50 | + "@types/cors": "^2.8.19", |
44 | 51 | "@types/express": "^5.0.3", |
| 52 | + "@types/jest": "^29.4.0", |
| 53 | + "@types/qs": "^6.14.0", |
45 | 54 | "@types/yargs": "^17.0.8", |
46 | 55 | "@typescript-eslint/eslint-plugin": "8.31.1", |
47 | 56 | "@typescript-eslint/parser": "8.31.1", |
|
53 | 62 | "ts-jest": "^29.1.0", |
54 | 63 | "ts-morph": "^19.0.0", |
55 | 64 | "ts-node": "^10.5.0", |
56 | | - "tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.8/tsc-multi.tgz", |
| 65 | + "tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz", |
57 | 66 | "tsconfig-paths": "^4.0.0", |
58 | 67 | "typescript": "5.8.3" |
59 | 68 | }, |
|
0 commit comments