|
2 | 2 | "name": "mcp-use", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.0.6", |
| 5 | + "packageManager": "pnpm@10.6.1", |
5 | 6 | "description": "A utility library for integrating Model Context Protocol (MCP) with LangChain, Zod, and related tools. Provides helpers for schema conversion, event streaming, and SDK usage.", |
6 | 7 | "author": "Zane", |
7 | 8 | "license": "MIT", |
|
44 | 45 | "registry": "https://registry.npmjs.org" |
45 | 46 | }, |
46 | 47 | "scripts": { |
47 | | - "build": "rm -rf dist && tsc && shx chmod +x dist/*.js", |
| 48 | + "build": "rm -rf dist && tsc", |
48 | 49 | "watch": "tsc --watch", |
49 | 50 | "start": "node dist/index.js", |
50 | 51 | "prepublishOnly": "pnpm run build", |
|
56 | 57 | }, |
57 | 58 | "dependencies": { |
58 | 59 | "@dmitryrechkin/json-schema-to-zod": "^1.0.1", |
59 | | - "@langchain/community": "0.3.42", |
60 | | - "@langchain/core": "0.3.54", |
61 | | - "@modelcontextprotocol/sdk": "1.11.0", |
| 60 | + "@langchain/community": "0.3.45", |
| 61 | + "@langchain/core": "0.3.57", |
| 62 | + "@modelcontextprotocol/sdk": "1.12.1", |
62 | 63 | "eventsource": "^3.0.6", |
63 | | - "langchain": "^0.3.24", |
| 64 | + "fastembed": "^1.14.4", |
| 65 | + "langchain": "^0.3.27", |
| 66 | + "lodash-es": "^4.17.21", |
64 | 67 | "uuid": "^11.1.0", |
65 | 68 | "winston": "^3.17.0", |
66 | 69 | "ws": "^8.18.2", |
67 | | - "zod": "^3.24.4", |
| 70 | + "zod": "^3.25.48", |
68 | 71 | "zod-to-json-schema": "^3.24.5" |
69 | 72 | }, |
70 | 73 | "devDependencies": { |
71 | | - "@antfu/eslint-config": "^4.13.0", |
| 74 | + "@antfu/eslint-config": "^4.13.2", |
| 75 | + "@types/lodash-es": "^4.17.12", |
72 | 76 | "@types/ws": "^8.18.1", |
73 | | - "eslint": "^9.26.0", |
| 77 | + "eslint": "^9.28.0", |
74 | 78 | "eslint-plugin-format": "^1.0.1", |
75 | 79 | "shx": "^0.4.0", |
76 | 80 | "typescript": "^5.8.3" |
|
0 commit comments