mcp-use 1.2.0-canary.2 → 1.2.0-canary.3
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 +4 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-use",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.0-canary.
|
|
4
|
+
"version": "1.2.0-canary.3",
|
|
5
5
|
"description": "Opinionated MCP Framework for TypeScript (@modelcontextprotocol/sdk compatible) - Build MCP Agents and Clients + MCP Servers with support for MCP-UI.",
|
|
6
6
|
"author": "mcp-use, Inc.",
|
|
7
7
|
"license": "MIT",
|
|
@@ -61,8 +61,6 @@
|
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"@langchain/anthropic": "^1.0.0",
|
|
63
63
|
"@langchain/openai": "^1.0.0",
|
|
64
|
-
"@mcp-use/cli": "^2.1.21-canary.3",
|
|
65
|
-
"@mcp-use/inspector": "^0.4.9-canary.3",
|
|
66
64
|
"cors": "^2.8.5",
|
|
67
65
|
"express": "^4.18.2",
|
|
68
66
|
"langfuse": "^3.38.6",
|
|
@@ -76,12 +74,6 @@
|
|
|
76
74
|
"@langchain/openai": {
|
|
77
75
|
"optional": true
|
|
78
76
|
},
|
|
79
|
-
"@mcp-use/cli": {
|
|
80
|
-
"optional": true
|
|
81
|
-
},
|
|
82
|
-
"@mcp-use/inspector": {
|
|
83
|
-
"optional": true
|
|
84
|
-
},
|
|
85
77
|
"cors": {
|
|
86
78
|
"optional": true
|
|
87
79
|
},
|
|
@@ -119,7 +111,9 @@
|
|
|
119
111
|
"winston-transport-browserconsole": "^1.0.5",
|
|
120
112
|
"ws": "^8.18.2",
|
|
121
113
|
"zod": "^3.25.48",
|
|
122
|
-
"zod-to-json-schema": "^3.24.6"
|
|
114
|
+
"zod-to-json-schema": "^3.24.6",
|
|
115
|
+
"@mcp-use/inspector": "0.4.9-canary.4",
|
|
116
|
+
"@mcp-use/cli": "2.1.21-canary.4"
|
|
123
117
|
},
|
|
124
118
|
"devDependencies": {
|
|
125
119
|
"@antfu/eslint-config": "^4.13.2",
|