mcp-use 1.11.0-canary.18 → 1.11.0-canary.19

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,6 +1,6 @@
1
1
  import {
2
2
  CODE_MODE_AGENT_PROMPT
3
- } from "./chunk-I3NZCYBR.js";
3
+ } from "./chunk-DDBBDHDD.js";
4
4
  import {
5
5
  __name
6
6
  } from "./chunk-3GQAWCBQ.js";
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  Telemetry,
6
6
  generateUUID
7
- } from "./chunk-MIY5EBAT.js";
7
+ } from "./chunk-2CX2RMGM.js";
8
8
  import {
9
9
  __name
10
10
  } from "./chunk-3GQAWCBQ.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  MCPClient
3
- } from "./chunk-I3NZCYBR.js";
3
+ } from "./chunk-DDBBDHDD.js";
4
4
  import {
5
5
  LangChainAdapter
6
6
  } from "./chunk-MFSO5PUW.js";
@@ -8,7 +8,7 @@ import {
8
8
  Telemetry,
9
9
  extractModelInfo,
10
10
  getPackageVersion
11
- } from "./chunk-MIY5EBAT.js";
11
+ } from "./chunk-2CX2RMGM.js";
12
12
  import {
13
13
  logger
14
14
  } from "./chunk-FRUZDWXH.js";
package/dist/index.cjs CHANGED
@@ -2790,7 +2790,7 @@ __name(generateUUID, "generateUUID");
2790
2790
  init_logging();
2791
2791
 
2792
2792
  // src/version.ts
2793
- var VERSION = "1.11.0-canary.18";
2793
+ var VERSION = "1.11.0-canary.19";
2794
2794
  function getPackageVersion() {
2795
2795
  return VERSION;
2796
2796
  }
package/dist/index.js CHANGED
@@ -9,9 +9,10 @@ import {
9
9
  streamEventsToAISDKWithTools
10
10
  } from "./chunk-LGDFGYRL.js";
11
11
  import "./chunk-GXNAXUDI.js";
12
+ import "./chunk-JQKKMUCT.js";
12
13
  import {
13
14
  PROMPTS
14
- } from "./chunk-DKK3OEIY.js";
15
+ } from "./chunk-MIZSOV27.js";
15
16
  import {
16
17
  AcquireActiveMCPServerTool,
17
18
  AddMCPServerFromConfigTool,
@@ -26,7 +27,7 @@ import {
26
27
  getSupportedProviders,
27
28
  isValidLLMString,
28
29
  parseLLMString
29
- } from "./chunk-6TCXBLDE.js";
30
+ } from "./chunk-XWY3UCBV.js";
30
31
  import "./chunk-JRGQRPTN.js";
31
32
  import {
32
33
  BaseCodeExecutor,
@@ -36,11 +37,10 @@ import {
36
37
  VMCodeExecutor,
37
38
  isVMAvailable,
38
39
  loadConfigFile
39
- } from "./chunk-I3NZCYBR.js";
40
+ } from "./chunk-DDBBDHDD.js";
40
41
  import {
41
42
  BaseAdapter
42
43
  } from "./chunk-MFSO5PUW.js";
43
- import "./chunk-JQKKMUCT.js";
44
44
  import {
45
45
  ErrorBoundary,
46
46
  Image,
@@ -52,28 +52,28 @@ import {
52
52
  useWidgetProps,
53
53
  useWidgetState,
54
54
  useWidgetTheme
55
- } from "./chunk-SRXA64QS.js";
56
- import "./chunk-OD724W55.js";
55
+ } from "./chunk-ERDKUHUF.js";
56
+ import "./chunk-7KWUIU7I.js";
57
+ import {
58
+ BrowserOAuthClientProvider,
59
+ onMcpAuthorization
60
+ } from "./chunk-J75I2C26.js";
57
61
  import {
58
62
  BaseConnector,
59
63
  HttpConnector,
60
64
  MCPSession
61
- } from "./chunk-M6HG2X4Q.js";
65
+ } from "./chunk-5QAH2BZN.js";
62
66
  import {
63
67
  Tel,
64
68
  Telemetry,
65
69
  VERSION,
66
70
  getPackageVersion,
67
71
  setTelemetrySource
68
- } from "./chunk-MIY5EBAT.js";
72
+ } from "./chunk-2CX2RMGM.js";
69
73
  import {
70
74
  Logger,
71
75
  logger
72
76
  } from "./chunk-FRUZDWXH.js";
73
- import {
74
- BrowserOAuthClientProvider,
75
- onMcpAuthorization
76
- } from "./chunk-J75I2C26.js";
77
77
  import {
78
78
  __name
79
79
  } from "./chunk-3GQAWCBQ.js";
@@ -1417,7 +1417,7 @@ __name(generateUUID, "generateUUID");
1417
1417
  init_logging();
1418
1418
 
1419
1419
  // src/version.ts
1420
- var VERSION = "1.11.0-canary.18";
1420
+ var VERSION = "1.11.0-canary.19";
1421
1421
  function getPackageVersion() {
1422
1422
  return VERSION;
1423
1423
  }
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  BaseAgent,
3
3
  PROMPTS
