mcp-use 1.5.0-canary.7 → 1.5.1-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.
package/dist/index.js CHANGED
@@ -3,6 +3,26 @@ import {
3
3
  streamEventsToAISDK,
4
4
  streamEventsToAISDKWithTools
5
5
  } from "./chunk-EW4MJSHA.js";
6
+ import "./chunk-ZFZPZ4GE.js";
7
+ import {
8
+ AcquireActiveMCPServerTool,
9
+ AddMCPServerFromConfigTool,
10
+ BaseAdapter,
11
+ ConnectMCPServerTool,
12
+ LangChainAdapter,
13
+ ListMCPServersTool,
14
+ MCPAgent,
15
+ ObservabilityManager,
16
+ ReleaseMCPServerConnectionTool,
17
+ RemoteAgent,
18
+ ServerManager,
19
+ Telemetry,
20
+ setTelemetrySource
21
+ } from "./chunk-MCF5P6GJ.js";
22
+ import {
23
+ CodeModeConnector,
24
+ PROMPTS
25
+ } from "./chunk-2AOGMX4T.js";
6
26
  import {
7
27
  ErrorBoundary,
8
28
  Image,
@@ -24,26 +44,6 @@ import {
24
44
  WebSocketConnector,
25
45
  onMcpAuthorization
26
46
  } from "./chunk-BWOTID2D.js";
27
- import "./chunk-ZFZPZ4GE.js";
28
- import {
29
- AcquireActiveMCPServerTool,
30
- AddMCPServerFromConfigTool,
31
- BaseAdapter,
32
- ConnectMCPServerTool,
33
- LangChainAdapter,
34
- ListMCPServersTool,
35
- MCPAgent,
36
- ObservabilityManager,
37
- ReleaseMCPServerConnectionTool,
38
- RemoteAgent,
39
- ServerManager,
40
- Telemetry,
41
- setTelemetrySource
42
- } from "./chunk-MCF5P6GJ.js";
43
- import {
44
- CodeModeConnector,
45
- PROMPTS
46
- } from "./chunk-2AOGMX4T.js";
47
47
  import {
48
48
  BaseConnector
49
49
  } from "./chunk-2JBWOW4S.js";
@@ -3,6 +3,13 @@ import {
3
3
  streamEventsToAISDK,
4
4
  streamEventsToAISDKWithTools
5
5
  } from "../chunk-EW4MJSHA.js";
6
+ import {
7
+ BaseAdapter,
8
+ LangChainAdapter,
9
+ MCPAgent,
10
+ ObservabilityManager,
11
+ RemoteAgent
12
+ } from "../chunk-MCF5P6GJ.js";
6
13
  import {
7
14
  BrowserMCPClient,
8
15
  BrowserOAuthClientProvider,
@@ -11,13 +18,6 @@ import {
11
18
  WebSocketConnector,
12
19
  onMcpAuthorization
13
20
  } from "../chunk-BWOTID2D.js";
14
- import {
15
- BaseAdapter,
16
- LangChainAdapter,
17
- MCPAgent,
18
- ObservabilityManager,
19
- RemoteAgent
20
- } from "../chunk-MCF5P6GJ.js";
21
21
  import {
22
22
  BaseConnector
23
23
  } from "../chunk-2JBWOW4S.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-use",
3
3
  "type": "module",
4
- "version": "1.5.0-canary.7",
4
+ "version": "1.5.1-canary.0",
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",
@@ -115,8 +115,8 @@
115
115
  "ws": "^8.18.2",
116
116
  "zod": "^3.25.48",
117
117
  "zod-to-json-schema": "^3.24.6",
118
- "@mcp-use/cli": "2.3.0-canary.7",
119
- "@mcp-use/inspector": "0.7.0-canary.7"
118
+ "@mcp-use/cli": "2.3.1-canary.0",
119
+ "@mcp-use/inspector": "0.7.1-canary.0"
120
120
  },
121
121
  "optionalDependencies": {
122
122
  "@tailwindcss/vite": "^4.1.15",