mcp-use 1.2.1-canary.0 → 1.2.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.
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",
3
3
  "type": "module",
4
- "version": "1.2.1-canary.0",
4
+ "version": "1.2.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",
@@ -112,8 +112,8 @@
112
112
  "ws": "^8.18.2",
113
113
  "zod": "^3.25.48",
114
114
  "zod-to-json-schema": "^3.24.6",
115
- "@mcp-use/inspector": "0.4.10-canary.0",
116
- "@mcp-use/cli": "2.1.22-canary.0"
115
+ "@mcp-use/cli": "2.1.22",
116
+ "@mcp-use/inspector": "0.4.10"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@antfu/eslint-config": "^4.13.2",