mcp-use 0.1.16 → 0.1.18
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.
- package/package.json +5 -8
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "mcp-use",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.1.
|
4
|
+
"version": "0.1.18",
|
5
5
|
"packageManager": "pnpm@10.6.1",
|
6
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.",
|
7
|
-
"author": "
|
7
|
+
"author": "mcp-use, Inc.",
|
8
8
|
"license": "MIT",
|
9
9
|
"homepage": "https://github.com/mcp-use/mcp-use-ts#readme",
|
10
10
|
"repository": {
|
@@ -90,15 +90,13 @@
|
|
90
90
|
},
|
91
91
|
"dependencies": {
|
92
92
|
"@dmitryrechkin/json-schema-to-zod": "^1.0.1",
|
93
|
-
"@langchain/anthropic": "^0.3.
|
94
|
-
"@langchain/core": "0.3.
|
95
|
-
"@langchain/openai": "^0.
|
93
|
+
"@langchain/anthropic": "^0.3.26",
|
94
|
+
"@langchain/core": "^0.3.72",
|
95
|
+
"@langchain/openai": "^0.6.9",
|
96
96
|
"@modelcontextprotocol/sdk": "1.12.1",
|
97
97
|
"@scarf/scarf": "^1.4.0",
|
98
98
|
"ai": "^4.3.19",
|
99
99
|
"dotenv": "^16.5.0",
|
100
|
-
"eventsource": "^3.0.6",
|
101
|
-
"fastembed": "^1.14.4",
|
102
100
|
"langchain": "^0.3.27",
|
103
101
|
"lodash-es": "^4.17.21",
|
104
102
|
"posthog-node": "^5.1.1",
|
@@ -117,7 +115,6 @@
|
|
117
115
|
"eslint-plugin-format": "^1.0.1",
|
118
116
|
"husky": "^9.1.7",
|
119
117
|
"lint-staged": "^15.2.11",
|
120
|
-
"shx": "^0.4.0",
|
121
118
|
"typescript": "^5.8.3",
|
122
119
|
"vitest": "^2.1.9"
|
123
120
|
},
|