mcp-use 1.11.0 → 1.11.1
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-A4QJRN7Z.js → chunk-7ABKWWZC.js} +2 -2
- package/dist/{chunk-ZLZOOXMJ.js → chunk-CARMULHG.js} +1 -1
- package/dist/{chunk-VRHAF2WT.js → chunk-IAQVNTSL.js} +2 -2
- package/dist/{chunk-V77WS6CS.js → chunk-IKYKQSK6.js} +1 -1
- package/dist/{chunk-Y2HHHJQB.js → chunk-NGME6SD6.js} +2 -2
- package/dist/{chunk-QPIDKGV4.js → chunk-NI3APADA.js} +2 -2
- package/dist/{chunk-GN5HOAV3.js → chunk-QMCQBAJP.js} +1 -1
- package/dist/{chunk-B7AGEK7F.js → chunk-SQQCC32H.js} +1 -1
- 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 +24 -1
- package/dist/src/server/index.js +28 -5
- package/dist/src/server/widgets/ui-resource-registration.d.ts.map +1 -1
- package/dist/src/version.d.ts +1 -1
- package/dist/{tool-execution-helpers-ZUA5D5IO.js → tool-execution-helpers-K4OSVGUT.js} +2 -2
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MCPClient
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-NI3APADA.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-CARMULHG.js";
|
|
12
12
|
import {
|
|
13
13
|
logger
|
|
14
14
|
} from "./chunk-FRUZDWXH.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseMCPClient,
|
|
3
3
|
HttpConnector
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-QMCQBAJP.js";
|
|
5
5
|
import {
|
|
6
6
|
Tel,
|
|
7
7
|
getPackageVersion
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-CARMULHG.js";
|
|
9
9
|
import {
|
|
10
10
|
logger
|
|
11
11
|
} from "./chunk-FRUZDWXH.js";
|
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
ConnectionManager,
|
|
5
5
|
HttpConnector,
|
|
6
6
|
MCPSession
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-QMCQBAJP.js";
|
|
8
8
|
import {
|
|
9
9
|
Tel,
|
|
10
10
|
getPackageVersion
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-CARMULHG.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-IKYKQSK6.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-7ABKWWZC.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-NI3APADA.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-NGME6SD6.js";
|
|
56
|
+
import "./chunk-IAQVNTSL.js";
|
|
57
57
|
import {
|
|
58
58
|
BaseConnector,
|
|
59
59
|
HttpConnector,
|
|
60
60
|
MCPSession
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-QMCQBAJP.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-CARMULHG.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-IKYKQSK6.js";
|
|
5
5
|
import {
|
|
6
6
|
MCPAgent,
|
|
7
7
|
RemoteAgent
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-7ABKWWZC.js";
|
|
9
9
|
import "../../chunk-JRGQRPTN.js";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-NI3APADA.js";
|
|
11
11
|
import "../../chunk-MFSO5PUW.js";
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-QMCQBAJP.js";
|
|
13
|
+
import "../../chunk-CARMULHG.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-7ABKWWZC.js";
|
|
16
16
|
import "../chunk-JRGQRPTN.js";
|
|
17
|
-
import "../chunk-
|
|
17
|
+
import "../chunk-NI3APADA.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-IAQVNTSL.js";
|
|
24
24
|
import {
|
|
25
25
|
BaseConnector,
|
|
26
26
|
HttpConnector,
|
|
27
27
|
MCPSession
|
|
28
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-QMCQBAJP.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-CARMULHG.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-NI3APADA.js";
|
|
8
8
|
import {
|
|
9
9
|
MCPSession
|
|
10
|
-
} from "../chunk-
|
|
11
|
-
import "../chunk-
|
|
10
|
+
} from "../chunk-QMCQBAJP.js";
|
|
11
|
+
import "../chunk-CARMULHG.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-NGME6SD6.js";
|
|
13
|
+
import "../../chunk-IAQVNTSL.js";
|
|
14
|
+
import "../../chunk-QMCQBAJP.js";
|
|
15
15
|
import {
|
|
16
16
|
Tel,
|
|
17
17
|
Telemetry,
|
|
18
18
|
setTelemetrySource
|
|
19
|
-
} from "../../chunk-
|
|
19
|
+
} from "../../chunk-CARMULHG.js";
|
|
20
20
|
import "../../chunk-FRUZDWXH.js";
|
|
21
21
|
import {
|
|
22
22
|
onMcpAuthorization
|
|
@@ -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.
|
|
764
|
+
VERSION = "1.11.1";
|
|
765
765
|
__name(getPackageVersion, "getPackageVersion");
|
|
766
766
|
}
|
|
767
767
|
});
|
|
@@ -4066,6 +4066,15 @@ function uiResourceRegistration(server, definition) {
|
|
|
4066
4066
|
const widgetMetadata2 = definition._meta?.["mcp-use/widget"];
|
|
4067
4067
|
const propsOrSchema = definition.props || widgetMetadata2?.props || widgetMetadata2?.inputs || widgetMetadata2?.schema;
|
|
4068
4068
|
const isZodSchema = propsOrSchema && typeof propsOrSchema === "object" && propsOrSchema instanceof import_zod.default.ZodObject;
|
|
4069
|
+
let isJsonSchema = false;
|
|
4070
|
+
if (propsOrSchema && typeof propsOrSchema === "object" && !isZodSchema) {
|
|
4071
|
+
const hasSchemaKey = Object.prototype.hasOwnProperty.call(
|
|
4072
|
+
propsOrSchema,
|
|
4073
|
+
"$schema"
|
|
4074
|
+
);
|
|
4075
|
+
const hasTypeObject = propsOrSchema.type === "object" && Object.prototype.hasOwnProperty.call(propsOrSchema, "properties");
|
|
4076
|
+
isJsonSchema = hasSchemaKey || hasTypeObject;
|
|
4077
|
+
}
|
|
4069
4078
|
const toolDefinition = {
|
|
4070
4079
|
name: definition.name,
|
|
4071
4080
|
title: definition.title,
|
|
@@ -4075,6 +4084,20 @@ function uiResourceRegistration(server, definition) {
|
|
|
4075
4084
|
};
|
|
4076
4085
|
if (isZodSchema) {
|
|
4077
4086
|
toolDefinition.schema = propsOrSchema;
|
|
4087
|
+
} else if (isJsonSchema) {
|
|
4088
|
+
const jsonSchema = propsOrSchema;
|
|
4089
|
+
if (jsonSchema.properties) {
|
|
4090
|
+
const requiredFields = new Set(jsonSchema.required || []);
|
|
4091
|
+
toolDefinition.inputs = Object.entries(jsonSchema.properties).map(
|
|
4092
|
+
([name, prop]) => ({
|
|
4093
|
+
name,
|
|
4094
|
+
type: prop.type || "string",
|
|
4095
|
+
description: prop.description,
|
|
4096
|
+
required: requiredFields.has(name),
|
|
4097
|
+
default: prop.default
|
|
4098
|
+
})
|
|
4099
|
+
);
|
|
4100
|
+
}
|
|
4078
4101
|
} else if (propsOrSchema) {
|
|
4079
4102
|
toolDefinition.inputs = convertPropsToInputs(
|
|
4080
4103
|
propsOrSchema
|
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-SQQCC32H.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-CARMULHG.js";
|
|
34
34
|
import "../../chunk-FRUZDWXH.js";
|
|
35
35
|
import {
|
|
36
36
|
__name
|
|
@@ -1820,6 +1820,15 @@ function uiResourceRegistration(server, definition) {
|
|
|
1820
1820
|
const widgetMetadata2 = definition._meta?.["mcp-use/widget"];
|
|
1821
1821
|
const propsOrSchema = definition.props || widgetMetadata2?.props || widgetMetadata2?.inputs || widgetMetadata2?.schema;
|
|
1822
1822
|
const isZodSchema = propsOrSchema && typeof propsOrSchema === "object" && propsOrSchema instanceof z.ZodObject;
|
|
1823
|
+
let isJsonSchema = false;
|
|
1824
|
+
if (propsOrSchema && typeof propsOrSchema === "object" && !isZodSchema) {
|
|
1825
|
+
const hasSchemaKey = Object.prototype.hasOwnProperty.call(
|
|
1826
|
+
propsOrSchema,
|
|
1827
|
+
"$schema"
|
|
1828
|
+
);
|
|
1829
|
+
const hasTypeObject = propsOrSchema.type === "object" && Object.prototype.hasOwnProperty.call(propsOrSchema, "properties");
|
|
1830
|
+
isJsonSchema = hasSchemaKey || hasTypeObject;
|
|
1831
|
+
}
|
|
1823
1832
|
const toolDefinition = {
|
|
1824
1833
|
name: definition.name,
|
|
1825
1834
|
title: definition.title,
|
|
@@ -1829,6 +1838,20 @@ function uiResourceRegistration(server, definition) {
|
|
|
1829
1838
|
};
|
|
1830
1839
|
if (isZodSchema) {
|
|
1831
1840
|
toolDefinition.schema = propsOrSchema;
|
|
1841
|
+
} else if (isJsonSchema) {
|
|
1842
|
+
const jsonSchema = propsOrSchema;
|
|
1843
|
+
if (jsonSchema.properties) {
|
|
1844
|
+
const requiredFields = new Set(jsonSchema.required || []);
|
|
1845
|
+
toolDefinition.inputs = Object.entries(jsonSchema.properties).map(
|
|
1846
|
+
([name, prop]) => ({
|
|
1847
|
+
name,
|
|
1848
|
+
type: prop.type || "string",
|
|
1849
|
+
description: prop.description,
|
|
1850
|
+
required: requiredFields.has(name),
|
|
1851
|
+
default: prop.default
|
|
1852
|
+
})
|
|
1853
|
+
);
|
|
1854
|
+
}
|
|
1832
1855
|
} else if (propsOrSchema) {
|
|
1833
1856
|
toolDefinition.inputs = convertPropsToInputs(
|
|
1834
1857
|
propsOrSchema
|
|
@@ -2217,7 +2240,7 @@ function registerResource(resourceDefinition, callback) {
|
|
|
2217
2240
|
const explicitMimeType = resourceDefinition.mimeType;
|
|
2218
2241
|
const wrappedCallback = /* @__PURE__ */ __name(async () => {
|
|
2219
2242
|
const { getRequestContext: getRequestContext2, runWithContext: runWithContext2 } = await import("../../context-storage-NA4MHWOZ.js");
|
|
2220
|
-
const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-
|
|
2243
|
+
const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-K4OSVGUT.js");
|
|
2221
2244
|
const initialRequestContext = getRequestContext2();
|
|
2222
2245
|
const sessions = this.sessions || /* @__PURE__ */ new Map();
|
|
2223
2246
|
const { requestContext } = findSessionContext2(
|
|
@@ -2295,7 +2318,7 @@ function registerResourceTemplate(resourceTemplateDefinition, callback) {
|
|
|
2295
2318
|
async (uri) => {
|
|
2296
2319
|
const params = this.parseTemplateUri(uriTemplate, uri.toString());
|
|
2297
2320
|
const { getRequestContext: getRequestContext2, runWithContext: runWithContext2 } = await import("../../context-storage-NA4MHWOZ.js");
|
|
2298
|
-
const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-
|
|
2321
|
+
const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-K4OSVGUT.js");
|
|
2299
2322
|
const initialRequestContext = getRequestContext2();
|
|
2300
2323
|
const sessions = this.sessions || /* @__PURE__ */ new Map();
|
|
2301
2324
|
const { requestContext } = findSessionContext2(
|
|
@@ -2350,7 +2373,7 @@ function registerPrompt(promptDefinition, callback) {
|
|
|
2350
2373
|
}
|
|
2351
2374
|
const wrappedCallback = /* @__PURE__ */ __name(async (params, extra) => {
|
|
2352
2375
|
const { getRequestContext: getRequestContext2, runWithContext: runWithContext2 } = await import("../../context-storage-NA4MHWOZ.js");
|
|
2353
|
-
const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-
|
|
2376
|
+
const { findSessionContext: findSessionContext2 } = await import("../../tool-execution-helpers-K4OSVGUT.js");
|
|
2354
2377
|
const initialRequestContext = getRequestContext2();
|
|
2355
2378
|
const sessions = this.sessions || /* @__PURE__ */ new Map();
|
|
2356
2379
|
const { requestContext } = findSessionContext2(
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-resource-registration.d.ts","sourceRoot":"","sources":["../../../../src/server/widgets/ui-resource-registration.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EACV,oBAAoB,EACpB,kBAAkB,EAClB,iCAAiC,EACjC,0BAA0B,EAC1B,yCAAyC,EACzC,8BAA8B,EAC9B,6CAA6C,EAC7C,cAAc,EACf,MAAM,mBAAmB,CAAC;AAU3B;;;;;;GAMG;AACH,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAChC,kFAAkF;IAClF,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;IACxD,QAAQ,EAAE,CACR,UAAU,EAAE,kBAAkB,GAAG,iCAAiC,EAClE,QAAQ,CAAC,EAAE,GAAG,KACX,GAAG,CAAC;IACT,gBAAgB,EAAE,CAChB,UAAU,EACN,0BAA0B,GAC1B,yCAAyC,GACzC,8BAA8B,GAC9B,6CAA6C,EACjD,QAAQ,CAAC,EAAE,GAAG,KACX,GAAG,CAAC;IACT,IAAI,EAAE,CAAC,UAAU,EAAE,cAAc,EAAE,QAAQ,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;CAC3D;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,wBAAgB,sBAAsB,CAAC,CAAC,SAAS,gBAAgB,EAC/D,MAAM,EAAE,CAAC,EACT,UAAU,EAAE,oBAAoB,GAC/B,CAAC,
|
|
1
|
+
{"version":3,"file":"ui-resource-registration.d.ts","sourceRoot":"","sources":["../../../../src/server/widgets/ui-resource-registration.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EACV,oBAAoB,EACpB,kBAAkB,EAClB,iCAAiC,EACjC,0BAA0B,EAC1B,yCAAyC,EACzC,8BAA8B,EAC9B,6CAA6C,EAC7C,cAAc,EACf,MAAM,mBAAmB,CAAC;AAU3B;;;;;;GAMG;AACH,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAChC,kFAAkF;IAClF,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;IACxD,QAAQ,EAAE,CACR,UAAU,EAAE,kBAAkB,GAAG,iCAAiC,EAClE,QAAQ,CAAC,EAAE,GAAG,KACX,GAAG,CAAC;IACT,gBAAgB,EAAE,CAChB,UAAU,EACN,0BAA0B,GAC1B,yCAAyC,GACzC,8BAA8B,GAC9B,6CAA6C,EACjD,QAAQ,CAAC,EAAE,GAAG,KACX,GAAG,CAAC;IACT,IAAI,EAAE,CAAC,UAAU,EAAE,cAAc,EAAE,QAAQ,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;CAC3D;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,wBAAgB,sBAAsB,CAAC,CAAC,SAAS,gBAAgB,EAC/D,MAAM,EAAE,CAAC,EACT,UAAU,EAAE,oBAAoB,GAC/B,CAAC,CA0SH"}
|
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-SQQCC32H.js";
|
|
14
14
|
import "./chunk-KUEVOU4M.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-CARMULHG.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.
|
|
4
|
+
"version": "1.11.1",
|
|
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.
|
|
141
|
-
"@mcp-use/inspector": "0.13.
|
|
140
|
+
"@mcp-use/cli": "2.6.1",
|
|
141
|
+
"@mcp-use/inspector": "0.13.1"
|
|
142
142
|
},
|
|
143
143
|
"optionalDependencies": {
|
|
144
144
|
"chalk": "^5.6.2",
|