4
- } from "../../chunk-DKK3OEIY.js";
4
+ } from "../../chunk-MIZSOV27.js";
5
5
  import {
6
6
  MCPAgent,
7
7
  RemoteAgent
8
- } from "../../chunk-6TCXBLDE.js";
8
+ } from "../../chunk-XWY3UCBV.js";
9
9
  import "../../chunk-JRGQRPTN.js";
10
- import "../../chunk-I3NZCYBR.js";
10
+ import "../../chunk-DDBBDHDD.js";
11
11
  import "../../chunk-MFSO5PUW.js";
12
- import "../../chunk-M6HG2X4Q.js";
13
- import "../../chunk-MIY5EBAT.js";
12
+ import "../../chunk-5QAH2BZN.js";
13
+ import "../../chunk-2CX2RMGM.js";
14
14
  import "../../chunk-FRUZDWXH.js";
15
15
  import "../../chunk-3GQAWCBQ.js";
16
16
  export {
@@ -1651,7 +1651,7 @@ __name(generateUUID, "generateUUID");
1651
1651
  init_logging();
1652
1652
 
1653
1653
  // src/version.ts
1654
- var VERSION = "1.11.0-canary.18";
1654
+ var VERSION = "1.11.0-canary.19";
1655
1655
  function getPackageVersion() {
1656
1656
  return VERSION;
1657
1657
  }
@@ -12,35 +12,35 @@ import {
12
12
  getSupportedProviders,
13
13
  isValidLLMString,
14
14
  parseLLMString
15
- } from "../chunk-6TCXBLDE.js";
15
+ } from "../chunk-XWY3UCBV.js";
16
16
  import "../chunk-JRGQRPTN.js";
17
- import "../chunk-I3NZCYBR.js";
17
+ import "../chunk-DDBBDHDD.js";
18
18
  import {
19
19
  BaseAdapter
20
20
  } from "../chunk-MFSO5PUW.js";
21
21
  import {
22
22
  BrowserMCPClient
23
- } from "../chunk-OD724W55.js";
23
+ } from "../chunk-7KWUIU7I.js";
24
+ import {
25
+ BrowserOAuthClientProvider,
26
+ onMcpAuthorization
27
+ } from "../chunk-J75I2C26.js";
24
28
  import {
25
29
  BaseConnector,
26
30
  HttpConnector,
27
31
  MCPSession
28
- } from "../chunk-M6HG2X4Q.js";
32
+ } from "../chunk-5QAH2BZN.js";
29
33
  import {
30
34
  Tel,
31
35
  Telemetry,
32
36
  VERSION,
33
37
  getPackageVersion,
34
38
  setTelemetrySource
35
- } from "../chunk-MIY5EBAT.js";
39
+ } from "../chunk-2CX2RMGM.js";
36
40
  import {
37
41
  Logger,
38
42
  logger
39
43
  } from "../chunk-FRUZDWXH.js";
40
- import {
41
- BrowserOAuthClientProvider,
42
- onMcpAuthorization
43
- } from "../chunk-J75I2C26.js";
44
44
  import "../chunk-3GQAWCBQ.js";
45
45
  export {
46
46
  BaseAdapter,
@@ -942,7 +942,7 @@ function generateUUID() {
942
942
  __name(generateUUID, "generateUUID");
943
943
 
944
944
  // src/version.ts
945
- var VERSION = "1.11.0-canary.18";
945
+ var VERSION = "1.11.0-canary.19";
946
946
  function getPackageVersion() {
947
947
  return VERSION;
948
948
  }
@@ -4,11 +4,11 @@ import {
4
4
  MCPClient,
5
5
  VMCodeExecutor,
6
6
  isVMAvailable
7
- } from "../chunk-I3NZCYBR.js";
7
+ } from "../chunk-DDBBDHDD.js";
8
8
  import {
9
9
  MCPSession
10
- } from "../chunk-M6HG2X4Q.js";
11
- import "../chunk-MIY5EBAT.js";
10
+ } from "../chunk-5QAH2BZN.js";
11
+ import "../chunk-2CX2RMGM.js";
12
12
  import "../chunk-FRUZDWXH.js";
13
13
  import "../chunk-3GQAWCBQ.js";
14
14
  export {
@@ -918,7 +918,7 @@ function generateUUID() {
918
918
  __name(generateUUID, "generateUUID");
919
919
 
920
920
  // src/version.ts
921
- var VERSION = "1.11.0-canary.18";
921
+ var VERSION = "1.11.0-canary.19";
922
922
  function getPackageVersion() {
923
923
  return VERSION;
924
924
  }
@@ -9,18 +9,18 @@ import {
9
9
  useWidgetProps,
10
10
  useWidgetState,
11
11
  useWidgetTheme
12
- } from "../../chunk-SRXA64QS.js";
13
- import "../../chunk-OD724W55.js";
14
- import "../../chunk-M6HG2X4Q.js";
12
+ } from "../../chunk-ERDKUHUF.js";
13
+ import "../../chunk-7KWUIU7I.js";
14
+ import {
15
+ onMcpAuthorization
16
+ } from "../../chunk-J75I2C26.js";
17
+ import "../../chunk-5QAH2BZN.js";
15
18
  import {
16
19
  Tel,
17
20
  Telemetry,
18
21
  setTelemetrySource
19
- } from "../../chunk-MIY5EBAT.js";
22
+ } from "../../chunk-2CX2RMGM.js";
20
23
  import "../../chunk-FRUZDWXH.js";
