@mcp-use/cli 2.8.2 → 2.8.3-canary.0

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mcp-use/cli",
3
3
  "type": "module",
4
- "version": "2.8.2",
4
+ "version": "2.8.3-canary.0",
5
5
  "description": "The mcp-use CLI is a tool for building and deploying MCP servers with support for ChatGPT Apps, Code Mode, OAuth, Notifications, Sampling, Observability and more.",
6
6
  "author": "mcp-use, Inc.",
7
7
  "license": "MIT",
@@ -54,8 +54,8 @@
54
54
  "vite": "^7.3.0",
55
55
  "ws": "^8.18.3",
56
56
  "zod": "^4.2.0",
57
- "@mcp-use/inspector": "0.14.2",
58
- "mcp-use": "1.12.2"
57
+ "@mcp-use/inspector": "0.14.3-canary.0",
58
+ "mcp-use": "1.12.3-canary.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/ws": "^8.18.1",