mcp-use 1.11.0-canary.10 → 1.11.0-canary.11

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.
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  Telemetry,
6
6
  generateUUID
7
- } from "./chunk-3GB7G5X7.js";
7
+ } from "./chunk-J3WTIYVV.js";
8
8
  import {
9
9
  __name
10
10
  } from "./chunk-3GQAWCBQ.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  CODE_MODE_AGENT_PROMPT
3
- } from "./chunk-CBJTHTR4.js";
3
+ } from "./chunk-V4YUDB7N.js";
4
4
 
5
5
  // src/client/prompts.ts
6
6
  var PROMPTS = {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  MCPClient
3
- } from "./chunk-VTEYN43V.js";
3
+ } from "./chunk-7PSUUT4A.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-3GB7G5X7.js";
11
+ } from "./chunk-J3WTIYVV.js";
12
12
  import {
13
13
  logger
14
14
  } from "./chunk-FRUZDWXH.js";
@@ -92,7 +92,7 @@ function generateUUID() {
92
92
  __name(generateUUID, "generateUUID");
93
93
 
94
94
  // src/version.ts
95
- var VERSION = "1.11.0-canary.10";
95
+ var VERSION = "1.11.0-canary.11";
96
96
  function getPackageVersion() {
97
97
  return VERSION;
98
98
  }