21
- import {
22
- onMcpAuthorization
23
- } from "../../chunk-J75I2C26.js";
24
24
  import "../../chunk-3GQAWCBQ.js";
25
25
  export {
26
26
  Tel as BrowserTelemetry,
@@ -761,7 +761,7 @@ var VERSION;
761
761
  var init_version = __esm({
762
762
  "src/version.ts"() {
763
763
  "use strict";
764
- VERSION = "1.11.0-canary.18";
764
+ VERSION = "1.11.0-canary.19";
765
765
  __name(getPackageVersion, "getPackageVersion");
766
766
  }
767
767
  });
@@ -7,7 +7,7 @@ import {
7
7
  createEnhancedContext,
8
8
  findSessionContext,
9
9
  isValidLogLevel
10
- } from "../../chunk-BUUAJ4ZA.js";
10
+ } from "../../chunk-X6LSPCRY.js";
11
11
  import {
12
12
  convertToolResultToResourceResult
13
13
  } from "../../chunk-362PI25Z.js";
@@ -30,7 +30,7 @@ import {
30
30
  getPackageVersion,
31
31
  isDeno,
32
32
  pathHelpers
33
- } from "../../chunk-MIY5EBAT.js";
33
+ } from "../../chunk-2CX2RMGM.js";
34
34
  import "../../chunk-FRUZDWXH.js";
35
35
  import {
36
36
  __name
@@ -2217,7 +2217,7 @@ function registerResource(resourceDefinition, callback) {
2217
2217
  const explicitMimeType = resourceDefinition.mimeType;
2218
2218
  const wrappedCallback = /* @__PURE__ */ __name(async () => {
2219
2219
  const { getRequestContext: getRequestContext2, runWithContext: runWithContext2 } = await import("../../context-storage-NA4MHWOZ.js");
2220
- const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-YTLQZ7KG.js");
2220
+ const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-SAKOUQKI.js");
2221
2221
  const initialRequestContext = getRequestContext2();
2222
2222
  const sessions = this.sessions || /* @__PURE__ */ new Map();
2223
2223
  const { requestContext } = findSessionContext2(
@@ -2295,7 +2295,7 @@ function registerResourceTemplate(resourceTemplateDefinition, callback) {
2295
2295
  async (uri) => {
2296
2296
  const params = this.parseTemplateUri(uriTemplate, uri.toString());
2297
2297
  const { getRequestContext: getRequestContext2, runWithContext: runWithContext2 } = await import("../../context-storage-NA4MHWOZ.js");
2298
- const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-YTLQZ7KG.js");
2298
+ const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-SAKOUQKI.js");
2299
2299
  const initialRequestContext = getRequestContext2();
2300
2300
  const sessions = this.sessions || /* @__PURE__ */ new Map();
2301
2301
  const { requestContext } = findSessionContext2(
@@ -2350,7 +2350,7 @@ function registerPrompt(promptDefinition, callback) {
2350
2350
  }
2351
2351
  const wrappedCallback = /* @__PURE__ */ __name(async (params, extra) => {
2352
2352
  const { getRequestContext: getRequestContext2, runWithContext: runWithContext2 } = await import("../../context-storage-NA4MHWOZ.js");
2353
- const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-YTLQZ7KG.js");
2353
+ const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-SAKOUQKI.js");
2354
2354
  const initialRequestContext = getRequestContext2();
2355
2355
  const sessions = this.sessions || /* @__PURE__ */ new Map();
2356
2356
  const { requestContext } = findSessionContext2(
@@ -1,4 +1,4 @@
1
- export declare const VERSION = "1.11.0-canary.18";
1
+ export declare const VERSION = "1.11.0-canary.19";
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-BUUAJ4ZA.js";
13
+ } from "./chunk-X6LSPCRY.js";
14
14
  import "./chunk-KUEVOU4M.js";
15
- import "./chunk-MIY5EBAT.js";
15
+ import "./chunk-2CX2RMGM.js";
16
16
  import "./chunk-FRUZDWXH.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.11.0-canary.18",
4
+ "version": "1.11.0-canary.19",
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",
@@ -137,8 +137,8 @@
137
137
  "posthog-node": "^5.17.2",
138
138
  "ws": "^8.18.3",
139
139
  "zod": "^4.2.0",
140
- "@mcp-use/cli": "2.6.0-canary.18",
141
- "@mcp-use/inspector": "0.13.0-canary.18"
140
+ "@mcp-use/cli": "2.6.0-canary.19",
141
+ "@mcp-use/inspector": "0.13.0-canary.19"
142
142
  },
143
143
  "optionalDependencies": {
144
144
  "chalk": "^5.6.2",