mcp-use 1.10.0-canary.7 → 1.10.0-canary.8

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.
@@ -1,4 +1,4 @@
1
- export declare const VERSION = "1.10.0-canary.7";
1
+ export declare const VERSION = "1.10.0-canary.8";
2
2
  /**
3
3
  * Get the package version.
4
4
  * The version is embedded at build time via scripts/generate-version.mjs
@@ -10,9 +10,9 @@ import {
10
10
  sendProgressNotification,
11
11
  shouldLogMessage,
12
12
  withTimeout
13
- } from "./chunk-GPJDNLPU.js";
13
+ } from "./chunk-CAIRNNL6.js";
14
14
  import "./chunk-KUEVOU4M.js";
15
- import "./chunk-PP653GKW.js";
15
+ import "./chunk-ITRC7CNB.js";
16
16
  import "./chunk-34R6SIER.js";
17
17
  import "./chunk-3GQAWCBQ.js";
18
18
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-use",
3
3
  "type": "module",
4
- "version": "1.10.0-canary.7",
4
+ "version": "1.10.0-canary.8",
5
5
  "description": "Opinionated MCP Framework for TypeScript (@modelcontextprotocol/sdk compatible) - Build MCP Agents, Clients and Servers with support for ChatGPT Apps, Code Mode, OAuth, Notifications, Sampling, Observability and more.",
6
6
  "author": "mcp-use, Inc.",
7
7
  "license": "MIT",
@@ -113,8 +113,8 @@
113
113
  "posthog-node": "^5.14.1",
114
114
  "ws": "^8.18.3",
115
115
  "zod": "^4.1.13",
116
- "@mcp-use/cli": "2.5.0-canary.7",
117
- "@mcp-use/inspector": "0.12.0-canary.7"
116
+ "@mcp-use/cli": "2.5.0-canary.8",
117
+ "@mcp-use/inspector": "0.12.0-canary.8"
118
118
  },
119
119
  "optionalDependencies": {
120
120
  "chalk": "^5.6.2",