mcp-use 1.2.5-dev.0 → 1.2.5-dev.1
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/dist/.tsbuildinfo +1 -1
- package/dist/tsup.config.d.ts.map +1 -1
- package/package.json +6 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tsup.config.d.ts","sourceRoot":"","sources":["../tsup.config.ts"],"names":[],"mappings":";AAEA,
|
|
1
|
+
{"version":3,"file":"tsup.config.d.ts","sourceRoot":"","sources":["../tsup.config.ts"],"names":[],"mappings":";AAEA,wBA+BG"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-use",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.5-dev.
|
|
4
|
+
"version": "1.2.5-dev.1",
|
|
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",
|
|
@@ -90,8 +90,6 @@
|
|
|
90
90
|
"@mcp-ui/server": "^5.12.0",
|
|
91
91
|
"@modelcontextprotocol/sdk": "1.20.0",
|
|
92
92
|
"@scarf/scarf": "^1.4.0",
|
|
93
|
-
"@tailwindcss/vite": "^4.1.15",
|
|
94
|
-
"@vitejs/plugin-react": "^5.0.4",
|
|
95
93
|
"ai": "^4.3.19",
|
|
96
94
|
"commander": "^14.0.1",
|
|
97
95
|
"dotenv": "^16.5.0",
|
|
@@ -104,7 +102,6 @@
|
|
|
104
102
|
"ts-node": "^10.9.2",
|
|
105
103
|
"tsx": "^4.20.6",
|
|
106
104
|
"uuid": "^11.1.0",
|
|
107
|
-
"vite": ">=5.4.21",
|
|
108
105
|
"winston": "^3.17.0",
|
|
109
106
|
"winston-transport-browserconsole": "^1.0.5",
|
|
110
107
|
"ws": "^8.18.2",
|
|
@@ -113,6 +110,11 @@
|
|
|
113
110
|
"@mcp-use/cli": "2.1.25",
|
|
114
111
|
"@mcp-use/inspector": "0.4.13"
|
|
115
112
|
},
|
|
113
|
+
"optionalDependencies": {
|
|
114
|
+
"@tailwindcss/vite": "^4.1.15",
|
|
115
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
116
|
+
"vite": ">=5.4.21"
|
|
117
|
+
},
|
|
116
118
|
"devDependencies": {
|
|
117
119
|
"@antfu/eslint-config": "^4.13.2",
|
|
118
120
|
"@langchain/anthropic": "^1.0.0",
|