mcp-use 1.11.0-canary.14 → 1.11.0-canary.15
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/.tsbuildinfo +1 -1
- package/dist/{chunk-2IMIUODV.js → chunk-4A6AEYDD.js} +1 -1
- package/dist/{chunk-PO6UGK4I.js → chunk-C5MVPCV2.js} +2 -2
- package/dist/{chunk-MIKDMUFS.js → chunk-COZWUWRK.js} +2 -2
- package/dist/{chunk-SBMQ4QZJ.js → chunk-HK4BXTYV.js} +1 -1
- package/dist/{chunk-AEHNVFZG.js → chunk-HUOCLQT4.js} +1 -1
- package/dist/{chunk-7TS5EJ4T.js → chunk-HWBQAAP5.js} +1 -1
- package/dist/{chunk-U7JXQZVH.js → chunk-NEIO2CWV.js} +2 -2
- package/dist/{chunk-JYFYHDYK.js → chunk-XTPTD37Z.js} +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +7 -7
- package/dist/src/agents/index.cjs +1 -1
- package/dist/src/agents/index.js +5 -5
- package/dist/src/browser.cjs +1 -1
- package/dist/src/browser.js +5 -5
- package/dist/src/client.cjs +1 -1
- package/dist/src/client.js +3 -3
- package/dist/src/react/index.cjs +1 -1
- package/dist/src/react/index.js +4 -4
- package/dist/src/server/index.cjs +1 -1
- package/dist/src/server/index.js +5 -5
- package/dist/src/version.d.ts +1 -1
- package/dist/{tool-execution-helpers-RRECKMIN.js → tool-execution-helpers-UZAPEVA6.js} +2 -2
- package/package.json +3 -3
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseMCPClient,
|
|
3
3
|
HttpConnector
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-4A6AEYDD.js";
|
|
5
5
|
import {
|
|
6
6
|
Tel,
|
|
7
7
|
getPackageVersion
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-HWBQAAP5.js";
|
|
9
9
|
import {
|
|
10
10
|
logger
|
|
11
11
|
} from "./chunk-FRUZDWXH.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MCPClient
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-NEIO2CWV.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-
|
|
11
|
+
} from "./chunk-HWBQAAP5.js";
|
|
12
12
|
import {
|
|
13
13
|
logger
|
|
14
14
|
} from "./chunk-FRUZDWXH.js";
|
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
ConnectionManager,
|
|
5
5
|
HttpConnector,
|
|
6
6
|
MCPSession
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-4A6AEYDD.js";
|
|
8
8
|
import {
|
|
9
9
|
Tel,
|
|
10
10
|
getPackageVersion
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-HWBQAAP5.js";
|
|
12
12
|
import {
|
|
13
13
|
logger
|
|
14
14
|
} from "./chunk-FRUZDWXH.js";
|
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
import "./chunk-GXNAXUDI.js";
|
|
12
12
|
import {
|
|
13
13
|
PROMPTS
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-HK4BXTYV.js";
|
|
15
15
|
import {
|
|
16
16
|
AcquireActiveMCPServerTool,
|
|
17
17
|
AddMCPServerFromConfigTool,
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
getSupportedProviders,
|
|
27
27
|
isValidLLMString,
|
|
28
28
|
parseLLMString
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-COZWUWRK.js";
|
|
30
30
|
import "./chunk-JRGQRPTN.js";
|
|
31
31
|
import {
|
|
32
32
|
BaseCodeExecutor,
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
VMCodeExecutor,
|
|
37
37
|
isVMAvailable,
|
|
38
38
|
loadConfigFile
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-NEIO2CWV.js";
|
|
40
40
|
import {
|
|
41
41
|
BaseAdapter
|
|
42
42
|
} from "./chunk-MFSO5PUW.js";
|
|
@@ -52,20 +52,20 @@ import {
|
|
|
52
52
|
useWidgetProps,
|
|
53
53
|
useWidgetState,
|
|
54
54
|
useWidgetTheme
|
|
55
|
-
} from "./chunk-
|
|
56
|
-
import "./chunk-
|
|
55
|
+
} from "./chunk-XTPTD37Z.js";
|
|
56
|
+
import "./chunk-C5MVPCV2.js";
|
|
57
57
|
import {
|
|
58
58
|
BaseConnector,
|
|
59
59
|
HttpConnector,
|
|
60
60
|
MCPSession
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-4A6AEYDD.js";
|
|
62
62
|
import {
|
|
63
63
|
Tel,
|
|
64
64
|
Telemetry,
|
|
65
65
|
VERSION,
|
|
66
66
|
getPackageVersion,
|
|
67
67
|
setTelemetrySource
|
|
68
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-HWBQAAP5.js";
|
|
69
69
|
import {
|
|
70
70
|
Logger,
|
|
71
71
|
logger
|
package/dist/src/agents/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseAgent,
|
|
3
3
|
PROMPTS
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-HK4BXTYV.js";
|
|
5
5
|
import {
|
|
6
6
|
MCPAgent,
|
|
7
7
|
RemoteAgent
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-COZWUWRK.js";
|
|
9
9
|
import "../../chunk-JRGQRPTN.js";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-NEIO2CWV.js";
|
|
11
11
|
import "../../chunk-MFSO5PUW.js";
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-4A6AEYDD.js";
|
|
13
|
+
import "../../chunk-HWBQAAP5.js";
|
|
14
14
|
import "../../chunk-FRUZDWXH.js";
|
|
15
15
|
import "../../chunk-3GQAWCBQ.js";
|
|
16
16
|
export {
|
package/dist/src/browser.cjs
CHANGED
package/dist/src/browser.js
CHANGED
|
@@ -12,27 +12,27 @@ import {
|
|
|
12
12
|
getSupportedProviders,
|
|
13
13
|
isValidLLMString,
|
|
14
14
|
parseLLMString
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-COZWUWRK.js";
|
|
16
16
|
import "../chunk-JRGQRPTN.js";
|
|
17
|
-
import "../chunk-
|
|
17
|
+
import "../chunk-NEIO2CWV.js";
|
|
18
18
|
import {
|
|
19
19
|
BaseAdapter
|
|
20
20
|
} from "../chunk-MFSO5PUW.js";
|
|
21
21
|
import {
|
|
22
22
|
BrowserMCPClient
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-C5MVPCV2.js";
|
|
24
24
|
import {
|
|
25
25
|
BaseConnector,
|
|
26
26
|
HttpConnector,
|
|
27
27
|
MCPSession
|
|
28
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-4A6AEYDD.js";
|
|
29
29
|
import {
|
|
30
30
|
Tel,
|
|
31
31
|
Telemetry,
|
|
32
32
|
VERSION,
|
|
33
33
|
getPackageVersion,
|
|
34
34
|
setTelemetrySource
|
|
35
|
-
} from "../chunk-
|
|
35
|
+
} from "../chunk-HWBQAAP5.js";
|
|
36
36
|
import {
|
|
37
37
|
Logger,
|
|
38
38
|
logger
|
package/dist/src/client.cjs
CHANGED
package/dist/src/client.js
CHANGED
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
MCPClient,
|
|
5
5
|
VMCodeExecutor,
|
|
6
6
|
isVMAvailable
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-NEIO2CWV.js";
|
|
8
8
|
import {
|
|
9
9
|
MCPSession
|
|
10
|
-
} from "../chunk-
|
|
11
|
-
import "../chunk-
|
|
10
|
+
} from "../chunk-4A6AEYDD.js";
|
|
11
|
+
import "../chunk-HWBQAAP5.js";
|
|
12
12
|
import "../chunk-FRUZDWXH.js";
|
|
13
13
|
import "../chunk-3GQAWCBQ.js";
|
|
14
14
|
export {
|
package/dist/src/react/index.cjs
CHANGED
package/dist/src/react/index.js
CHANGED
|
@@ -9,14 +9,14 @@ import {
|
|
|
9
9
|
useWidgetProps,
|
|
10
10
|
useWidgetState,
|
|
11
11
|
useWidgetTheme
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-XTPTD37Z.js";
|
|
13
|
+
import "../../chunk-C5MVPCV2.js";
|
|
14
|
+
import "../../chunk-4A6AEYDD.js";
|
|
15
15
|
import {
|
|
16
16
|
Tel,
|
|
17
17
|
Telemetry,
|
|
18
18
|
setTelemetrySource
|
|
19
|
-
} from "../../chunk-
|
|
19
|
+
} from "../../chunk-HWBQAAP5.js";
|
|
20
20
|
import "../../chunk-FRUZDWXH.js";
|
|
21
21
|
import {
|
|
22
22
|
onMcpAuthorization
|
package/dist/src/server/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
createEnhancedContext,
|
|
8
8
|
findSessionContext,
|
|
9
9
|
isValidLogLevel
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-HUOCLQT4.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-
|
|
33
|
+
} from "../../chunk-HWBQAAP5.js";
|
|
34
34
|
import "../../chunk-FRUZDWXH.js";
|
|
35
35
|
import {
|
|
36
36
|
__name
|
|
@@ -2205,7 +2205,7 @@ function registerResource(resourceDefinition, callback) {
|
|
|
2205
2205
|
const explicitMimeType = resourceDefinition.mimeType;
|
|
2206
2206
|
const wrappedCallback = /* @__PURE__ */ __name(async () => {
|
|
2207
2207
|
const { getRequestContext: getRequestContext2, runWithContext: runWithContext2 } = await import("../../context-storage-NA4MHWOZ.js");
|
|
2208
|
-
const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-
|
|
2208
|
+
const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-UZAPEVA6.js");
|
|
2209
2209
|
const initialRequestContext = getRequestContext2();
|
|
2210
2210
|
const sessions = this.sessions || /* @__PURE__ */ new Map();
|
|
2211
2211
|
const { requestContext } = findSessionContext2(
|
|
@@ -2283,7 +2283,7 @@ function registerResourceTemplate(resourceTemplateDefinition, callback) {
|
|
|
2283
2283
|
async (uri) => {
|
|
2284
2284
|
const params = this.parseTemplateUri(uriTemplate, uri.toString());
|
|
2285
2285
|
const { getRequestContext: getRequestContext2, runWithContext: runWithContext2 } = await import("../../context-storage-NA4MHWOZ.js");
|
|
2286
|
-
const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-
|
|
2286
|
+
const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-UZAPEVA6.js");
|
|
2287
2287
|
const initialRequestContext = getRequestContext2();
|
|
2288
2288
|
const sessions = this.sessions || /* @__PURE__ */ new Map();
|
|
2289
2289
|
const { requestContext } = findSessionContext2(
|
|
@@ -2338,7 +2338,7 @@ function registerPrompt(promptDefinition, callback) {
|
|
|
2338
2338
|
}
|
|
2339
2339
|
const wrappedCallback = /* @__PURE__ */ __name(async (params, extra) => {
|
|
2340
2340
|
const { getRequestContext: getRequestContext2, runWithContext: runWithContext2 } = await import("../../context-storage-NA4MHWOZ.js");
|
|
2341
|
-
const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-
|
|
2341
|
+
const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-UZAPEVA6.js");
|
|
2342
2342
|
const initialRequestContext = getRequestContext2();
|
|
2343
2343
|
const sessions = this.sessions || /* @__PURE__ */ new Map();
|
|
2344
2344
|
const { requestContext } = findSessionContext2(
|
package/dist/src/version.d.ts
CHANGED
|
@@ -10,9 +10,9 @@ import {
|
|
|
10
10
|
sendProgressNotification,
|
|
11
11
|
shouldLogMessage,
|
|
12
12
|
withTimeout
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-HUOCLQT4.js";
|
|
14
14
|
import "./chunk-KUEVOU4M.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-HWBQAAP5.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.
|
|
4
|
+
"version": "1.11.0-canary.15",
|
|
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.
|
|
141
|
-
"@mcp-use/inspector": "0.13.0-canary.
|
|
140
|
+
"@mcp-use/cli": "2.6.0-canary.15",
|
|
141
|
+
"@mcp-use/inspector": "0.13.0-canary.15"
|
|
142
142
|
},
|
|
143
143
|
"optionalDependencies": {
|
|
144
144
|
"chalk": "^5.6.2",
|