@meetkai/mka1 0.54.30 → 0.54.32
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/README.md +299 -294
- package/bin/mcp-server.js +147 -10
- package/bin/mcp-server.js.map +12 -10
- package/dist/commonjs/funcs/sessionGetPendingInvitation.d.ts +18 -0
- package/dist/commonjs/funcs/sessionGetPendingInvitation.d.ts.map +1 -0
- package/dist/commonjs/funcs/sessionGetPendingInvitation.js +133 -0
- package/dist/commonjs/funcs/sessionGetPendingInvitation.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/lib/config.js.map +1 -1
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/errors/getpendinginvitation.d.ts +55 -0
- package/dist/commonjs/models/errors/getpendinginvitation.d.ts.map +1 -0
- package/dist/commonjs/models/errors/getpendinginvitation.js +106 -0
- package/dist/commonjs/models/errors/getpendinginvitation.js.map +1 -0
- package/dist/commonjs/models/errors/index.d.ts +1 -0
- package/dist/commonjs/models/errors/index.d.ts.map +1 -1
- package/dist/commonjs/models/errors/index.js +1 -0
- package/dist/commonjs/models/errors/index.js.map +1 -1
- package/dist/commonjs/models/operations/getmodel.d.ts +10 -0
- package/dist/commonjs/models/operations/getmodel.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getmodel.js +8 -0
- package/dist/commonjs/models/operations/getmodel.js.map +1 -1
- package/dist/commonjs/models/operations/getpendinginvitation.d.ts +89 -0
- package/dist/commonjs/models/operations/getpendinginvitation.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getpendinginvitation.js +160 -0
- package/dist/commonjs/models/operations/getpendinginvitation.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +1 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +1 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/listmodels.d.ts +10 -0
- package/dist/commonjs/models/operations/listmodels.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listmodels.js +8 -0
- package/dist/commonjs/models/operations/listmodels.js.map +1 -1
- package/dist/commonjs/react-query/index.d.ts +1 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +1 -0
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/react-query/sessionGetPendingInvitation.core.d.ts +14 -0
- package/dist/commonjs/react-query/sessionGetPendingInvitation.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/sessionGetPendingInvitation.core.js +36 -0
- package/dist/commonjs/react-query/sessionGetPendingInvitation.core.js.map +1 -0
- package/dist/commonjs/react-query/sessionGetPendingInvitation.d.ts +35 -0
- package/dist/commonjs/react-query/sessionGetPendingInvitation.d.ts.map +1 -0
- package/dist/commonjs/react-query/sessionGetPendingInvitation.js +65 -0
- package/dist/commonjs/react-query/sessionGetPendingInvitation.js.map +1 -0
- package/dist/commonjs/sdk/session.d.ts +7 -0
- package/dist/commonjs/sdk/session.d.ts.map +1 -1
- package/dist/commonjs/sdk/session.js +10 -0
- package/dist/commonjs/sdk/session.js.map +1 -1
- package/dist/esm/funcs/sessionGetPendingInvitation.d.ts +18 -0
- package/dist/esm/funcs/sessionGetPendingInvitation.d.ts.map +1 -0
- package/dist/esm/funcs/sessionGetPendingInvitation.js +97 -0
- package/dist/esm/funcs/sessionGetPendingInvitation.js.map +1 -0
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/lib/config.js.map +1 -1
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/errors/getpendinginvitation.d.ts +55 -0
- package/dist/esm/models/errors/getpendinginvitation.d.ts.map +1 -0
- package/dist/esm/models/errors/getpendinginvitation.js +68 -0
- package/dist/esm/models/errors/getpendinginvitation.js.map +1 -0
- package/dist/esm/models/errors/index.d.ts +1 -0
- package/dist/esm/models/errors/index.d.ts.map +1 -1
- package/dist/esm/models/errors/index.js +1 -0
- package/dist/esm/models/errors/index.js.map +1 -1
- package/dist/esm/models/operations/getmodel.d.ts +10 -0
- package/dist/esm/models/operations/getmodel.d.ts.map +1 -1
- package/dist/esm/models/operations/getmodel.js +8 -0
- package/dist/esm/models/operations/getmodel.js.map +1 -1
- package/dist/esm/models/operations/getpendinginvitation.d.ts +89 -0
- package/dist/esm/models/operations/getpendinginvitation.d.ts.map +1 -0
- package/dist/esm/models/operations/getpendinginvitation.js +112 -0
- package/dist/esm/models/operations/getpendinginvitation.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +1 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +1 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/listmodels.d.ts +10 -0
- package/dist/esm/models/operations/listmodels.d.ts.map +1 -1
- package/dist/esm/models/operations/listmodels.js +8 -0
- package/dist/esm/models/operations/listmodels.js.map +1 -1
- package/dist/esm/react-query/index.d.ts +1 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +1 -0
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/react-query/sessionGetPendingInvitation.core.d.ts +14 -0
- package/dist/esm/react-query/sessionGetPendingInvitation.core.d.ts.map +1 -0
- package/dist/esm/react-query/sessionGetPendingInvitation.core.js +31 -0
- package/dist/esm/react-query/sessionGetPendingInvitation.core.js.map +1 -0
- package/dist/esm/react-query/sessionGetPendingInvitation.d.ts +35 -0
- package/dist/esm/react-query/sessionGetPendingInvitation.d.ts.map +1 -0
- package/dist/esm/react-query/sessionGetPendingInvitation.js +55 -0
- package/dist/esm/react-query/sessionGetPendingInvitation.js.map +1 -0
- package/dist/esm/sdk/session.d.ts +7 -0
- package/dist/esm/sdk/session.d.ts.map +1 -1
- package/dist/esm/sdk/session.js +10 -0
- package/dist/esm/sdk/session.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/sessionGetPendingInvitation.ts +202 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/errors/getpendinginvitation.ts +128 -0
- package/src/models/errors/index.ts +1 -0
- package/src/models/operations/getmodel.ts +18 -0
- package/src/models/operations/getpendinginvitation.ts +308 -0
- package/src/models/operations/index.ts +1 -0
- package/src/models/operations/listmodels.ts +18 -0
- package/src/react-query/index.ts +1 -0
- package/src/react-query/sessionGetPendingInvitation.core.ts +79 -0
- package/src/react-query/sessionGetPendingInvitation.ts +150 -0
- package/src/sdk/session.ts +20 -0
package/bin/mcp-server.js
CHANGED
|
@@ -52917,9 +52917,9 @@ var init_config = __esm(() => {
|
|
|
52917
52917
|
SDK_METADATA = {
|
|
52918
52918
|
language: "typescript",
|
|
52919
52919
|
openapiDocVersion: "1.1.0",
|
|
52920
|
-
sdkVersion: "0.54.
|
|
52921
|
-
genVersion: "2.
|
|
52922
|
-
userAgent: "speakeasy-sdk/typescript 0.54.
|
|
52920
|
+
sdkVersion: "0.54.32",
|
|
52921
|
+
genVersion: "2.937.18",
|
|
52922
|
+
userAgent: "speakeasy-sdk/typescript 0.54.32 2.937.18 1.1.0 @meetkai/mka1"
|
|
52923
52923
|
};
|
|
52924
52924
|
});
|
|
52925
52925
|
|
|
@@ -83990,6 +83990,61 @@ var init_getorgratelimit = __esm(() => {
|
|
|
83990
83990
|
}));
|
|
83991
83991
|
});
|
|
83992
83992
|
|
|
83993
|
+
// src/models/errors/getpendinginvitation.ts
|
|
83994
|
+
var GetPendingInvitationSessionResponseBody, GetPendingInvitationResponseBody, GetPendingInvitationSessionResponseBody$inboundSchema, GetPendingInvitationSessionResponseBody$outboundSchema, GetPendingInvitationResponseBody$inboundSchema, GetPendingInvitationResponseBody$outboundSchema;
|
|
83995
|
+
var init_getpendinginvitation = __esm(() => {
|
|
83996
|
+
init_esm();
|
|
83997
|
+
init_sdkerror();
|
|
83998
|
+
GetPendingInvitationSessionResponseBody = class GetPendingInvitationSessionResponseBody extends SDKError {
|
|
83999
|
+
data$;
|
|
84000
|
+
constructor(err, httpMeta) {
|
|
84001
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
84002
|
+
super(message, httpMeta);
|
|
84003
|
+
this.data$ = err;
|
|
84004
|
+
this.name = "GetPendingInvitationSessionResponseBody";
|
|
84005
|
+
}
|
|
84006
|
+
};
|
|
84007
|
+
GetPendingInvitationResponseBody = class GetPendingInvitationResponseBody extends SDKError {
|
|
84008
|
+
data$;
|
|
84009
|
+
constructor(err, httpMeta) {
|
|
84010
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
84011
|
+
super(message, httpMeta);
|
|
84012
|
+
this.data$ = err;
|
|
84013
|
+
this.name = "GetPendingInvitationResponseBody";
|
|
84014
|
+
}
|
|
84015
|
+
};
|
|
84016
|
+
GetPendingInvitationSessionResponseBody$inboundSchema = objectType({
|
|
84017
|
+
message: stringType(),
|
|
84018
|
+
request$: instanceOfType(Request),
|
|
84019
|
+
response$: instanceOfType(Response),
|
|
84020
|
+
body$: stringType()
|
|
84021
|
+
}).transform((v2) => {
|
|
84022
|
+
return new GetPendingInvitationSessionResponseBody(v2, {
|
|
84023
|
+
request: v2.request$,
|
|
84024
|
+
response: v2.response$,
|
|
84025
|
+
body: v2.body$
|
|
84026
|
+
});
|
|
84027
|
+
});
|
|
84028
|
+
GetPendingInvitationSessionResponseBody$outboundSchema = instanceOfType(GetPendingInvitationSessionResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
84029
|
+
message: stringType()
|
|
84030
|
+
}));
|
|
84031
|
+
GetPendingInvitationResponseBody$inboundSchema = objectType({
|
|
84032
|
+
message: stringType(),
|
|
84033
|
+
request$: instanceOfType(Request),
|
|
84034
|
+
response$: instanceOfType(Response),
|
|
84035
|
+
body$: stringType()
|
|
84036
|
+
}).transform((v2) => {
|
|
84037
|
+
return new GetPendingInvitationResponseBody(v2, {
|
|
84038
|
+
request: v2.request$,
|
|
84039
|
+
response: v2.response$,
|
|
84040
|
+
body: v2.body$
|
|
84041
|
+
});
|
|
84042
|
+
});
|
|
84043
|
+
GetPendingInvitationResponseBody$outboundSchema = instanceOfType(GetPendingInvitationResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
84044
|
+
message: stringType()
|
|
84045
|
+
}));
|
|
84046
|
+
});
|
|
84047
|
+
|
|
83993
84048
|
// src/models/errors/getserviceaccount.ts
|
|
83994
84049
|
var GetServiceAccountAuthServiceAccountsResponse429ResponseBody, GetServiceAccountAuthServiceAccountsResponse410ResponseBody, GetServiceAccountAuthServiceAccountsResponse409ResponseBody, GetServiceAccountAuthServiceAccountsResponse404ResponseBody, GetServiceAccountAuthServiceAccountsResponseResponseBody, GetServiceAccountAuthServiceAccountsResponseBody, GetServiceAccountResponseBody, GetServiceAccountAuthServiceAccountsResponse429ResponseBody$inboundSchema, GetServiceAccountAuthServiceAccountsResponse429ResponseBody$outboundSchema, GetServiceAccountAuthServiceAccountsResponse410ResponseBody$inboundSchema, GetServiceAccountAuthServiceAccountsResponse410ResponseBody$outboundSchema, GetServiceAccountAuthServiceAccountsResponse409ResponseBody$inboundSchema, GetServiceAccountAuthServiceAccountsResponse409ResponseBody$outboundSchema, GetServiceAccountAuthServiceAccountsResponse404ResponseBody$inboundSchema, GetServiceAccountAuthServiceAccountsResponse404ResponseBody$outboundSchema, GetServiceAccountAuthServiceAccountsResponseResponseBody$inboundSchema, GetServiceAccountAuthServiceAccountsResponseResponseBody$outboundSchema, GetServiceAccountAuthServiceAccountsResponseBody$inboundSchema, GetServiceAccountAuthServiceAccountsResponseBody$outboundSchema, GetServiceAccountResponseBody$inboundSchema, GetServiceAccountResponseBody$outboundSchema;
|
|
83995
84050
|
var init_getserviceaccount = __esm(() => {
|
|
@@ -88083,6 +88138,7 @@ var init_errors4 = __esm(() => {
|
|
|
88083
88138
|
init_getorgbyid();
|
|
88084
88139
|
init_getorgquota();
|
|
88085
88140
|
init_getorgratelimit();
|
|
88141
|
+
init_getpendinginvitation();
|
|
88086
88142
|
init_getserviceaccount();
|
|
88087
88143
|
init_getteam();
|
|
88088
88144
|
init_httpclienterrors();
|
|
@@ -96840,11 +96896,15 @@ var init_getmodel = __esm(() => {
|
|
|
96840
96896
|
created: numberType().int(),
|
|
96841
96897
|
owned_by: stringType(),
|
|
96842
96898
|
model_type: ModelType$inboundSchema,
|
|
96899
|
+
input_modalities: arrayType(stringType()),
|
|
96900
|
+
output_modalities: arrayType(stringType()),
|
|
96843
96901
|
capabilities: lazyType(() => Capabilities$inboundSchema2)
|
|
96844
96902
|
}).transform((v2) => {
|
|
96845
96903
|
return remap(v2, {
|
|
96846
96904
|
owned_by: "ownedBy",
|
|
96847
|
-
model_type: "modelType"
|
|
96905
|
+
model_type: "modelType",
|
|
96906
|
+
input_modalities: "inputModalities",
|
|
96907
|
+
output_modalities: "outputModalities"
|
|
96848
96908
|
});
|
|
96849
96909
|
});
|
|
96850
96910
|
GetModelResponseBody$outboundSchema = objectType({
|
|
@@ -96853,11 +96913,15 @@ var init_getmodel = __esm(() => {
|
|
|
96853
96913
|
created: numberType().int(),
|
|
96854
96914
|
ownedBy: stringType(),
|
|
96855
96915
|
modelType: ModelType$outboundSchema,
|
|
96916
|
+
inputModalities: arrayType(stringType()),
|
|
96917
|
+
outputModalities: arrayType(stringType()),
|
|
96856
96918
|
capabilities: lazyType(() => Capabilities$outboundSchema2)
|
|
96857
96919
|
}).transform((v2) => {
|
|
96858
96920
|
return remap(v2, {
|
|
96859
96921
|
ownedBy: "owned_by",
|
|
96860
|
-
modelType: "model_type"
|
|
96922
|
+
modelType: "model_type",
|
|
96923
|
+
inputModalities: "input_modalities",
|
|
96924
|
+
outputModalities: "output_modalities"
|
|
96861
96925
|
});
|
|
96862
96926
|
});
|
|
96863
96927
|
});
|
|
@@ -97101,6 +97165,70 @@ var init_getorgratelimit2 = __esm(() => {
|
|
|
97101
97165
|
});
|
|
97102
97166
|
});
|
|
97103
97167
|
|
|
97168
|
+
// src/models/operations/getpendinginvitation.ts
|
|
97169
|
+
var GetPendingInvitationSecurity$inboundSchema, GetPendingInvitationSecurity$outboundSchema, GetPendingInvitationRequest$inboundSchema, GetPendingInvitationRequest$outboundSchema, Invitation2$inboundSchema, Invitation2$outboundSchema, Invitation1$inboundSchema, Invitation1$outboundSchema, GetPendingInvitationInvitation$inboundSchema, GetPendingInvitationInvitation$outboundSchema, GetPendingInvitationResponseBody$inboundSchema2, GetPendingInvitationResponseBody$outboundSchema2;
|
|
97170
|
+
var init_getpendinginvitation2 = __esm(() => {
|
|
97171
|
+
init_esm();
|
|
97172
|
+
init_primitives();
|
|
97173
|
+
init_discriminatedUnion();
|
|
97174
|
+
GetPendingInvitationSecurity$inboundSchema = objectType({
|
|
97175
|
+
sessionCookie: stringType()
|
|
97176
|
+
});
|
|
97177
|
+
GetPendingInvitationSecurity$outboundSchema = objectType({
|
|
97178
|
+
sessionCookie: stringType()
|
|
97179
|
+
});
|
|
97180
|
+
GetPendingInvitationRequest$inboundSchema = objectType({
|
|
97181
|
+
"X-On-Behalf-Of": stringType().optional()
|
|
97182
|
+
}).transform((v2) => {
|
|
97183
|
+
return remap(v2, {
|
|
97184
|
+
"X-On-Behalf-Of": "xOnBehalfOf"
|
|
97185
|
+
});
|
|
97186
|
+
});
|
|
97187
|
+
GetPendingInvitationRequest$outboundSchema = objectType({
|
|
97188
|
+
xOnBehalfOf: stringType().optional()
|
|
97189
|
+
}).transform((v2) => {
|
|
97190
|
+
return remap(v2, {
|
|
97191
|
+
xOnBehalfOf: "X-On-Behalf-Of"
|
|
97192
|
+
});
|
|
97193
|
+
});
|
|
97194
|
+
Invitation2$inboundSchema = objectType({
|
|
97195
|
+
type: literalType("cluster"),
|
|
97196
|
+
token: stringType()
|
|
97197
|
+
});
|
|
97198
|
+
Invitation2$outboundSchema = objectType({
|
|
97199
|
+
type: literalType("cluster"),
|
|
97200
|
+
token: stringType()
|
|
97201
|
+
});
|
|
97202
|
+
Invitation1$inboundSchema = objectType({
|
|
97203
|
+
type: literalType("organization"),
|
|
97204
|
+
id: stringType()
|
|
97205
|
+
});
|
|
97206
|
+
Invitation1$outboundSchema = objectType({
|
|
97207
|
+
type: literalType("organization"),
|
|
97208
|
+
id: stringType()
|
|
97209
|
+
});
|
|
97210
|
+
GetPendingInvitationInvitation$inboundSchema = discriminatedUnion2("type", {
|
|
97211
|
+
organization: lazyType(() => Invitation1$inboundSchema),
|
|
97212
|
+
cluster: lazyType(() => Invitation2$inboundSchema)
|
|
97213
|
+
});
|
|
97214
|
+
GetPendingInvitationInvitation$outboundSchema = unionType([
|
|
97215
|
+
lazyType(() => Invitation1$outboundSchema),
|
|
97216
|
+
lazyType(() => Invitation2$outboundSchema)
|
|
97217
|
+
]);
|
|
97218
|
+
GetPendingInvitationResponseBody$inboundSchema2 = objectType({
|
|
97219
|
+
invitation: nullableType(discriminatedUnion2("type", {
|
|
97220
|
+
organization: lazyType(() => Invitation1$inboundSchema),
|
|
97221
|
+
cluster: lazyType(() => Invitation2$inboundSchema)
|
|
97222
|
+
}))
|
|
97223
|
+
});
|
|
97224
|
+
GetPendingInvitationResponseBody$outboundSchema2 = objectType({
|
|
97225
|
+
invitation: nullableType(unionType([
|
|
97226
|
+
lazyType(() => Invitation1$outboundSchema),
|
|
97227
|
+
lazyType(() => Invitation2$outboundSchema)
|
|
97228
|
+
]))
|
|
97229
|
+
});
|
|
97230
|
+
});
|
|
97231
|
+
|
|
97104
97232
|
// src/models/operations/getpricing.ts
|
|
97105
97233
|
var GetPricingRequest$inboundSchema, GetPricingRequest$outboundSchema, GetPricingResponseResult$inboundSchema, GetPricingResponseResult$outboundSchema, GetPricingResponse$inboundSchema, GetPricingResponse$outboundSchema;
|
|
97106
97234
|
var init_getpricing = __esm(() => {
|
|
@@ -102002,11 +102130,15 @@ var init_listmodels = __esm(() => {
|
|
|
102002
102130
|
created: numberType().int(),
|
|
102003
102131
|
owned_by: stringType(),
|
|
102004
102132
|
model_type: ListModelsModelType$inboundSchema,
|
|
102133
|
+
input_modalities: arrayType(stringType()),
|
|
102134
|
+
output_modalities: arrayType(stringType()),
|
|
102005
102135
|
capabilities: lazyType(() => ListModelsCapabilities$inboundSchema)
|
|
102006
102136
|
}).transform((v2) => {
|
|
102007
102137
|
return remap(v2, {
|
|
102008
102138
|
owned_by: "ownedBy",
|
|
102009
|
-
model_type: "modelType"
|
|
102139
|
+
model_type: "modelType",
|
|
102140
|
+
input_modalities: "inputModalities",
|
|
102141
|
+
output_modalities: "outputModalities"
|
|
102010
102142
|
});
|
|
102011
102143
|
});
|
|
102012
102144
|
ListModelsData$outboundSchema = objectType({
|
|
@@ -102015,11 +102147,15 @@ var init_listmodels = __esm(() => {
|
|
|
102015
102147
|
created: numberType().int(),
|
|
102016
102148
|
ownedBy: stringType(),
|
|
102017
102149
|
modelType: ListModelsModelType$outboundSchema,
|
|
102150
|
+
inputModalities: arrayType(stringType()),
|
|
102151
|
+
outputModalities: arrayType(stringType()),
|
|
102018
102152
|
capabilities: lazyType(() => ListModelsCapabilities$outboundSchema)
|
|
102019
102153
|
}).transform((v2) => {
|
|
102020
102154
|
return remap(v2, {
|
|
102021
102155
|
ownedBy: "owned_by",
|
|
102022
|
-
modelType: "model_type"
|
|
102156
|
+
modelType: "model_type",
|
|
102157
|
+
inputModalities: "input_modalities",
|
|
102158
|
+
outputModalities: "output_modalities"
|
|
102023
102159
|
});
|
|
102024
102160
|
});
|
|
102025
102161
|
ListModelsResponseBody$inboundSchema = objectType({
|
|
@@ -108739,6 +108875,7 @@ var init_operations = __esm(() => {
|
|
|
108739
108875
|
init_getorgbyid2();
|
|
108740
108876
|
init_getorgquota2();
|
|
108741
108877
|
init_getorgratelimit2();
|
|
108878
|
+
init_getpendinginvitation2();
|
|
108742
108879
|
init_getpricing();
|
|
108743
108880
|
init_getprompt();
|
|
108744
108881
|
init_getpromptversion();
|
|
@@ -153591,7 +153728,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
|
|
|
153591
153728
|
function createMCPServer(deps) {
|
|
153592
153729
|
const server = new McpServer({
|
|
153593
153730
|
name: "SDK",
|
|
153594
|
-
version: "0.54.
|
|
153731
|
+
version: "0.54.32"
|
|
153595
153732
|
});
|
|
153596
153733
|
const client = new SDKCore({
|
|
153597
153734
|
bearerAuth: deps.bearerAuth,
|
|
@@ -155549,7 +155686,7 @@ var routes = rn({
|
|
|
155549
155686
|
var app = Ve(routes, {
|
|
155550
155687
|
name: "mcp",
|
|
155551
155688
|
versionInfo: {
|
|
155552
|
-
currentVersion: "0.54.
|
|
155689
|
+
currentVersion: "0.54.32"
|
|
155553
155690
|
}
|
|
155554
155691
|
});
|
|
155555
155692
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -155557,5 +155694,5 @@ export {
|
|
|
155557
155694
|
app
|
|
155558
155695
|
};
|
|
155559
155696
|
|
|
155560
|
-
//# debugId=
|
|
155697
|
+
//# debugId=37F4EA4A0BA4DF5364756E2164756E21
|
|
155561
155698
|
//# sourceMappingURL=mcp-server.js.map
|