|
1 | 1 | { |
2 | 2 | "name": "cas-parser-node-mcp", |
3 | | - "version": "1.9.0", |
| 3 | + "version": "1.10.0", |
4 | 4 | "description": "The official MCP Server for the Cas Parser API", |
5 | 5 | "author": "Cas Parser <sameer@casparser.in>", |
6 | 6 | "types": "dist/index.d.ts", |
|
13 | 13 | }, |
14 | 14 | "homepage": "https://github.com/CASParser/cas-parser-node/tree/main/packages/mcp-server#readme", |
15 | 15 | "license": "Apache-2.0", |
16 | | - "packageManager": "pnpm@10.27.0", |
| 16 | + "packageManager": "pnpm@10.30.1", |
17 | 17 | "private": false, |
18 | 18 | "publishConfig": { |
19 | 19 | "access": "public" |
|
31 | 31 | "dependencies": { |
32 | 32 | "cas-parser-node": "workspace:*", |
33 | 33 | "@cloudflare/cabidela": "^0.2.4", |
34 | | - "@modelcontextprotocol/sdk": "^1.25.2", |
| 34 | + "@modelcontextprotocol/sdk": "^1.26.0", |
35 | 35 | "@valtown/deno-http-worker": "^0.0.21", |
36 | 36 | "cookie-parser": "^1.4.6", |
37 | 37 | "cors": "^2.8.5", |
38 | 38 | "express": "^5.1.0", |
39 | 39 | "fuse.js": "^7.1.0", |
40 | 40 | "jq-web": "https://github.com/stainless-api/jq-web/releases/download/v0.8.8/jq-web.tar.gz", |
41 | | - "morgan": "^1.10.0", |
42 | | - "morgan-body": "^2.6.9", |
| 41 | + "pino": "^10.3.1", |
| 42 | + "pino-http": "^11.0.0", |
| 43 | + "pino-pretty": "^13.1.3", |
43 | 44 | "qs": "^6.14.1", |
44 | 45 | "typescript": "5.8.3", |
45 | 46 | "yargs": "^17.7.2", |
|
56 | 57 | "@types/cors": "^2.8.19", |
57 | 58 | "@types/express": "^5.0.3", |
58 | 59 | "@types/jest": "^29.4.0", |
59 | | - "@types/morgan": "^1.9.10", |
60 | 60 | "@types/qs": "^6.14.0", |
61 | 61 | "@types/yargs": "^17.0.8", |
62 | 62 | "@typescript-eslint/eslint-plugin": "8.31.1", |
|
0 commit comments