@orq-ai/node 3.4.0-rc.29 → 3.4.0-rc.30
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/bin/mcp-server.js +72 -82
- package/bin/mcp-server.js.map +27 -27
- package/docs/sdks/knowledge/README.md +22 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/operations/bulkcreatedatapoints.js +2 -2
- package/models/operations/createchunk.d.ts +15 -43
- package/models/operations/createchunk.d.ts.map +1 -1
- package/models/operations/createchunk.js +18 -46
- package/models/operations/createchunk.js.map +1 -1
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +2 -2
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createtool.js +6 -6
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getalltools.js +6 -6
- package/models/operations/listdatasetdatapoints.js +2 -2
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/retrievedatapoint.js +2 -2
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/updatedatapoint.js +2 -2
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updatetool.js +6 -6
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/bulkcreatedatapoints.ts +2 -2
- package/src/models/operations/createchunk.ts +31 -89
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +2 -2
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/listdatasetdatapoints.ts +2 -2
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +2 -2
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/updatedatapoint.ts +2 -2
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updatetool.ts +6 -6
package/bin/mcp-server.js
CHANGED
|
@@ -34225,9 +34225,9 @@ var init_config = __esm(() => {
|
|
|
34225
34225
|
SDK_METADATA = {
|
|
34226
34226
|
language: "typescript",
|
|
34227
34227
|
openapiDocVersion: "2.0",
|
|
34228
|
-
sdkVersion: "3.4.0-rc.
|
|
34228
|
+
sdkVersion: "3.4.0-rc.30",
|
|
34229
34229
|
genVersion: "2.578.0",
|
|
34230
|
-
userAgent: "speakeasy-sdk/typescript 3.4.0-rc.
|
|
34230
|
+
userAgent: "speakeasy-sdk/typescript 3.4.0-rc.30 2.578.0 2.0 @orq-ai/node"
|
|
34231
34231
|
};
|
|
34232
34232
|
});
|
|
34233
34233
|
|
|
@@ -36279,7 +36279,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36279
36279
|
created_by_id: stringType().optional(),
|
|
36280
36280
|
updated_by_id: stringType().optional(),
|
|
36281
36281
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36282
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-
|
|
36282
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-16T13:17:02.256Z").transform((v2) => new Date(v2))
|
|
36283
36283
|
}).transform((v2) => {
|
|
36284
36284
|
return remap(v2, {
|
|
36285
36285
|
_id: "id",
|
|
@@ -36300,7 +36300,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36300
36300
|
createdById: stringType().optional(),
|
|
36301
36301
|
updatedById: stringType().optional(),
|
|
36302
36302
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36303
|
-
updated: dateType().default(() => new Date("2025-04-
|
|
36303
|
+
updated: dateType().default(() => new Date("2025-04-16T13:17:02.256Z")).transform((v2) => v2.toISOString())
|
|
36304
36304
|
}).transform((v2) => {
|
|
36305
36305
|
return remap(v2, {
|
|
36306
36306
|
id: "_id",
|
|
@@ -36343,7 +36343,7 @@ var init_cleardataset = __esm(() => {
|
|
|
36343
36343
|
});
|
|
36344
36344
|
|
|
36345
36345
|
// src/models/operations/createchunk.ts
|
|
36346
|
-
var CreateChunkStatus, CreateChunkMetadata$inboundSchema, CreateChunkMetadata$outboundSchema, CreateChunkMetadata$,
|
|
36346
|
+
var CreateChunkStatus, CreateChunkMetadata$inboundSchema, CreateChunkMetadata$outboundSchema, CreateChunkMetadata$, RequestBody$inboundSchema, RequestBody$outboundSchema, RequestBody$, CreateChunkRequest$inboundSchema, CreateChunkRequest$outboundSchema, CreateChunkRequest$, CreateChunkStatus$inboundSchema, CreateChunkStatus$outboundSchema, CreateChunkStatus$, CreateChunkResponseBody$inboundSchema, CreateChunkResponseBody$outboundSchema, CreateChunkResponseBody$;
|
|
36347
36347
|
var init_createchunk = __esm(() => {
|
|
36348
36348
|
init_lib();
|
|
36349
36349
|
init_primitives();
|
|
@@ -36372,34 +36372,24 @@ var init_createchunk = __esm(() => {
|
|
|
36372
36372
|
CreateChunkMetadata$.inboundSchema = CreateChunkMetadata$inboundSchema;
|
|
36373
36373
|
CreateChunkMetadata$.outboundSchema = CreateChunkMetadata$outboundSchema;
|
|
36374
36374
|
})(CreateChunkMetadata$ ||= {});
|
|
36375
|
-
|
|
36375
|
+
RequestBody$inboundSchema = objectType({
|
|
36376
36376
|
text: stringType(),
|
|
36377
36377
|
embedding: arrayType(numberType()).optional(),
|
|
36378
36378
|
metadata: lazyType(() => CreateChunkMetadata$inboundSchema).optional()
|
|
36379
36379
|
});
|
|
36380
|
-
|
|
36380
|
+
RequestBody$outboundSchema = objectType({
|
|
36381
36381
|
text: stringType(),
|
|
36382
36382
|
embedding: arrayType(numberType()).optional(),
|
|
36383
36383
|
metadata: lazyType(() => CreateChunkMetadata$outboundSchema).optional()
|
|
36384
36384
|
});
|
|
36385
|
-
((
|
|
36386
|
-
|
|
36387
|
-
|
|
36388
|
-
})(
|
|
36389
|
-
CreateChunkRequestBody$inboundSchema = objectType({
|
|
36390
|
-
chunks: arrayType(lazyType(() => Chunks$inboundSchema))
|
|
36391
|
-
});
|
|
36392
|
-
CreateChunkRequestBody$outboundSchema = objectType({
|
|
36393
|
-
chunks: arrayType(lazyType(() => Chunks$outboundSchema))
|
|
36394
|
-
});
|
|
36395
|
-
((CreateChunkRequestBody$) => {
|
|
36396
|
-
CreateChunkRequestBody$.inboundSchema = CreateChunkRequestBody$inboundSchema;
|
|
36397
|
-
CreateChunkRequestBody$.outboundSchema = CreateChunkRequestBody$outboundSchema;
|
|
36398
|
-
})(CreateChunkRequestBody$ ||= {});
|
|
36385
|
+
((RequestBody$) => {
|
|
36386
|
+
RequestBody$.inboundSchema = RequestBody$inboundSchema;
|
|
36387
|
+
RequestBody$.outboundSchema = RequestBody$outboundSchema;
|
|
36388
|
+
})(RequestBody$ ||= {});
|
|
36399
36389
|
CreateChunkRequest$inboundSchema = objectType({
|
|
36400
36390
|
knowledge_id: stringType(),
|
|
36401
36391
|
datasource_id: stringType(),
|
|
36402
|
-
RequestBody: lazyType(() =>
|
|
36392
|
+
RequestBody: arrayType(lazyType(() => RequestBody$inboundSchema))
|
|
36403
36393
|
}).transform((v2) => {
|
|
36404
36394
|
return remap(v2, {
|
|
36405
36395
|
knowledge_id: "knowledgeId",
|
|
@@ -36410,7 +36400,7 @@ var init_createchunk = __esm(() => {
|
|
|
36410
36400
|
CreateChunkRequest$outboundSchema = objectType({
|
|
36411
36401
|
knowledgeId: stringType(),
|
|
36412
36402
|
datasourceId: stringType(),
|
|
36413
|
-
requestBody: lazyType(() =>
|
|
36403
|
+
requestBody: arrayType(lazyType(() => RequestBody$outboundSchema))
|
|
36414
36404
|
}).transform((v2) => {
|
|
36415
36405
|
return remap(v2, {
|
|
36416
36406
|
knowledgeId: "knowledge_id",
|
|
@@ -36514,7 +36504,7 @@ var init_createcontact = __esm(() => {
|
|
|
36514
36504
|
tags: arrayType(stringType()).optional(),
|
|
36515
36505
|
metadata: recordType(anyType()).optional(),
|
|
36516
36506
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36517
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-
|
|
36507
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-16T13:17:02.256Z").transform((v2) => new Date(v2))
|
|
36518
36508
|
}).transform((v2) => {
|
|
36519
36509
|
return remap(v2, {
|
|
36520
36510
|
external_id: "externalId",
|
|
@@ -36531,7 +36521,7 @@ var init_createcontact = __esm(() => {
|
|
|
36531
36521
|
tags: arrayType(stringType()).optional(),
|
|
36532
36522
|
metadata: recordType(anyType()).optional(),
|
|
36533
36523
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36534
|
-
updated: dateType().default(() => new Date("2025-04-
|
|
36524
|
+
updated: dateType().default(() => new Date("2025-04-16T13:17:02.256Z")).transform((v2) => v2.toISOString())
|
|
36535
36525
|
}).transform((v2) => {
|
|
36536
36526
|
return remap(v2, {
|
|
36537
36527
|
externalId: "external_id",
|
|
@@ -36601,7 +36591,7 @@ var init_createdataset = __esm(() => {
|
|
|
36601
36591
|
updated_by_id: stringType().optional(),
|
|
36602
36592
|
metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
|
|
36603
36593
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36604
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-
|
|
36594
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-16T13:17:02.256Z").transform((v2) => new Date(v2))
|
|
36605
36595
|
}).transform((v2) => {
|
|
36606
36596
|
return remap(v2, {
|
|
36607
36597
|
_id: "id",
|
|
@@ -36621,7 +36611,7 @@ var init_createdataset = __esm(() => {
|
|
|
36621
36611
|
updatedById: stringType().optional(),
|
|
36622
36612
|
metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
|
|
36623
36613
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36624
|
-
updated: dateType().default(() => new Date("2025-04-
|
|
36614
|
+
updated: dateType().default(() => new Date("2025-04-16T13:17:02.256Z")).transform((v2) => v2.toISOString())
|
|
36625
36615
|
}).transform((v2) => {
|
|
36626
36616
|
return remap(v2, {
|
|
36627
36617
|
id: "_id",
|
|
@@ -37057,7 +37047,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37057
37047
|
created_by_id: stringType().optional(),
|
|
37058
37048
|
updated_by_id: stringType().optional(),
|
|
37059
37049
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
37060
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-
|
|
37050
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-16T13:17:02.256Z").transform((v2) => new Date(v2))
|
|
37061
37051
|
}).transform((v2) => {
|
|
37062
37052
|
return remap(v2, {
|
|
37063
37053
|
_id: "id",
|
|
@@ -37078,7 +37068,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37078
37068
|
createdById: stringType().optional(),
|
|
37079
37069
|
updatedById: stringType().optional(),
|
|
37080
37070
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
37081
|
-
updated: dateType().default(() => new Date("2025-04-
|
|
37071
|
+
updated: dateType().default(() => new Date("2025-04-16T13:17:02.256Z")).transform((v2) => v2.toISOString())
|
|
37082
37072
|
}).transform((v2) => {
|
|
37083
37073
|
return remap(v2, {
|
|
37084
37074
|
id: "_id",
|
|
@@ -37300,7 +37290,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37300
37290
|
CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
|
|
37301
37291
|
})(CreateDatasourceStatus$ ||= {});
|
|
37302
37292
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
37303
|
-
_id: stringType().default("
|
|
37293
|
+
_id: stringType().default("01JRZBY1X8RHTDE05M6RW84YY1"),
|
|
37304
37294
|
display_name: stringType(),
|
|
37305
37295
|
description: stringType().optional(),
|
|
37306
37296
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -37323,7 +37313,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37323
37313
|
});
|
|
37324
37314
|
});
|
|
37325
37315
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
37326
|
-
id: stringType().default("
|
|
37316
|
+
id: stringType().default("01JRZBY1X8RHTDE05M6RW84YY1"),
|
|
37327
37317
|
displayName: stringType(),
|
|
37328
37318
|
description: stringType().optional(),
|
|
37329
37319
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -40111,7 +40101,7 @@ var init_createtool = __esm(() => {
|
|
|
40111
40101
|
ResponseBodyHttp$.outboundSchema = ResponseBodyHttp$outboundSchema;
|
|
40112
40102
|
})(ResponseBodyHttp$ ||= {});
|
|
40113
40103
|
ResponseBody3$inboundSchema = objectType({
|
|
40114
|
-
_id: stringType().default("
|
|
40104
|
+
_id: stringType().default("tool_01JRZBY1VQ1P47QR0PP4DJM3ZV"),
|
|
40115
40105
|
path: stringType(),
|
|
40116
40106
|
key: stringType(),
|
|
40117
40107
|
description: stringType(),
|
|
@@ -40136,7 +40126,7 @@ var init_createtool = __esm(() => {
|
|
|
40136
40126
|
});
|
|
40137
40127
|
});
|
|
40138
40128
|
ResponseBody3$outboundSchema = objectType({
|
|
40139
|
-
id: stringType().default("
|
|
40129
|
+
id: stringType().default("tool_01JRZBY1VQ1P47QR0PP4DJM3ZV"),
|
|
40140
40130
|
path: stringType(),
|
|
40141
40131
|
key: stringType(),
|
|
40142
40132
|
description: stringType(),
|
|
@@ -40193,7 +40183,7 @@ var init_createtool = __esm(() => {
|
|
|
40193
40183
|
ResponseBodyJsonSchema$.outboundSchema = ResponseBodyJsonSchema$outboundSchema;
|
|
40194
40184
|
})(ResponseBodyJsonSchema$ ||= {});
|
|
40195
40185
|
ResponseBody2$inboundSchema = objectType({
|
|
40196
|
-
_id: stringType().default("
|
|
40186
|
+
_id: stringType().default("tool_01JRZBY1VP1KZ1G5WSCEZCE8SP"),
|
|
40197
40187
|
path: stringType(),
|
|
40198
40188
|
key: stringType(),
|
|
40199
40189
|
description: stringType(),
|
|
@@ -40219,7 +40209,7 @@ var init_createtool = __esm(() => {
|
|
|
40219
40209
|
});
|
|
40220
40210
|
});
|
|
40221
40211
|
ResponseBody2$outboundSchema = objectType({
|
|
40222
|
-
id: stringType().default("
|
|
40212
|
+
id: stringType().default("tool_01JRZBY1VP1KZ1G5WSCEZCE8SP"),
|
|
40223
40213
|
path: stringType(),
|
|
40224
40214
|
key: stringType(),
|
|
40225
40215
|
description: stringType(),
|
|
@@ -40277,7 +40267,7 @@ var init_createtool = __esm(() => {
|
|
|
40277
40267
|
ResponseBodyFunction$.outboundSchema = ResponseBodyFunction$outboundSchema;
|
|
40278
40268
|
})(ResponseBodyFunction$ ||= {});
|
|
40279
40269
|
ResponseBody1$inboundSchema = objectType({
|
|
40280
|
-
_id: stringType().default("
|
|
40270
|
+
_id: stringType().default("tool_01JRZBY1VP2GCTJ6Z46GZAKR3Q"),
|
|
40281
40271
|
path: stringType(),
|
|
40282
40272
|
key: stringType(),
|
|
40283
40273
|
description: stringType(),
|
|
@@ -40302,7 +40292,7 @@ var init_createtool = __esm(() => {
|
|
|
40302
40292
|
});
|
|
40303
40293
|
});
|
|
40304
40294
|
ResponseBody1$outboundSchema = objectType({
|
|
40305
|
-
id: stringType().default("
|
|
40295
|
+
id: stringType().default("tool_01JRZBY1VP2GCTJ6Z46GZAKR3Q"),
|
|
40306
40296
|
path: stringType(),
|
|
40307
40297
|
key: stringType(),
|
|
40308
40298
|
description: stringType(),
|
|
@@ -45648,7 +45638,7 @@ var init_fileget = __esm(() => {
|
|
|
45648
45638
|
bytes: numberType(),
|
|
45649
45639
|
file_name: stringType(),
|
|
45650
45640
|
workspace_id: stringType(),
|
|
45651
|
-
created: stringType().datetime({ offset: true }).default("2025-04-
|
|
45641
|
+
created: stringType().datetime({ offset: true }).default("2025-04-16T13:17:04.979Z").transform((v2) => new Date(v2))
|
|
45652
45642
|
}).transform((v2) => {
|
|
45653
45643
|
return remap(v2, {
|
|
45654
45644
|
_id: "id",
|
|
@@ -45664,7 +45654,7 @@ var init_fileget = __esm(() => {
|
|
|
45664
45654
|
bytes: numberType(),
|
|
45665
45655
|
fileName: stringType(),
|
|
45666
45656
|
workspaceId: stringType(),
|
|
45667
|
-
created: dateType().default(() => new Date("2025-04-
|
|
45657
|
+
created: dateType().default(() => new Date("2025-04-16T13:17:04.979Z")).transform((v2) => v2.toISOString())
|
|
45668
45658
|
}).transform((v2) => {
|
|
45669
45659
|
return remap(v2, {
|
|
45670
45660
|
id: "_id",
|
|
@@ -45735,7 +45725,7 @@ var init_filelist = __esm(() => {
|
|
|
45735
45725
|
bytes: numberType(),
|
|
45736
45726
|
file_name: stringType(),
|
|
45737
45727
|
workspace_id: stringType(),
|
|
45738
|
-
created: stringType().datetime({ offset: true }).default("2025-04-
|
|
45728
|
+
created: stringType().datetime({ offset: true }).default("2025-04-16T13:17:04.979Z").transform((v2) => new Date(v2))
|
|
45739
45729
|
}).transform((v2) => {
|
|
45740
45730
|
return remap(v2, {
|
|
45741
45731
|
_id: "id",
|
|
@@ -45751,7 +45741,7 @@ var init_filelist = __esm(() => {
|
|
|
45751
45741
|
bytes: numberType(),
|
|
45752
45742
|
fileName: stringType(),
|
|
45753
45743
|
workspaceId: stringType(),
|
|
45754
|
-
created: dateType().default(() => new Date("2025-04-
|
|
45744
|
+
created: dateType().default(() => new Date("2025-04-16T13:17:04.979Z")).transform((v2) => v2.toISOString())
|
|
45755
45745
|
}).transform((v2) => {
|
|
45756
45746
|
return remap(v2, {
|
|
45757
45747
|
id: "_id",
|
|
@@ -45883,7 +45873,7 @@ var init_fileupload = __esm(() => {
|
|
|
45883
45873
|
bytes: numberType(),
|
|
45884
45874
|
file_name: stringType(),
|
|
45885
45875
|
workspace_id: stringType(),
|
|
45886
|
-
created: stringType().datetime({ offset: true }).default("2025-04-
|
|
45876
|
+
created: stringType().datetime({ offset: true }).default("2025-04-16T13:17:04.979Z").transform((v2) => new Date(v2))
|
|
45887
45877
|
}).transform((v2) => {
|
|
45888
45878
|
return remap(v2, {
|
|
45889
45879
|
_id: "id",
|
|
@@ -45899,7 +45889,7 @@ var init_fileupload = __esm(() => {
|
|
|
45899
45889
|
bytes: numberType(),
|
|
45900
45890
|
fileName: stringType(),
|
|
45901
45891
|
workspaceId: stringType(),
|
|
45902
|
-
created: dateType().default(() => new Date("2025-04-
|
|
45892
|
+
created: dateType().default(() => new Date("2025-04-16T13:17:04.979Z")).transform((v2) => v2.toISOString())
|
|
45903
45893
|
}).transform((v2) => {
|
|
45904
45894
|
return remap(v2, {
|
|
45905
45895
|
id: "_id",
|
|
@@ -47275,7 +47265,7 @@ var init_getalltools = __esm(() => {
|
|
|
47275
47265
|
DataHttp$.outboundSchema = DataHttp$outboundSchema;
|
|
47276
47266
|
})(DataHttp$ ||= {});
|
|
47277
47267
|
Data3$inboundSchema = objectType({
|
|
47278
|
-
_id: stringType().default("
|
|
47268
|
+
_id: stringType().default("tool_01JRZBY1VMJT4E38QHYZ36P5FQ"),
|
|
47279
47269
|
path: stringType(),
|
|
47280
47270
|
key: stringType(),
|
|
47281
47271
|
description: stringType(),
|
|
@@ -47300,7 +47290,7 @@ var init_getalltools = __esm(() => {
|
|
|
47300
47290
|
});
|
|
47301
47291
|
});
|
|
47302
47292
|
Data3$outboundSchema = objectType({
|
|
47303
|
-
id: stringType().default("
|
|
47293
|
+
id: stringType().default("tool_01JRZBY1VMJT4E38QHYZ36P5FQ"),
|
|
47304
47294
|
path: stringType(),
|
|
47305
47295
|
key: stringType(),
|
|
47306
47296
|
description: stringType(),
|
|
@@ -47357,7 +47347,7 @@ var init_getalltools = __esm(() => {
|
|
|
47357
47347
|
DataJsonSchema$.outboundSchema = DataJsonSchema$outboundSchema;
|
|
47358
47348
|
})(DataJsonSchema$ ||= {});
|
|
47359
47349
|
Data2$inboundSchema = objectType({
|
|
47360
|
-
_id: stringType().default("
|
|
47350
|
+
_id: stringType().default("tool_01JRZBY1VM0RHJ12KBTBWX1G2T"),
|
|
47361
47351
|
path: stringType(),
|
|
47362
47352
|
key: stringType(),
|
|
47363
47353
|
description: stringType(),
|
|
@@ -47383,7 +47373,7 @@ var init_getalltools = __esm(() => {
|
|
|
47383
47373
|
});
|
|
47384
47374
|
});
|
|
47385
47375
|
Data2$outboundSchema = objectType({
|
|
47386
|
-
id: stringType().default("
|
|
47376
|
+
id: stringType().default("tool_01JRZBY1VM0RHJ12KBTBWX1G2T"),
|
|
47387
47377
|
path: stringType(),
|
|
47388
47378
|
key: stringType(),
|
|
47389
47379
|
description: stringType(),
|
|
@@ -47441,7 +47431,7 @@ var init_getalltools = __esm(() => {
|
|
|
47441
47431
|
DataFunction$.outboundSchema = DataFunction$outboundSchema;
|
|
47442
47432
|
})(DataFunction$ ||= {});
|
|
47443
47433
|
Data1$inboundSchema = objectType({
|
|
47444
|
-
_id: stringType().default("
|
|
47434
|
+
_id: stringType().default("tool_01JRZBY1VK7AP0W8VCN0Q86P6W"),
|
|
47445
47435
|
path: stringType(),
|
|
47446
47436
|
key: stringType(),
|
|
47447
47437
|
description: stringType(),
|
|
@@ -47466,7 +47456,7 @@ var init_getalltools = __esm(() => {
|
|
|
47466
47456
|
});
|
|
47467
47457
|
});
|
|
47468
47458
|
Data1$outboundSchema = objectType({
|
|
47469
|
-
id: stringType().default("
|
|
47459
|
+
id: stringType().default("tool_01JRZBY1VK7AP0W8VCN0Q86P6W"),
|
|
47470
47460
|
path: stringType(),
|
|
47471
47461
|
key: stringType(),
|
|
47472
47462
|
description: stringType(),
|
|
@@ -49422,7 +49412,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
49422
49412
|
created_by_id: stringType().optional(),
|
|
49423
49413
|
updated_by_id: stringType().optional(),
|
|
49424
49414
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
49425
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-
|
|
49415
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-16T13:17:02.256Z").transform((v2) => new Date(v2))
|
|
49426
49416
|
}).transform((v2) => {
|
|
49427
49417
|
return remap(v2, {
|
|
49428
49418
|
_id: "id",
|
|
@@ -49443,7 +49433,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
49443
49433
|
createdById: stringType().optional(),
|
|
49444
49434
|
updatedById: stringType().optional(),
|
|
49445
49435
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
49446
|
-
updated: dateType().default(() => new Date("2025-04-
|
|
49436
|
+
updated: dateType().default(() => new Date("2025-04-16T13:17:02.256Z")).transform((v2) => v2.toISOString())
|
|
49447
49437
|
}).transform((v2) => {
|
|
49448
49438
|
return remap(v2, {
|
|
49449
49439
|
id: "_id",
|
|
@@ -49551,7 +49541,7 @@ var init_listdatasets = __esm(() => {
|
|
|
49551
49541
|
updated_by_id: stringType().optional(),
|
|
49552
49542
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
49553
49543
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
49554
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-
|
|
49544
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-16T13:17:02.256Z").transform((v2) => new Date(v2))
|
|
49555
49545
|
}).transform((v2) => {
|
|
49556
49546
|
return remap(v2, {
|
|
49557
49547
|
_id: "id",
|
|
@@ -49571,7 +49561,7 @@ var init_listdatasets = __esm(() => {
|
|
|
49571
49561
|
updatedById: stringType().optional(),
|
|
49572
49562
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
49573
49563
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
49574
|
-
updated: dateType().default(() => new Date("2025-04-
|
|
49564
|
+
updated: dateType().default(() => new Date("2025-04-16T13:17:02.256Z")).transform((v2) => v2.toISOString())
|
|
49575
49565
|
}).transform((v2) => {
|
|
49576
49566
|
return remap(v2, {
|
|
49577
49567
|
id: "_id",
|
|
@@ -49676,7 +49666,7 @@ var init_listdatasources = __esm(() => {
|
|
|
49676
49666
|
ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
|
|
49677
49667
|
})(ListDatasourcesStatus$ ||= {});
|
|
49678
49668
|
ListDatasourcesData$inboundSchema = objectType({
|
|
49679
|
-
_id: stringType().default("
|
|
49669
|
+
_id: stringType().default("01JRZBY1X6CZVPEAF1BA9VDYMK"),
|
|
49680
49670
|
display_name: stringType(),
|
|
49681
49671
|
description: stringType().optional(),
|
|
49682
49672
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -49699,7 +49689,7 @@ var init_listdatasources = __esm(() => {
|
|
|
49699
49689
|
});
|
|
49700
49690
|
});
|
|
49701
49691
|
ListDatasourcesData$outboundSchema = objectType({
|
|
49702
|
-
id: stringType().default("
|
|
49692
|
+
id: stringType().default("01JRZBY1X6CZVPEAF1BA9VDYMK"),
|
|
49703
49693
|
displayName: stringType(),
|
|
49704
49694
|
description: stringType().optional(),
|
|
49705
49695
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -55089,7 +55079,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
55089
55079
|
created_by_id: stringType().optional(),
|
|
55090
55080
|
updated_by_id: stringType().optional(),
|
|
55091
55081
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
55092
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-
|
|
55082
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-16T13:17:02.256Z").transform((v2) => new Date(v2))
|
|
55093
55083
|
}).transform((v2) => {
|
|
55094
55084
|
return remap(v2, {
|
|
55095
55085
|
_id: "id",
|
|
@@ -55110,7 +55100,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
55110
55100
|
createdById: stringType().optional(),
|
|
55111
55101
|
updatedById: stringType().optional(),
|
|
55112
55102
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
55113
|
-
updated: dateType().default(() => new Date("2025-04-
|
|
55103
|
+
updated: dateType().default(() => new Date("2025-04-16T13:17:02.256Z")).transform((v2) => v2.toISOString())
|
|
55114
55104
|
}).transform((v2) => {
|
|
55115
55105
|
return remap(v2, {
|
|
55116
55106
|
id: "_id",
|
|
@@ -55181,7 +55171,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
55181
55171
|
updated_by_id: stringType().optional(),
|
|
55182
55172
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
55183
55173
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
55184
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-
|
|
55174
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-16T13:17:02.256Z").transform((v2) => new Date(v2))
|
|
55185
55175
|
}).transform((v2) => {
|
|
55186
55176
|
return remap(v2, {
|
|
55187
55177
|
_id: "id",
|
|
@@ -55201,7 +55191,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
55201
55191
|
updatedById: stringType().optional(),
|
|
55202
55192
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
55203
55193
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
55204
|
-
updated: dateType().default(() => new Date("2025-04-
|
|
55194
|
+
updated: dateType().default(() => new Date("2025-04-16T13:17:02.256Z")).transform((v2) => v2.toISOString())
|
|
55205
55195
|
}).transform((v2) => {
|
|
55206
55196
|
return remap(v2, {
|
|
55207
55197
|
id: "_id",
|
|
@@ -55259,7 +55249,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
55259
55249
|
RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
|
|
55260
55250
|
})(RetrieveDatasourceStatus$ ||= {});
|
|
55261
55251
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
55262
|
-
_id: stringType().default("
|
|
55252
|
+
_id: stringType().default("01JRZBY1X7W4RDGD6CNDMJCZSC"),
|
|
55263
55253
|
display_name: stringType(),
|
|
55264
55254
|
description: stringType().optional(),
|
|
55265
55255
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -55282,7 +55272,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
55282
55272
|
});
|
|
55283
55273
|
});
|
|
55284
55274
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
55285
|
-
id: stringType().default("
|
|
55275
|
+
id: stringType().default("01JRZBY1X7W4RDGD6CNDMJCZSC"),
|
|
55286
55276
|
displayName: stringType(),
|
|
55287
55277
|
description: stringType().optional(),
|
|
55288
55278
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -55914,7 +55904,7 @@ var init_retrievetool = __esm(() => {
|
|
|
55914
55904
|
RetrieveToolResponseBodyHttp$.outboundSchema = RetrieveToolResponseBodyHttp$outboundSchema;
|
|
55915
55905
|
})(RetrieveToolResponseBodyHttp$ ||= {});
|
|
55916
55906
|
RetrieveToolResponseBody3$inboundSchema = objectType({
|
|
55917
|
-
_id: stringType().default("
|
|
55907
|
+
_id: stringType().default("tool_01JRZBY1W51XR4RW26B7HJKAPK"),
|
|
55918
55908
|
path: stringType(),
|
|
55919
55909
|
key: stringType(),
|
|
55920
55910
|
description: stringType(),
|
|
@@ -55939,7 +55929,7 @@ var init_retrievetool = __esm(() => {
|
|
|
55939
55929
|
});
|
|
55940
55930
|
});
|
|
55941
55931
|
RetrieveToolResponseBody3$outboundSchema = objectType({
|
|
55942
|
-
id: stringType().default("
|
|
55932
|
+
id: stringType().default("tool_01JRZBY1W51XR4RW26B7HJKAPK"),
|
|
55943
55933
|
path: stringType(),
|
|
55944
55934
|
key: stringType(),
|
|
55945
55935
|
description: stringType(),
|
|
@@ -55996,7 +55986,7 @@ var init_retrievetool = __esm(() => {
|
|
|
55996
55986
|
RetrieveToolResponseBodyJsonSchema$.outboundSchema = RetrieveToolResponseBodyJsonSchema$outboundSchema;
|
|
55997
55987
|
})(RetrieveToolResponseBodyJsonSchema$ ||= {});
|
|
55998
55988
|
RetrieveToolResponseBody2$inboundSchema = objectType({
|
|
55999
|
-
_id: stringType().default("
|
|
55989
|
+
_id: stringType().default("tool_01JRZBY1W4REJ0DHG56MR2STAP"),
|
|
56000
55990
|
path: stringType(),
|
|
56001
55991
|
key: stringType(),
|
|
56002
55992
|
description: stringType(),
|
|
@@ -56022,7 +56012,7 @@ var init_retrievetool = __esm(() => {
|
|
|
56022
56012
|
});
|
|
56023
56013
|
});
|
|
56024
56014
|
RetrieveToolResponseBody2$outboundSchema = objectType({
|
|
56025
|
-
id: stringType().default("
|
|
56015
|
+
id: stringType().default("tool_01JRZBY1W4REJ0DHG56MR2STAP"),
|
|
56026
56016
|
path: stringType(),
|
|
56027
56017
|
key: stringType(),
|
|
56028
56018
|
description: stringType(),
|
|
@@ -56080,7 +56070,7 @@ var init_retrievetool = __esm(() => {
|
|
|
56080
56070
|
RetrieveToolResponseBodyFunction$.outboundSchema = RetrieveToolResponseBodyFunction$outboundSchema;
|
|
56081
56071
|
})(RetrieveToolResponseBodyFunction$ ||= {});
|
|
56082
56072
|
RetrieveToolResponseBody1$inboundSchema = objectType({
|
|
56083
|
-
_id: stringType().default("
|
|
56073
|
+
_id: stringType().default("tool_01JRZBY1W448V6AV8XZMXW7EXE"),
|
|
56084
56074
|
path: stringType(),
|
|
56085
56075
|
key: stringType(),
|
|
56086
56076
|
description: stringType(),
|
|
@@ -56105,7 +56095,7 @@ var init_retrievetool = __esm(() => {
|
|
|
56105
56095
|
});
|
|
56106
56096
|
});
|
|
56107
56097
|
RetrieveToolResponseBody1$outboundSchema = objectType({
|
|
56108
|
-
id: stringType().default("
|
|
56098
|
+
id: stringType().default("tool_01JRZBY1W448V6AV8XZMXW7EXE"),
|
|
56109
56099
|
path: stringType(),
|
|
56110
56100
|
key: stringType(),
|
|
56111
56101
|
description: stringType(),
|
|
@@ -56692,7 +56682,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
56692
56682
|
created_by_id: stringType().optional(),
|
|
56693
56683
|
updated_by_id: stringType().optional(),
|
|
56694
56684
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
56695
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-
|
|
56685
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-16T13:17:02.256Z").transform((v2) => new Date(v2))
|
|
56696
56686
|
}).transform((v2) => {
|
|
56697
56687
|
return remap(v2, {
|
|
56698
56688
|
_id: "id",
|
|
@@ -56713,7 +56703,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
56713
56703
|
createdById: stringType().optional(),
|
|
56714
56704
|
updatedById: stringType().optional(),
|
|
56715
56705
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
56716
|
-
updated: dateType().default(() => new Date("2025-04-
|
|
56706
|
+
updated: dateType().default(() => new Date("2025-04-16T13:17:02.256Z")).transform((v2) => v2.toISOString())
|
|
56717
56707
|
}).transform((v2) => {
|
|
56718
56708
|
return remap(v2, {
|
|
56719
56709
|
id: "_id",
|
|
@@ -56814,7 +56804,7 @@ var init_updatedataset = __esm(() => {
|
|
|
56814
56804
|
parent_id: stringType().optional(),
|
|
56815
56805
|
version: stringType().optional(),
|
|
56816
56806
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
56817
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-
|
|
56807
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-16T13:17:02.256Z").transform((v2) => new Date(v2))
|
|
56818
56808
|
}).transform((v2) => {
|
|
56819
56809
|
return remap(v2, {
|
|
56820
56810
|
_id: "id",
|
|
@@ -56837,7 +56827,7 @@ var init_updatedataset = __esm(() => {
|
|
|
56837
56827
|
parentId: stringType().optional(),
|
|
56838
56828
|
version: stringType().optional(),
|
|
56839
56829
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
56840
|
-
updated: dateType().default(() => new Date("2025-04-
|
|
56830
|
+
updated: dateType().default(() => new Date("2025-04-16T13:17:02.256Z")).transform((v2) => v2.toISOString())
|
|
56841
56831
|
}).transform((v2) => {
|
|
56842
56832
|
return remap(v2, {
|
|
56843
56833
|
id: "_id",
|
|
@@ -56918,7 +56908,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
56918
56908
|
UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
|
|
56919
56909
|
})(UpdateDatasourceStatus$ ||= {});
|
|
56920
56910
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
56921
|
-
_id: stringType().default("
|
|
56911
|
+
_id: stringType().default("01JRZBY1X96KCWS5HBKXHS5MTD"),
|
|
56922
56912
|
display_name: stringType(),
|
|
56923
56913
|
description: stringType().optional(),
|
|
56924
56914
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -56941,7 +56931,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
56941
56931
|
});
|
|
56942
56932
|
});
|
|
56943
56933
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
56944
|
-
id: stringType().default("
|
|
56934
|
+
id: stringType().default("01JRZBY1X96KCWS5HBKXHS5MTD"),
|
|
56945
56935
|
displayName: stringType(),
|
|
56946
56936
|
description: stringType().optional(),
|
|
56947
56937
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -59619,7 +59609,7 @@ var init_updatetool = __esm(() => {
|
|
|
59619
59609
|
UpdateToolResponseBodyHttp$.outboundSchema = UpdateToolResponseBodyHttp$outboundSchema;
|
|
59620
59610
|
})(UpdateToolResponseBodyHttp$ ||= {});
|
|
59621
59611
|
UpdateToolResponseBody3$inboundSchema = objectType({
|
|
59622
|
-
_id: stringType().default("
|
|
59612
|
+
_id: stringType().default("tool_01JRZBY1W1NQT4XN81Q9TB0RAW"),
|
|
59623
59613
|
path: stringType(),
|
|
59624
59614
|
key: stringType(),
|
|
59625
59615
|
description: stringType(),
|
|
@@ -59644,7 +59634,7 @@ var init_updatetool = __esm(() => {
|
|
|
59644
59634
|
});
|
|
59645
59635
|
});
|
|
59646
59636
|
UpdateToolResponseBody3$outboundSchema = objectType({
|
|
59647
|
-
id: stringType().default("
|
|
59637
|
+
id: stringType().default("tool_01JRZBY1W1NQT4XN81Q9TB0RAW"),
|
|
59648
59638
|
path: stringType(),
|
|
59649
59639
|
key: stringType(),
|
|
59650
59640
|
description: stringType(),
|
|
@@ -59701,7 +59691,7 @@ var init_updatetool = __esm(() => {
|
|
|
59701
59691
|
UpdateToolResponseBodyJsonSchema$.outboundSchema = UpdateToolResponseBodyJsonSchema$outboundSchema;
|
|
59702
59692
|
})(UpdateToolResponseBodyJsonSchema$ ||= {});
|
|
59703
59693
|
UpdateToolResponseBody2$inboundSchema = objectType({
|
|
59704
|
-
_id: stringType().default("
|
|
59694
|
+
_id: stringType().default("tool_01JRZBY1W1WPEMTE6JZJGJ65CK"),
|
|
59705
59695
|
path: stringType(),
|
|
59706
59696
|
key: stringType(),
|
|
59707
59697
|
description: stringType(),
|
|
@@ -59727,7 +59717,7 @@ var init_updatetool = __esm(() => {
|
|
|
59727
59717
|
});
|
|
59728
59718
|
});
|
|
59729
59719
|
UpdateToolResponseBody2$outboundSchema = objectType({
|
|
59730
|
-
id: stringType().default("
|
|
59720
|
+
id: stringType().default("tool_01JRZBY1W1WPEMTE6JZJGJ65CK"),
|
|
59731
59721
|
path: stringType(),
|
|
59732
59722
|
key: stringType(),
|
|
59733
59723
|
description: stringType(),
|
|
@@ -59785,7 +59775,7 @@ var init_updatetool = __esm(() => {
|
|
|
59785
59775
|
UpdateToolResponseBodyFunction$.outboundSchema = UpdateToolResponseBodyFunction$outboundSchema;
|
|
59786
59776
|
})(UpdateToolResponseBodyFunction$ ||= {});
|
|
59787
59777
|
UpdateToolResponseBody1$inboundSchema = objectType({
|
|
59788
|
-
_id: stringType().default("
|
|
59778
|
+
_id: stringType().default("tool_01JRZBY1W08ZC9SCPW3V240CRT"),
|
|
59789
59779
|
path: stringType(),
|
|
59790
59780
|
key: stringType(),
|
|
59791
59781
|
description: stringType(),
|
|
@@ -59810,7 +59800,7 @@ var init_updatetool = __esm(() => {
|
|
|
59810
59800
|
});
|
|
59811
59801
|
});
|
|
59812
59802
|
UpdateToolResponseBody1$outboundSchema = objectType({
|
|
59813
|
-
id: stringType().default("
|
|
59803
|
+
id: stringType().default("tool_01JRZBY1W08ZC9SCPW3V240CRT"),
|
|
59814
59804
|
path: stringType(),
|
|
59815
59805
|
key: stringType(),
|
|
59816
59806
|
description: stringType(),
|
|
@@ -68662,7 +68652,7 @@ Updates a tool in the workspace.`,
|
|
|
68662
68652
|
function createMCPServer(deps) {
|
|
68663
68653
|
const server = new McpServer({
|
|
68664
68654
|
name: "Orq",
|
|
68665
|
-
version: "3.4.0-rc.
|
|
68655
|
+
version: "3.4.0-rc.30"
|
|
68666
68656
|
});
|
|
68667
68657
|
const client = new OrqCore({
|
|
68668
68658
|
apiKey: deps.apiKey,
|
|
@@ -70042,7 +70032,7 @@ var routes = rn({
|
|
|
70042
70032
|
var app = Ve(routes, {
|
|
70043
70033
|
name: "mcp",
|
|
70044
70034
|
versionInfo: {
|
|
70045
|
-
currentVersion: "3.4.0-rc.
|
|
70035
|
+
currentVersion: "3.4.0-rc.30"
|
|
70046
70036
|
}
|
|
70047
70037
|
});
|
|
70048
70038
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -70050,5 +70040,5 @@ export {
|
|
|
70050
70040
|
app
|
|
70051
70041
|
};
|
|
70052
70042
|
|
|
70053
|
-
//# debugId=
|
|
70043
|
+
//# debugId=0C1783B3B17A0E9364756E2164756E21
|
|
70054
70044
|
//# sourceMappingURL=mcp-server.js.map
|