@dexto/client-sdk 1.6.25 → 1.6.26
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/client.d.ts +32 -32
- package/package.json +3 -3
package/dist/client.d.ts
CHANGED
|
@@ -9904,8 +9904,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
9904
9904
|
timeout: number;
|
|
9905
9905
|
type: "sse";
|
|
9906
9906
|
enabled: boolean;
|
|
9907
|
-
connectionMode: "strict" | "lenient";
|
|
9908
9907
|
url: string;
|
|
9908
|
+
connectionMode: "strict" | "lenient";
|
|
9909
9909
|
headers: Record<string, string>;
|
|
9910
9910
|
}, {
|
|
9911
9911
|
type: "sse";
|
|
@@ -9925,8 +9925,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
9925
9925
|
timeout: number;
|
|
9926
9926
|
type: "http";
|
|
9927
9927
|
enabled: boolean;
|
|
9928
|
-
connectionMode: "strict" | "lenient";
|
|
9929
9928
|
url: string;
|
|
9929
|
+
connectionMode: "strict" | "lenient";
|
|
9930
9930
|
headers: Record<string, string>;
|
|
9931
9931
|
}, {
|
|
9932
9932
|
type: "http";
|
|
@@ -9947,15 +9947,15 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
9947
9947
|
timeout: number;
|
|
9948
9948
|
type: "sse";
|
|
9949
9949
|
enabled: boolean;
|
|
9950
|
-
connectionMode: "strict" | "lenient";
|
|
9951
9950
|
url: string;
|
|
9951
|
+
connectionMode: "strict" | "lenient";
|
|
9952
9952
|
headers: Record<string, string>;
|
|
9953
9953
|
} | {
|
|
9954
9954
|
timeout: number;
|
|
9955
9955
|
type: "http";
|
|
9956
9956
|
enabled: boolean;
|
|
9957
|
-
connectionMode: "strict" | "lenient";
|
|
9958
9957
|
url: string;
|
|
9958
|
+
connectionMode: "strict" | "lenient";
|
|
9959
9959
|
headers: Record<string, string>;
|
|
9960
9960
|
}, {
|
|
9961
9961
|
type: "stdio";
|
|
@@ -9995,15 +9995,15 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
9995
9995
|
timeout: number;
|
|
9996
9996
|
type: "sse";
|
|
9997
9997
|
enabled: boolean;
|
|
9998
|
-
connectionMode: "strict" | "lenient";
|
|
9999
9998
|
url: string;
|
|
9999
|
+
connectionMode: "strict" | "lenient";
|
|
10000
10000
|
headers: Record<string, string>;
|
|
10001
10001
|
} | {
|
|
10002
10002
|
timeout: number;
|
|
10003
10003
|
type: "http";
|
|
10004
10004
|
enabled: boolean;
|
|
10005
|
-
connectionMode: "strict" | "lenient";
|
|
10006
10005
|
url: string;
|
|
10006
|
+
connectionMode: "strict" | "lenient";
|
|
10007
10007
|
headers: Record<string, string>;
|
|
10008
10008
|
}) & import("zod").BRAND<"ValidatedMcpServerConfig">;
|
|
10009
10009
|
persistToAgent?: boolean | undefined;
|
|
@@ -10080,8 +10080,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10080
10080
|
timeout: number;
|
|
10081
10081
|
type: "sse";
|
|
10082
10082
|
enabled: boolean;
|
|
10083
|
-
connectionMode: "strict" | "lenient";
|
|
10084
10083
|
url: string;
|
|
10084
|
+
connectionMode: "strict" | "lenient";
|
|
10085
10085
|
headers: Record<string, string>;
|
|
10086
10086
|
}, {
|
|
10087
10087
|
type: "sse";
|
|
@@ -10101,8 +10101,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10101
10101
|
timeout: number;
|
|
10102
10102
|
type: "http";
|
|
10103
10103
|
enabled: boolean;
|
|
10104
|
-
connectionMode: "strict" | "lenient";
|
|
10105
10104
|
url: string;
|
|
10105
|
+
connectionMode: "strict" | "lenient";
|
|
10106
10106
|
headers: Record<string, string>;
|
|
10107
10107
|
}, {
|
|
10108
10108
|
type: "http";
|
|
@@ -10123,15 +10123,15 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10123
10123
|
timeout: number;
|
|
10124
10124
|
type: "sse";
|
|
10125
10125
|
enabled: boolean;
|
|
10126
|
-
connectionMode: "strict" | "lenient";
|
|
10127
10126
|
url: string;
|
|
10127
|
+
connectionMode: "strict" | "lenient";
|
|
10128
10128
|
headers: Record<string, string>;
|
|
10129
10129
|
} | {
|
|
10130
10130
|
timeout: number;
|
|
10131
10131
|
type: "http";
|
|
10132
10132
|
enabled: boolean;
|
|
10133
|
-
connectionMode: "strict" | "lenient";
|
|
10134
10133
|
url: string;
|
|
10134
|
+
connectionMode: "strict" | "lenient";
|
|
10135
10135
|
headers: Record<string, string>;
|
|
10136
10136
|
}, {
|
|
10137
10137
|
type: "stdio";
|
|
@@ -10171,15 +10171,15 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10171
10171
|
timeout: number;
|
|
10172
10172
|
type: "sse";
|
|
10173
10173
|
enabled: boolean;
|
|
10174
|
-
connectionMode: "strict" | "lenient";
|
|
10175
10174
|
url: string;
|
|
10175
|
+
connectionMode: "strict" | "lenient";
|
|
10176
10176
|
headers: Record<string, string>;
|
|
10177
10177
|
} | {
|
|
10178
10178
|
timeout: number;
|
|
10179
10179
|
type: "http";
|
|
10180
10180
|
enabled: boolean;
|
|
10181
|
-
connectionMode: "strict" | "lenient";
|
|
10182
10181
|
url: string;
|
|
10182
|
+
connectionMode: "strict" | "lenient";
|
|
10183
10183
|
headers: Record<string, string>;
|
|
10184
10184
|
}) & import("zod").BRAND<"ValidatedMcpServerConfig">;
|
|
10185
10185
|
persistToAgent?: boolean | undefined;
|
|
@@ -10321,8 +10321,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10321
10321
|
timeout: number;
|
|
10322
10322
|
type: "sse";
|
|
10323
10323
|
enabled: boolean;
|
|
10324
|
-
connectionMode: "strict" | "lenient";
|
|
10325
10324
|
url: string;
|
|
10325
|
+
connectionMode: "strict" | "lenient";
|
|
10326
10326
|
headers: Record<string, string>;
|
|
10327
10327
|
}, {
|
|
10328
10328
|
type: "sse";
|
|
@@ -10342,8 +10342,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10342
10342
|
timeout: number;
|
|
10343
10343
|
type: "http";
|
|
10344
10344
|
enabled: boolean;
|
|
10345
|
-
connectionMode: "strict" | "lenient";
|
|
10346
10345
|
url: string;
|
|
10346
|
+
connectionMode: "strict" | "lenient";
|
|
10347
10347
|
headers: Record<string, string>;
|
|
10348
10348
|
}, {
|
|
10349
10349
|
type: "http";
|
|
@@ -10364,15 +10364,15 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10364
10364
|
timeout: number;
|
|
10365
10365
|
type: "sse";
|
|
10366
10366
|
enabled: boolean;
|
|
10367
|
-
connectionMode: "strict" | "lenient";
|
|
10368
10367
|
url: string;
|
|
10368
|
+
connectionMode: "strict" | "lenient";
|
|
10369
10369
|
headers: Record<string, string>;
|
|
10370
10370
|
} | {
|
|
10371
10371
|
timeout: number;
|
|
10372
10372
|
type: "http";
|
|
10373
10373
|
enabled: boolean;
|
|
10374
|
-
connectionMode: "strict" | "lenient";
|
|
10375
10374
|
url: string;
|
|
10375
|
+
connectionMode: "strict" | "lenient";
|
|
10376
10376
|
headers: Record<string, string>;
|
|
10377
10377
|
}, {
|
|
10378
10378
|
type: "stdio";
|
|
@@ -10412,15 +10412,15 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10412
10412
|
timeout: number;
|
|
10413
10413
|
type: "sse";
|
|
10414
10414
|
enabled: boolean;
|
|
10415
|
-
connectionMode: "strict" | "lenient";
|
|
10416
10415
|
url: string;
|
|
10416
|
+
connectionMode: "strict" | "lenient";
|
|
10417
10417
|
headers: Record<string, string>;
|
|
10418
10418
|
} | {
|
|
10419
10419
|
timeout: number;
|
|
10420
10420
|
type: "http";
|
|
10421
10421
|
enabled: boolean;
|
|
10422
|
-
connectionMode: "strict" | "lenient";
|
|
10423
10422
|
url: string;
|
|
10423
|
+
connectionMode: "strict" | "lenient";
|
|
10424
10424
|
headers: Record<string, string>;
|
|
10425
10425
|
}) & import("zod").BRAND<"ValidatedMcpServerConfig">;
|
|
10426
10426
|
persistToAgent?: boolean | undefined;
|
|
@@ -10647,8 +10647,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10647
10647
|
timeout: number;
|
|
10648
10648
|
type: "sse";
|
|
10649
10649
|
enabled: boolean;
|
|
10650
|
-
connectionMode: "strict" | "lenient";
|
|
10651
10650
|
url: string;
|
|
10651
|
+
connectionMode: "strict" | "lenient";
|
|
10652
10652
|
headers: {
|
|
10653
10653
|
[x: string]: string;
|
|
10654
10654
|
};
|
|
@@ -10656,8 +10656,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10656
10656
|
timeout: number;
|
|
10657
10657
|
type: "http";
|
|
10658
10658
|
enabled: boolean;
|
|
10659
|
-
connectionMode: "strict" | "lenient";
|
|
10660
10659
|
url: string;
|
|
10660
|
+
connectionMode: "strict" | "lenient";
|
|
10661
10661
|
headers: {
|
|
10662
10662
|
[x: string]: string;
|
|
10663
10663
|
};
|
|
@@ -10795,8 +10795,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10795
10795
|
timeout: number;
|
|
10796
10796
|
type: "sse";
|
|
10797
10797
|
enabled: boolean;
|
|
10798
|
-
connectionMode: "strict" | "lenient";
|
|
10799
10798
|
url: string;
|
|
10799
|
+
connectionMode: "strict" | "lenient";
|
|
10800
10800
|
headers: Record<string, string>;
|
|
10801
10801
|
}, {
|
|
10802
10802
|
type: "sse";
|
|
@@ -10816,8 +10816,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10816
10816
|
timeout: number;
|
|
10817
10817
|
type: "http";
|
|
10818
10818
|
enabled: boolean;
|
|
10819
|
-
connectionMode: "strict" | "lenient";
|
|
10820
10819
|
url: string;
|
|
10820
|
+
connectionMode: "strict" | "lenient";
|
|
10821
10821
|
headers: Record<string, string>;
|
|
10822
10822
|
}, {
|
|
10823
10823
|
type: "http";
|
|
@@ -10838,15 +10838,15 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10838
10838
|
timeout: number;
|
|
10839
10839
|
type: "sse";
|
|
10840
10840
|
enabled: boolean;
|
|
10841
|
-
connectionMode: "strict" | "lenient";
|
|
10842
10841
|
url: string;
|
|
10842
|
+
connectionMode: "strict" | "lenient";
|
|
10843
10843
|
headers: Record<string, string>;
|
|
10844
10844
|
} | {
|
|
10845
10845
|
timeout: number;
|
|
10846
10846
|
type: "http";
|
|
10847
10847
|
enabled: boolean;
|
|
10848
|
-
connectionMode: "strict" | "lenient";
|
|
10849
10848
|
url: string;
|
|
10849
|
+
connectionMode: "strict" | "lenient";
|
|
10850
10850
|
headers: Record<string, string>;
|
|
10851
10851
|
}, {
|
|
10852
10852
|
type: "stdio";
|
|
@@ -10885,15 +10885,15 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10885
10885
|
timeout: number;
|
|
10886
10886
|
type: "sse";
|
|
10887
10887
|
enabled: boolean;
|
|
10888
|
-
connectionMode: "strict" | "lenient";
|
|
10889
10888
|
url: string;
|
|
10889
|
+
connectionMode: "strict" | "lenient";
|
|
10890
10890
|
headers: Record<string, string>;
|
|
10891
10891
|
} | {
|
|
10892
10892
|
timeout: number;
|
|
10893
10893
|
type: "http";
|
|
10894
10894
|
enabled: boolean;
|
|
10895
|
-
connectionMode: "strict" | "lenient";
|
|
10896
10895
|
url: string;
|
|
10896
|
+
connectionMode: "strict" | "lenient";
|
|
10897
10897
|
headers: Record<string, string>;
|
|
10898
10898
|
}) & import("zod").BRAND<"ValidatedMcpServerConfig">;
|
|
10899
10899
|
persistToAgent?: boolean | undefined;
|
|
@@ -10972,8 +10972,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10972
10972
|
timeout: number;
|
|
10973
10973
|
type: "sse";
|
|
10974
10974
|
enabled: boolean;
|
|
10975
|
-
connectionMode: "strict" | "lenient";
|
|
10976
10975
|
url: string;
|
|
10976
|
+
connectionMode: "strict" | "lenient";
|
|
10977
10977
|
headers: Record<string, string>;
|
|
10978
10978
|
}, {
|
|
10979
10979
|
type: "sse";
|
|
@@ -10993,8 +10993,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
10993
10993
|
timeout: number;
|
|
10994
10994
|
type: "http";
|
|
10995
10995
|
enabled: boolean;
|
|
10996
|
-
connectionMode: "strict" | "lenient";
|
|
10997
10996
|
url: string;
|
|
10997
|
+
connectionMode: "strict" | "lenient";
|
|
10998
10998
|
headers: Record<string, string>;
|
|
10999
10999
|
}, {
|
|
11000
11000
|
type: "http";
|
|
@@ -11015,15 +11015,15 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
11015
11015
|
timeout: number;
|
|
11016
11016
|
type: "sse";
|
|
11017
11017
|
enabled: boolean;
|
|
11018
|
-
connectionMode: "strict" | "lenient";
|
|
11019
11018
|
url: string;
|
|
11019
|
+
connectionMode: "strict" | "lenient";
|
|
11020
11020
|
headers: Record<string, string>;
|
|
11021
11021
|
} | {
|
|
11022
11022
|
timeout: number;
|
|
11023
11023
|
type: "http";
|
|
11024
11024
|
enabled: boolean;
|
|
11025
|
-
connectionMode: "strict" | "lenient";
|
|
11026
11025
|
url: string;
|
|
11026
|
+
connectionMode: "strict" | "lenient";
|
|
11027
11027
|
headers: Record<string, string>;
|
|
11028
11028
|
}, {
|
|
11029
11029
|
type: "stdio";
|
|
@@ -11062,15 +11062,15 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
11062
11062
|
timeout: number;
|
|
11063
11063
|
type: "sse";
|
|
11064
11064
|
enabled: boolean;
|
|
11065
|
-
connectionMode: "strict" | "lenient";
|
|
11066
11065
|
url: string;
|
|
11066
|
+
connectionMode: "strict" | "lenient";
|
|
11067
11067
|
headers: Record<string, string>;
|
|
11068
11068
|
} | {
|
|
11069
11069
|
timeout: number;
|
|
11070
11070
|
type: "http";
|
|
11071
11071
|
enabled: boolean;
|
|
11072
|
-
connectionMode: "strict" | "lenient";
|
|
11073
11072
|
url: string;
|
|
11073
|
+
connectionMode: "strict" | "lenient";
|
|
11074
11074
|
headers: Record<string, string>;
|
|
11075
11075
|
}) & import("zod").BRAND<"ValidatedMcpServerConfig">;
|
|
11076
11076
|
persistToAgent?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dexto/client-sdk",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.26",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"tsup": "^8.0.2",
|
|
23
23
|
"typescript": "^5.4.2",
|
|
24
24
|
"vitest": "^1.3.1",
|
|
25
|
-
"@dexto/core": "1.6.
|
|
26
|
-
"@dexto/server": "1.6.
|
|
25
|
+
"@dexto/core": "1.6.26",
|
|
26
|
+
"@dexto/server": "1.6.26"
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
|
29
29
|
"dist",
|