@dalmia/calibrate-mcp 0.0.37 → 0.0.39
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 +339 -149
- package/bin/mcp-server.js.map +14 -8
- package/esm/funcs/annotationTasksCreateLabellingJobs.d.ts +16 -0
- package/esm/funcs/annotationTasksCreateLabellingJobs.d.ts.map +1 -0
- package/esm/funcs/annotationTasksCreateLabellingJobs.js +92 -0
- package/esm/funcs/annotationTasksCreateLabellingJobs.js.map +1 -0
- package/esm/landing-page.js +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/annotationTasksCreateLabellingJobs.d.ts +7 -0
- package/esm/mcp-server/tools/annotationTasksCreateLabellingJobs.d.ts.map +1 -0
- package/esm/mcp-server/tools/annotationTasksCreateLabellingJobs.js +34 -0
- package/esm/mcp-server/tools/annotationTasksCreateLabellingJobs.js.map +1 -0
- package/esm/models/createjobsannotationtaskstaskuuidjobspostop.d.ts +13 -0
- package/esm/models/createjobsannotationtaskstaskuuidjobspostop.d.ts.map +1 -0
- package/esm/models/createjobsannotationtaskstaskuuidjobspostop.js +17 -0
- package/esm/models/createjobsannotationtaskstaskuuidjobspostop.js.map +1 -0
- package/esm/models/createjobsrequest.d.ts +30 -0
- package/esm/models/createjobsrequest.d.ts.map +1 -0
- package/esm/models/createjobsrequest.js +28 -0
- package/esm/models/createjobsrequest.js.map +1 -0
- package/esm/models/createjobsresponse.d.ts +8 -0
- package/esm/models/createjobsresponse.d.ts.map +1 -0
- package/esm/models/createjobsresponse.js +11 -0
- package/esm/models/createjobsresponse.js.map +1 -0
- package/esm/models/labellingjobcreated.d.ts +13 -0
- package/esm/models/labellingjobcreated.d.ts.map +1 -0
- package/esm/models/labellingjobcreated.js +16 -0
- package/esm/models/labellingjobcreated.js.map +1 -0
- package/esm/tool-names.d.ts.map +1 -1
- package/esm/tool-names.js +4 -0
- package/esm/tool-names.js.map +1 -1
- package/package.json +1 -1
- package/src/funcs/annotationTasksCreateLabellingJobs.ts +158 -0
- package/src/landing-page.ts +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/annotationTasksCreateLabellingJobs.ts +45 -0
- package/src/models/createjobsannotationtaskstaskuuidjobspostop.ts +40 -0
- package/src/models/createjobsrequest.ts +62 -0
- package/src/models/createjobsresponse.ts +22 -0
- package/src/models/labellingjobcreated.ts +40 -0
- package/src/tool-names.ts +4 -0
package/bin/mcp-server.js
CHANGED
|
@@ -51428,9 +51428,9 @@ var init_config = __esm(() => {
|
|
|
51428
51428
|
SDK_METADATA = {
|
|
51429
51429
|
language: "typescript",
|
|
51430
51430
|
openapiDocVersion: "0.1.0",
|
|
51431
|
-
sdkVersion: "0.0.
|
|
51431
|
+
sdkVersion: "0.0.39",
|
|
51432
51432
|
genVersion: "2.915.1",
|
|
51433
|
-
userAgent: "speakeasy-sdk/mcp-typescript 0.0.
|
|
51433
|
+
userAgent: "speakeasy-sdk/mcp-typescript 0.0.39 2.915.1 0.1.0 @dalmia/calibrate-mcp"
|
|
51434
51434
|
};
|
|
51435
51435
|
});
|
|
51436
51436
|
|
|
@@ -56233,6 +56233,189 @@ var init_annotationTasksCreateEvaluatorRun2 = __esm(() => {
|
|
|
56233
56233
|
};
|
|
56234
56234
|
});
|
|
56235
56235
|
|
|
56236
|
+
// src/models/createjobsrequest.ts
|
|
56237
|
+
var ReasoningMode$zodSchema, CreateJobsRequest$zodSchema;
|
|
56238
|
+
var init_createjobsrequest = __esm(() => {
|
|
56239
|
+
init_zod();
|
|
56240
|
+
ReasoningMode$zodSchema = _enum([
|
|
56241
|
+
"optional",
|
|
56242
|
+
"required",
|
|
56243
|
+
"hidden"
|
|
56244
|
+
]).describe("How the labelling form treats the reasoning box on each judgement. `optional` shows it, `required` shows it and asks the annotator to fill it in, `hidden` leaves it out");
|
|
56245
|
+
CreateJobsRequest$zodSchema = object({
|
|
56246
|
+
annotator_ids: array(string2()).describe("Annotator IDs to assign, creating one labelling job for each annotator. Must be in your workspace"),
|
|
56247
|
+
comments_enabled: boolean2().default(true).describe("When `true`, the labelling form lets the annotator leave a comment on each item"),
|
|
56248
|
+
evaluator_ids: array(string2()).nullable().optional().describe("Subset of the task's linked evaluators to show in these jobs. Must be a subset of the current links, an empty list gives a 400. Applies to every annotator's job. Omit (`None`) to snapshot every linked evaluator"),
|
|
56249
|
+
item_ids: array(string2()).optional().describe("Item IDs to assign. **Required when `select_all=false`**. Ignored when `select_all=true`"),
|
|
56250
|
+
q: string2().nullable().optional().describe("Case-insensitive substring filter on `payload.name`. Applies only when `select_all=true`"),
|
|
56251
|
+
reasoning_mode: ReasoningMode$zodSchema.default("optional").describe("How the labelling form treats the reasoning box on each judgement. `optional` shows it, `required` shows it and asks the annotator to fill it in, `hidden` leaves it out"),
|
|
56252
|
+
select_all: boolean2().default(false).describe("When `true`, assign every item in the task and ignore `item_ids`. Set `q` to assign only items whose name matches it")
|
|
56253
|
+
});
|
|
56254
|
+
});
|
|
56255
|
+
|
|
56256
|
+
// src/models/labellingjobcreated.ts
|
|
56257
|
+
var LabellingJobCreated$zodSchema;
|
|
56258
|
+
var init_labellingjobcreated = __esm(() => {
|
|
56259
|
+
init_zod();
|
|
56260
|
+
LabellingJobCreated$zodSchema = object({
|
|
56261
|
+
annotator_id: string2().describe("ID of the annotator the job is assigned to"),
|
|
56262
|
+
annotator_name: string2().describe("Name of the annotator the job is assigned to"),
|
|
56263
|
+
evaluator_ids: array(string2()).describe("IDs of the evaluators the annotator scores each item on, in the order they are shown"),
|
|
56264
|
+
item_count: int().describe("How many items the annotator has to label"),
|
|
56265
|
+
item_ids: array(string2()).describe("IDs of the items assigned to the annotator"),
|
|
56266
|
+
public_token: string2().describe("Token that opens the annotator's labelling page without signing in"),
|
|
56267
|
+
status: literal("pending").default("pending").optional().describe("Status of the job right after you create it"),
|
|
56268
|
+
uuid: string2().describe("ID of the labelling job")
|
|
56269
|
+
});
|
|
56270
|
+
});
|
|
56271
|
+
|
|
56272
|
+
// src/models/createjobsresponse.ts
|
|
56273
|
+
var CreateJobsResponse$zodSchema;
|
|
56274
|
+
var init_createjobsresponse = __esm(() => {
|
|
56275
|
+
init_zod();
|
|
56276
|
+
init_labellingjobcreated();
|
|
56277
|
+
CreateJobsResponse$zodSchema = object({
|
|
56278
|
+
count: int().describe("How many jobs were created"),
|
|
56279
|
+
jobs: array(LabellingJobCreated$zodSchema).describe("The jobs created, one for each annotator")
|
|
56280
|
+
});
|
|
56281
|
+
});
|
|
56282
|
+
|
|
56283
|
+
// src/models/createjobsannotationtaskstaskuuidjobspostop.ts
|
|
56284
|
+
var CreateJobsAnnotationTasksTaskUuidJobsPostRequest$zodSchema, CreateJobsAnnotationTasksTaskUuidJobsPostResponse$zodSchema;
|
|
56285
|
+
var init_createjobsannotationtaskstaskuuidjobspostop = __esm(() => {
|
|
56286
|
+
init_zod();
|
|
56287
|
+
init_createjobsrequest();
|
|
56288
|
+
init_createjobsresponse();
|
|
56289
|
+
init_httpvalidationerror();
|
|
56290
|
+
CreateJobsAnnotationTasksTaskUuidJobsPostRequest$zodSchema = object({
|
|
56291
|
+
body: CreateJobsRequest$zodSchema,
|
|
56292
|
+
task_uuid: string2().describe("Annotation task to act on"),
|
|
56293
|
+
xAPIKey: string2().nullable().optional()
|
|
56294
|
+
});
|
|
56295
|
+
CreateJobsAnnotationTasksTaskUuidJobsPostResponse$zodSchema = union([
|
|
56296
|
+
CreateJobsResponse$zodSchema,
|
|
56297
|
+
HTTPValidationError$zodSchema
|
|
56298
|
+
]);
|
|
56299
|
+
});
|
|
56300
|
+
|
|
56301
|
+
// src/funcs/annotationTasksCreateLabellingJobs.ts
|
|
56302
|
+
function annotationTasksCreateLabellingJobs(client$, request, options) {
|
|
56303
|
+
return new APIPromise($do20(client$, request, options));
|
|
56304
|
+
}
|
|
56305
|
+
async function $do20(client$, request, options) {
|
|
56306
|
+
const parsed$ = safeParse4(request, (value$) => CreateJobsAnnotationTasksTaskUuidJobsPostRequest$zodSchema.parse(value$), "Input validation failed");
|
|
56307
|
+
if (!parsed$.ok) {
|
|
56308
|
+
return [parsed$, { status: "invalid" }];
|
|
56309
|
+
}
|
|
56310
|
+
const payload$ = parsed$.value;
|
|
56311
|
+
const body$ = encodeJSON("body", payload$.body, { explode: true });
|
|
56312
|
+
const pathParams$ = {
|
|
56313
|
+
task_uuid: encodeSimple("task_uuid", payload$.task_uuid, {
|
|
56314
|
+
explode: false,
|
|
56315
|
+
charEncoding: "percent"
|
|
56316
|
+
})
|
|
56317
|
+
};
|
|
56318
|
+
const path$ = pathToFunc("/annotation-tasks/{task_uuid}/jobs")(pathParams$);
|
|
56319
|
+
const headers$ = new Headers(compactMap({
|
|
56320
|
+
"Content-Type": "application/json",
|
|
56321
|
+
Accept: "application/json",
|
|
56322
|
+
"X-API-Key": encodeSimple("X-API-Key", payload$.xAPIKey, {
|
|
56323
|
+
explode: false,
|
|
56324
|
+
charEncoding: "none"
|
|
56325
|
+
})
|
|
56326
|
+
}));
|
|
56327
|
+
const securityInput = await extractSecurity(client$._options.security);
|
|
56328
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
56329
|
+
const context = {
|
|
56330
|
+
options: client$._options,
|
|
56331
|
+
baseURL: options?.serverURL ?? client$._baseURL ?? "",
|
|
56332
|
+
operationID: "create_jobs_annotation_tasks__task_uuid__jobs_post",
|
|
56333
|
+
oAuth2Scopes: null,
|
|
56334
|
+
resolvedSecurity: requestSecurity,
|
|
56335
|
+
securitySource: client$._options.security,
|
|
56336
|
+
retryConfig: options?.retries || client$._options.retryConfig || { strategy: "none" },
|
|
56337
|
+
retryCodes: options?.retryCodes || [
|
|
56338
|
+
"429",
|
|
56339
|
+
"500",
|
|
56340
|
+
"502",
|
|
56341
|
+
"503",
|
|
56342
|
+
"504"
|
|
56343
|
+
]
|
|
56344
|
+
};
|
|
56345
|
+
const requestRes = client$._createRequest(context, {
|
|
56346
|
+
security: requestSecurity,
|
|
56347
|
+
method: "POST",
|
|
56348
|
+
baseURL: options?.serverURL,
|
|
56349
|
+
path: path$,
|
|
56350
|
+
headers: headers$,
|
|
56351
|
+
body: body$,
|
|
56352
|
+
userAgent: client$._options.userAgent,
|
|
56353
|
+
timeoutMs: options?.timeoutMs || client$._options.timeoutMs || -1
|
|
56354
|
+
}, options);
|
|
56355
|
+
if (!requestRes.ok) {
|
|
56356
|
+
return [requestRes, { status: "invalid" }];
|
|
56357
|
+
}
|
|
56358
|
+
const req$ = requestRes.value;
|
|
56359
|
+
const doResult = await client$._do(req$, {
|
|
56360
|
+
context,
|
|
56361
|
+
errorCodes: [],
|
|
56362
|
+
retryConfig: context.retryConfig,
|
|
56363
|
+
retryCodes: context.retryCodes
|
|
56364
|
+
});
|
|
56365
|
+
if (!doResult.ok) {
|
|
56366
|
+
return [doResult, { status: "request-error", request: req$ }];
|
|
56367
|
+
}
|
|
56368
|
+
return [doResult, {
|
|
56369
|
+
status: "complete",
|
|
56370
|
+
request: req$,
|
|
56371
|
+
response: doResult.value
|
|
56372
|
+
}];
|
|
56373
|
+
}
|
|
56374
|
+
var init_annotationTasksCreateLabellingJobs = __esm(() => {
|
|
56375
|
+
init_encodings();
|
|
56376
|
+
init_primitives();
|
|
56377
|
+
init_schemas4();
|
|
56378
|
+
init_security();
|
|
56379
|
+
init_url();
|
|
56380
|
+
init_createjobsannotationtaskstaskuuidjobspostop();
|
|
56381
|
+
init_async();
|
|
56382
|
+
});
|
|
56383
|
+
|
|
56384
|
+
// src/mcp-server/tools/annotationTasksCreateLabellingJobs.ts
|
|
56385
|
+
var args20, tool$annotationTasksCreateLabellingJobs;
|
|
56386
|
+
var init_annotationTasksCreateLabellingJobs2 = __esm(() => {
|
|
56387
|
+
init_annotationTasksCreateLabellingJobs();
|
|
56388
|
+
init_createjobsannotationtaskstaskuuidjobspostop();
|
|
56389
|
+
init_tools();
|
|
56390
|
+
args20 = {
|
|
56391
|
+
request: CreateJobsAnnotationTasksTaskUuidJobsPostRequest$zodSchema
|
|
56392
|
+
};
|
|
56393
|
+
tool$annotationTasksCreateLabellingJobs = {
|
|
56394
|
+
name: "create-labelling-jobs",
|
|
56395
|
+
description: `Assign items to annotators, creating one labelling job per annotator. Each job comes back with a public_token for the annotator's labelling link.
|
|
56396
|
+
`,
|
|
56397
|
+
scopes: ["write"],
|
|
56398
|
+
annotations: {
|
|
56399
|
+
title: "Create labelling jobs",
|
|
56400
|
+
destructiveHint: false,
|
|
56401
|
+
idempotentHint: false,
|
|
56402
|
+
openWorldHint: true,
|
|
56403
|
+
readOnlyHint: false
|
|
56404
|
+
},
|
|
56405
|
+
args: args20,
|
|
56406
|
+
tool: async (client, args21, ctx) => {
|
|
56407
|
+
const [result] = await annotationTasksCreateLabellingJobs(client, args21.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
56408
|
+
if (!result.ok) {
|
|
56409
|
+
return {
|
|
56410
|
+
content: [{ type: "text", text: result.error.message }],
|
|
56411
|
+
isError: true
|
|
56412
|
+
};
|
|
56413
|
+
}
|
|
56414
|
+
return formatResult(result.value);
|
|
56415
|
+
}
|
|
56416
|
+
};
|
|
56417
|
+
});
|
|
56418
|
+
|
|
56236
56419
|
// src/models/annotationtaskresponse.ts
|
|
56237
56420
|
var AnnotationTaskResponseType$zodSchema, AnnotationTaskResponse$zodSchema;
|
|
56238
56421
|
var init_annotationtaskresponse = __esm(() => {
|
|
@@ -56277,9 +56460,9 @@ var init_getannotationtaskendpointannotationtaskstaskuuidgetop = __esm(() => {
|
|
|
56277
56460
|
|
|
56278
56461
|
// src/funcs/annotationTasksGet.ts
|
|
56279
56462
|
function annotationTasksGet(client$, request, options) {
|
|
56280
|
-
return new APIPromise($
|
|
56463
|
+
return new APIPromise($do21(client$, request, options));
|
|
56281
56464
|
}
|
|
56282
|
-
async function $
|
|
56465
|
+
async function $do21(client$, request, options) {
|
|
56283
56466
|
const parsed$ = safeParse4(request, (value$) => GetAnnotationTaskEndpointAnnotationTasksTaskUuidGetRequest$zodSchema.parse(value$), "Input validation failed");
|
|
56284
56467
|
if (!parsed$.ok) {
|
|
56285
56468
|
return [parsed$, { status: "invalid" }];
|
|
@@ -56358,12 +56541,12 @@ var init_annotationTasksGet = __esm(() => {
|
|
|
56358
56541
|
});
|
|
56359
56542
|
|
|
56360
56543
|
// src/mcp-server/tools/annotationTasksGet.ts
|
|
56361
|
-
var
|
|
56544
|
+
var args21, tool$annotationTasksGet;
|
|
56362
56545
|
var init_annotationTasksGet2 = __esm(() => {
|
|
56363
56546
|
init_annotationTasksGet();
|
|
56364
56547
|
init_getannotationtaskendpointannotationtaskstaskuuidgetop();
|
|
56365
56548
|
init_tools();
|
|
56366
|
-
|
|
56549
|
+
args21 = {
|
|
56367
56550
|
request: GetAnnotationTaskEndpointAnnotationTasksTaskUuidGetRequest$zodSchema
|
|
56368
56551
|
};
|
|
56369
56552
|
tool$annotationTasksGet = {
|
|
@@ -56378,9 +56561,9 @@ var init_annotationTasksGet2 = __esm(() => {
|
|
|
56378
56561
|
openWorldHint: true,
|
|
56379
56562
|
readOnlyHint: true
|
|
56380
56563
|
},
|
|
56381
|
-
args:
|
|
56382
|
-
tool: async (client,
|
|
56383
|
-
const [result] = await annotationTasksGet(client,
|
|
56564
|
+
args: args21,
|
|
56565
|
+
tool: async (client, args22, ctx) => {
|
|
56566
|
+
const [result] = await annotationTasksGet(client, args22.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
56384
56567
|
if (!result.ok) {
|
|
56385
56568
|
return {
|
|
56386
56569
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -56470,9 +56653,9 @@ var init_taskagreementannotationtaskstaskuuidagreementgetop = __esm(() => {
|
|
|
56470
56653
|
|
|
56471
56654
|
// src/funcs/annotationTasksGetAgreement.ts
|
|
56472
56655
|
function annotationTasksGetAgreement(client$, request, options) {
|
|
56473
|
-
return new APIPromise($
|
|
56656
|
+
return new APIPromise($do22(client$, request, options));
|
|
56474
56657
|
}
|
|
56475
|
-
async function $
|
|
56658
|
+
async function $do22(client$, request, options) {
|
|
56476
56659
|
const parsed$ = safeParse4(request, (value$) => TaskAgreementAnnotationTasksTaskUuidAgreementGetRequest$zodSchema.parse(value$), "Input validation failed");
|
|
56477
56660
|
if (!parsed$.ok) {
|
|
56478
56661
|
return [parsed$, { status: "invalid" }];
|
|
@@ -56556,12 +56739,12 @@ var init_annotationTasksGetAgreement = __esm(() => {
|
|
|
56556
56739
|
});
|
|
56557
56740
|
|
|
56558
56741
|
// src/mcp-server/tools/annotationTasksGetAgreement.ts
|
|
56559
|
-
var
|
|
56742
|
+
var args22, tool$annotationTasksGetAgreement;
|
|
56560
56743
|
var init_annotationTasksGetAgreement2 = __esm(() => {
|
|
56561
56744
|
init_annotationTasksGetAgreement();
|
|
56562
56745
|
init_taskagreementannotationtaskstaskuuidagreementgetop();
|
|
56563
56746
|
init_tools();
|
|
56564
|
-
|
|
56747
|
+
args22 = {
|
|
56565
56748
|
request: TaskAgreementAnnotationTasksTaskUuidAgreementGetRequest$zodSchema
|
|
56566
56749
|
};
|
|
56567
56750
|
tool$annotationTasksGetAgreement = {
|
|
@@ -56576,9 +56759,9 @@ var init_annotationTasksGetAgreement2 = __esm(() => {
|
|
|
56576
56759
|
openWorldHint: true,
|
|
56577
56760
|
readOnlyHint: true
|
|
56578
56761
|
},
|
|
56579
|
-
args:
|
|
56580
|
-
tool: async (client,
|
|
56581
|
-
const [result] = await annotationTasksGetAgreement(client,
|
|
56762
|
+
args: args22,
|
|
56763
|
+
tool: async (client, args23, ctx) => {
|
|
56764
|
+
const [result] = await annotationTasksGetAgreement(client, args23.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
56582
56765
|
if (!result.ok) {
|
|
56583
56766
|
return {
|
|
56584
56767
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -56655,9 +56838,9 @@ var init_getevaluatorrunjobannotationtaskstaskuuidevaluatorrunsjobuuidgetop = __
|
|
|
56655
56838
|
|
|
56656
56839
|
// src/funcs/annotationTasksGetEvaluatorRun.ts
|
|
56657
56840
|
function annotationTasksGetEvaluatorRun(client$, request, options) {
|
|
56658
|
-
return new APIPromise($
|
|
56841
|
+
return new APIPromise($do23(client$, request, options));
|
|
56659
56842
|
}
|
|
56660
|
-
async function $
|
|
56843
|
+
async function $do23(client$, request, options) {
|
|
56661
56844
|
const parsed$ = safeParse4(request, (value$) => GetEvaluatorRunJobAnnotationTasksTaskUuidEvaluatorRunsJobUuidGetRequest$zodSchema.parse(value$), "Input validation failed");
|
|
56662
56845
|
if (!parsed$.ok) {
|
|
56663
56846
|
return [parsed$, { status: "invalid" }];
|
|
@@ -56740,12 +56923,12 @@ var init_annotationTasksGetEvaluatorRun = __esm(() => {
|
|
|
56740
56923
|
});
|
|
56741
56924
|
|
|
56742
56925
|
// src/mcp-server/tools/annotationTasksGetEvaluatorRun.ts
|
|
56743
|
-
var
|
|
56926
|
+
var args23, tool$annotationTasksGetEvaluatorRun;
|
|
56744
56927
|
var init_annotationTasksGetEvaluatorRun2 = __esm(() => {
|
|
56745
56928
|
init_annotationTasksGetEvaluatorRun();
|
|
56746
56929
|
init_getevaluatorrunjobannotationtaskstaskuuidevaluatorrunsjobuuidgetop();
|
|
56747
56930
|
init_tools();
|
|
56748
|
-
|
|
56931
|
+
args23 = {
|
|
56749
56932
|
request: GetEvaluatorRunJobAnnotationTasksTaskUuidEvaluatorRunsJobUuidGetRequest$zodSchema
|
|
56750
56933
|
};
|
|
56751
56934
|
tool$annotationTasksGetEvaluatorRun = {
|
|
@@ -56760,9 +56943,9 @@ var init_annotationTasksGetEvaluatorRun2 = __esm(() => {
|
|
|
56760
56943
|
openWorldHint: true,
|
|
56761
56944
|
readOnlyHint: true
|
|
56762
56945
|
},
|
|
56763
|
-
args:
|
|
56764
|
-
tool: async (client,
|
|
56765
|
-
const [result] = await annotationTasksGetEvaluatorRun(client,
|
|
56946
|
+
args: args23,
|
|
56947
|
+
tool: async (client, args24, ctx) => {
|
|
56948
|
+
const [result] = await annotationTasksGetEvaluatorRun(client, args24.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
56766
56949
|
if (!result.ok) {
|
|
56767
56950
|
return {
|
|
56768
56951
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -56856,9 +57039,9 @@ var init_tasksummaryannotationtaskstaskuuidsummarygetop = __esm(() => {
|
|
|
56856
57039
|
|
|
56857
57040
|
// src/funcs/annotationTasksGetSummary.ts
|
|
56858
57041
|
function annotationTasksGetSummary(client$, request, options) {
|
|
56859
|
-
return new APIPromise($
|
|
57042
|
+
return new APIPromise($do24(client$, request, options));
|
|
56860
57043
|
}
|
|
56861
|
-
async function $
|
|
57044
|
+
async function $do24(client$, request, options) {
|
|
56862
57045
|
const parsed$ = safeParse4(request, (value$) => TaskSummaryAnnotationTasksTaskUuidSummaryGetRequest$zodSchema.parse(value$), "Input validation failed");
|
|
56863
57046
|
if (!parsed$.ok) {
|
|
56864
57047
|
return [parsed$, { status: "invalid" }];
|
|
@@ -56949,12 +57132,12 @@ var init_annotationTasksGetSummary = __esm(() => {
|
|
|
56949
57132
|
});
|
|
56950
57133
|
|
|
56951
57134
|
// src/mcp-server/tools/annotationTasksGetSummary.ts
|
|
56952
|
-
var
|
|
57135
|
+
var args24, tool$annotationTasksGetSummary;
|
|
56953
57136
|
var init_annotationTasksGetSummary2 = __esm(() => {
|
|
56954
57137
|
init_annotationTasksGetSummary();
|
|
56955
57138
|
init_tasksummaryannotationtaskstaskuuidsummarygetop();
|
|
56956
57139
|
init_tools();
|
|
56957
|
-
|
|
57140
|
+
args24 = {
|
|
56958
57141
|
request: TaskSummaryAnnotationTasksTaskUuidSummaryGetRequest$zodSchema
|
|
56959
57142
|
};
|
|
56960
57143
|
tool$annotationTasksGetSummary = {
|
|
@@ -56969,9 +57152,9 @@ var init_annotationTasksGetSummary2 = __esm(() => {
|
|
|
56969
57152
|
openWorldHint: true,
|
|
56970
57153
|
readOnlyHint: true
|
|
56971
57154
|
},
|
|
56972
|
-
args:
|
|
56973
|
-
tool: async (client,
|
|
56974
|
-
const [result] = await annotationTasksGetSummary(client,
|
|
57155
|
+
args: args24,
|
|
57156
|
+
tool: async (client, args25, ctx) => {
|
|
57157
|
+
const [result] = await annotationTasksGetSummary(client, args25.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
56975
57158
|
if (!result.ok) {
|
|
56976
57159
|
return {
|
|
56977
57160
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -57016,9 +57199,9 @@ var init_listannotationtasksannotationtasksgetop = __esm(() => {
|
|
|
57016
57199
|
|
|
57017
57200
|
// src/funcs/annotationTasksList.ts
|
|
57018
57201
|
function annotationTasksList(client$, request, options) {
|
|
57019
|
-
return new APIPromise($
|
|
57202
|
+
return new APIPromise($do25(client$, request, options));
|
|
57020
57203
|
}
|
|
57021
|
-
async function $
|
|
57204
|
+
async function $do25(client$, request, options) {
|
|
57022
57205
|
const parsed$ = safeParse4(request, (value$) => ListAnnotationTasksAnnotationTasksGetRequest$zodSchema.optional().parse(value$), "Input validation failed");
|
|
57023
57206
|
if (!parsed$.ok) {
|
|
57024
57207
|
return [parsed$, { status: "invalid" }];
|
|
@@ -57097,12 +57280,12 @@ var init_annotationTasksList = __esm(() => {
|
|
|
57097
57280
|
});
|
|
57098
57281
|
|
|
57099
57282
|
// src/mcp-server/tools/annotationTasksList.ts
|
|
57100
|
-
var
|
|
57283
|
+
var args25, tool$annotationTasksList;
|
|
57101
57284
|
var init_annotationTasksList2 = __esm(() => {
|
|
57102
57285
|
init_annotationTasksList();
|
|
57103
57286
|
init_listannotationtasksannotationtasksgetop();
|
|
57104
57287
|
init_tools();
|
|
57105
|
-
|
|
57288
|
+
args25 = {
|
|
57106
57289
|
request: ListAnnotationTasksAnnotationTasksGetRequest$zodSchema.optional()
|
|
57107
57290
|
};
|
|
57108
57291
|
tool$annotationTasksList = {
|
|
@@ -57117,9 +57300,9 @@ var init_annotationTasksList2 = __esm(() => {
|
|
|
57117
57300
|
openWorldHint: true,
|
|
57118
57301
|
readOnlyHint: true
|
|
57119
57302
|
},
|
|
57120
|
-
args:
|
|
57121
|
-
tool: async (client,
|
|
57122
|
-
const [result] = await annotationTasksList(client,
|
|
57303
|
+
args: args25,
|
|
57304
|
+
tool: async (client, args26, ctx) => {
|
|
57305
|
+
const [result] = await annotationTasksList(client, args26.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
57123
57306
|
if (!result.ok) {
|
|
57124
57307
|
return {
|
|
57125
57308
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -57173,9 +57356,9 @@ var init_settaskevaluatorsannotationtaskstaskuuidevaluatorsputop = __esm(() => {
|
|
|
57173
57356
|
|
|
57174
57357
|
// src/funcs/annotationTasksSetEvaluators.ts
|
|
57175
57358
|
function annotationTasksSetEvaluators(client$, request, options) {
|
|
57176
|
-
return new APIPromise($
|
|
57359
|
+
return new APIPromise($do26(client$, request, options));
|
|
57177
57360
|
}
|
|
57178
|
-
async function $
|
|
57361
|
+
async function $do26(client$, request, options) {
|
|
57179
57362
|
const parsed$ = safeParse4(request, (value$) => SetTaskEvaluatorsAnnotationTasksTaskUuidEvaluatorsPutRequest$zodSchema.parse(value$), "Input validation failed");
|
|
57180
57363
|
if (!parsed$.ok) {
|
|
57181
57364
|
return [parsed$, { status: "invalid" }];
|
|
@@ -57255,12 +57438,12 @@ var init_annotationTasksSetEvaluators = __esm(() => {
|
|
|
57255
57438
|
});
|
|
57256
57439
|
|
|
57257
57440
|
// src/mcp-server/tools/annotationTasksSetEvaluators.ts
|
|
57258
|
-
var
|
|
57441
|
+
var args26, tool$annotationTasksSetEvaluators;
|
|
57259
57442
|
var init_annotationTasksSetEvaluators2 = __esm(() => {
|
|
57260
57443
|
init_annotationTasksSetEvaluators();
|
|
57261
57444
|
init_settaskevaluatorsannotationtaskstaskuuidevaluatorsputop();
|
|
57262
57445
|
init_tools();
|
|
57263
|
-
|
|
57446
|
+
args26 = {
|
|
57264
57447
|
request: SetTaskEvaluatorsAnnotationTasksTaskUuidEvaluatorsPutRequest$zodSchema
|
|
57265
57448
|
};
|
|
57266
57449
|
tool$annotationTasksSetEvaluators = {
|
|
@@ -57279,9 +57462,9 @@ must be in your workspace.
|
|
|
57279
57462
|
openWorldHint: true,
|
|
57280
57463
|
readOnlyHint: false
|
|
57281
57464
|
},
|
|
57282
|
-
args:
|
|
57283
|
-
tool: async (client,
|
|
57284
|
-
const [result] = await annotationTasksSetEvaluators(client,
|
|
57465
|
+
args: args26,
|
|
57466
|
+
tool: async (client, args27, ctx) => {
|
|
57467
|
+
const [result] = await annotationTasksSetEvaluators(client, args27.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
57285
57468
|
if (!result.ok) {
|
|
57286
57469
|
return {
|
|
57287
57470
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -57342,9 +57525,9 @@ var init_bulkupdateitemsannotationtaskstaskuuiditemsputop = __esm(() => {
|
|
|
57342
57525
|
|
|
57343
57526
|
// src/funcs/annotationTasksUpdateItems.ts
|
|
57344
57527
|
function annotationTasksUpdateItems(client$, request, options) {
|
|
57345
|
-
return new APIPromise($
|
|
57528
|
+
return new APIPromise($do27(client$, request, options));
|
|
57346
57529
|
}
|
|
57347
|
-
async function $
|
|
57530
|
+
async function $do27(client$, request, options) {
|
|
57348
57531
|
const parsed$ = safeParse4(request, (value$) => BulkUpdateItemsAnnotationTasksTaskUuidItemsPutRequest$zodSchema.parse(value$), "Input validation failed");
|
|
57349
57532
|
if (!parsed$.ok) {
|
|
57350
57533
|
return [parsed$, { status: "invalid" }];
|
|
@@ -57424,12 +57607,12 @@ var init_annotationTasksUpdateItems = __esm(() => {
|
|
|
57424
57607
|
});
|
|
57425
57608
|
|
|
57426
57609
|
// src/mcp-server/tools/annotationTasksUpdateItems.ts
|
|
57427
|
-
var
|
|
57610
|
+
var args27, tool$annotationTasksUpdateItems;
|
|
57428
57611
|
var init_annotationTasksUpdateItems2 = __esm(() => {
|
|
57429
57612
|
init_annotationTasksUpdateItems();
|
|
57430
57613
|
init_bulkupdateitemsannotationtaskstaskuuiditemsputop();
|
|
57431
57614
|
init_tools();
|
|
57432
|
-
|
|
57615
|
+
args27 = {
|
|
57433
57616
|
request: BulkUpdateItemsAnnotationTasksTaskUuidItemsPutRequest$zodSchema
|
|
57434
57617
|
};
|
|
57435
57618
|
tool$annotationTasksUpdateItems = {
|
|
@@ -57444,9 +57627,9 @@ var init_annotationTasksUpdateItems2 = __esm(() => {
|
|
|
57444
57627
|
openWorldHint: true,
|
|
57445
57628
|
readOnlyHint: false
|
|
57446
57629
|
},
|
|
57447
|
-
args:
|
|
57448
|
-
tool: async (client,
|
|
57449
|
-
const [result] = await annotationTasksUpdateItems(client,
|
|
57630
|
+
args: args27,
|
|
57631
|
+
tool: async (client, args28, ctx) => {
|
|
57632
|
+
const [result] = await annotationTasksUpdateItems(client, args28.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
57450
57633
|
if (!result.ok) {
|
|
57451
57634
|
return {
|
|
57452
57635
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -57496,9 +57679,9 @@ var init_createannotatorendpointannotatorspostop = __esm(() => {
|
|
|
57496
57679
|
|
|
57497
57680
|
// src/funcs/annotatorsCreate.ts
|
|
57498
57681
|
function annotatorsCreate(client$, request, options) {
|
|
57499
|
-
return new APIPromise($
|
|
57682
|
+
return new APIPromise($do28(client$, request, options));
|
|
57500
57683
|
}
|
|
57501
|
-
async function $
|
|
57684
|
+
async function $do28(client$, request, options) {
|
|
57502
57685
|
const parsed$ = safeParse4(request, (value$) => CreateAnnotatorEndpointAnnotatorsPostRequest$zodSchema.parse(value$), "Input validation failed");
|
|
57503
57686
|
if (!parsed$.ok) {
|
|
57504
57687
|
return [parsed$, { status: "invalid" }];
|
|
@@ -57572,12 +57755,12 @@ var init_annotatorsCreate = __esm(() => {
|
|
|
57572
57755
|
});
|
|
57573
57756
|
|
|
57574
57757
|
// src/mcp-server/tools/annotatorsCreate.ts
|
|
57575
|
-
var
|
|
57758
|
+
var args28, tool$annotatorsCreate;
|
|
57576
57759
|
var init_annotatorsCreate2 = __esm(() => {
|
|
57577
57760
|
init_annotatorsCreate();
|
|
57578
57761
|
init_createannotatorendpointannotatorspostop();
|
|
57579
57762
|
init_tools();
|
|
57580
|
-
|
|
57763
|
+
args28 = {
|
|
57581
57764
|
request: CreateAnnotatorEndpointAnnotatorsPostRequest$zodSchema
|
|
57582
57765
|
};
|
|
57583
57766
|
tool$annotatorsCreate = {
|
|
@@ -57592,9 +57775,9 @@ var init_annotatorsCreate2 = __esm(() => {
|
|
|
57592
57775
|
openWorldHint: true,
|
|
57593
57776
|
readOnlyHint: false
|
|
57594
57777
|
},
|
|
57595
|
-
args:
|
|
57596
|
-
tool: async (client,
|
|
57597
|
-
const [result] = await annotatorsCreate(client,
|
|
57778
|
+
args: args28,
|
|
57779
|
+
tool: async (client, args29, ctx) => {
|
|
57780
|
+
const [result] = await annotatorsCreate(client, args29.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
57598
57781
|
if (!result.ok) {
|
|
57599
57782
|
return {
|
|
57600
57783
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -57638,9 +57821,9 @@ var init_listannotatorsannotatorsgetop = __esm(() => {
|
|
|
57638
57821
|
|
|
57639
57822
|
// src/funcs/annotatorsList.ts
|
|
57640
57823
|
function annotatorsList(client$, request, options) {
|
|
57641
|
-
return new APIPromise($
|
|
57824
|
+
return new APIPromise($do29(client$, request, options));
|
|
57642
57825
|
}
|
|
57643
|
-
async function $
|
|
57826
|
+
async function $do29(client$, request, options) {
|
|
57644
57827
|
const parsed$ = safeParse4(request, (value$) => ListAnnotatorsAnnotatorsGetRequest$zodSchema.optional().parse(value$), "Input validation failed");
|
|
57645
57828
|
if (!parsed$.ok) {
|
|
57646
57829
|
return [parsed$, { status: "invalid" }];
|
|
@@ -57713,12 +57896,12 @@ var init_annotatorsList = __esm(() => {
|
|
|
57713
57896
|
});
|
|
57714
57897
|
|
|
57715
57898
|
// src/mcp-server/tools/annotatorsList.ts
|
|
57716
|
-
var
|
|
57899
|
+
var args29, tool$annotatorsList;
|
|
57717
57900
|
var init_annotatorsList2 = __esm(() => {
|
|
57718
57901
|
init_annotatorsList();
|
|
57719
57902
|
init_listannotatorsannotatorsgetop();
|
|
57720
57903
|
init_tools();
|
|
57721
|
-
|
|
57904
|
+
args29 = {
|
|
57722
57905
|
request: ListAnnotatorsAnnotatorsGetRequest$zodSchema.optional()
|
|
57723
57906
|
};
|
|
57724
57907
|
tool$annotatorsList = {
|
|
@@ -57733,9 +57916,9 @@ var init_annotatorsList2 = __esm(() => {
|
|
|
57733
57916
|
openWorldHint: true,
|
|
57734
57917
|
readOnlyHint: true
|
|
57735
57918
|
},
|
|
57736
|
-
args:
|
|
57737
|
-
tool: async (client,
|
|
57738
|
-
const [result] = await annotatorsList(client,
|
|
57919
|
+
args: args29,
|
|
57920
|
+
tool: async (client, args30, ctx) => {
|
|
57921
|
+
const [result] = await annotatorsList(client, args30.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
57739
57922
|
if (!result.ok) {
|
|
57740
57923
|
return {
|
|
57741
57924
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -57776,9 +57959,9 @@ var init_updateannotatorendpointannotatorsannotatoruuidputop = __esm(() => {
|
|
|
57776
57959
|
|
|
57777
57960
|
// src/funcs/annotatorsUpdate.ts
|
|
57778
57961
|
function annotatorsUpdate(client$, request, options) {
|
|
57779
|
-
return new APIPromise($
|
|
57962
|
+
return new APIPromise($do30(client$, request, options));
|
|
57780
57963
|
}
|
|
57781
|
-
async function $
|
|
57964
|
+
async function $do30(client$, request, options) {
|
|
57782
57965
|
const parsed$ = safeParse4(request, (value$) => UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutRequest$zodSchema.parse(value$), "Input validation failed");
|
|
57783
57966
|
if (!parsed$.ok) {
|
|
57784
57967
|
return [parsed$, { status: "invalid" }];
|
|
@@ -57858,12 +58041,12 @@ var init_annotatorsUpdate = __esm(() => {
|
|
|
57858
58041
|
});
|
|
57859
58042
|
|
|
57860
58043
|
// src/mcp-server/tools/annotatorsUpdate.ts
|
|
57861
|
-
var
|
|
58044
|
+
var args30, tool$annotatorsUpdate;
|
|
57862
58045
|
var init_annotatorsUpdate2 = __esm(() => {
|
|
57863
58046
|
init_annotatorsUpdate();
|
|
57864
58047
|
init_updateannotatorendpointannotatorsannotatoruuidputop();
|
|
57865
58048
|
init_tools();
|
|
57866
|
-
|
|
58049
|
+
args30 = {
|
|
57867
58050
|
request: UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutRequest$zodSchema
|
|
57868
58051
|
};
|
|
57869
58052
|
tool$annotatorsUpdate = {
|
|
@@ -57878,9 +58061,9 @@ var init_annotatorsUpdate2 = __esm(() => {
|
|
|
57878
58061
|
openWorldHint: true,
|
|
57879
58062
|
readOnlyHint: false
|
|
57880
58063
|
},
|
|
57881
|
-
args:
|
|
57882
|
-
tool: async (client,
|
|
57883
|
-
const [result] = await annotatorsUpdate(client,
|
|
58064
|
+
args: args30,
|
|
58065
|
+
tool: async (client, args31, ctx) => {
|
|
58066
|
+
const [result] = await annotatorsUpdate(client, args31.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
57884
58067
|
if (!result.ok) {
|
|
57885
58068
|
return {
|
|
57886
58069
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -57987,9 +58170,9 @@ var init_createevaluatorendpointevaluatorspostop = __esm(() => {
|
|
|
57987
58170
|
|
|
57988
58171
|
// src/funcs/evaluatorsCreate.ts
|
|
57989
58172
|
function evaluatorsCreate(client$, request, options) {
|
|
57990
|
-
return new APIPromise($
|
|
58173
|
+
return new APIPromise($do31(client$, request, options));
|
|
57991
58174
|
}
|
|
57992
|
-
async function $
|
|
58175
|
+
async function $do31(client$, request, options) {
|
|
57993
58176
|
const parsed$ = safeParse4(request, (value$) => CreateEvaluatorEndpointEvaluatorsPostRequest$zodSchema.parse(value$), "Input validation failed");
|
|
57994
58177
|
if (!parsed$.ok) {
|
|
57995
58178
|
return [parsed$, { status: "invalid" }];
|
|
@@ -58063,12 +58246,12 @@ var init_evaluatorsCreate = __esm(() => {
|
|
|
58063
58246
|
});
|
|
58064
58247
|
|
|
58065
58248
|
// src/mcp-server/tools/evaluatorsCreate.ts
|
|
58066
|
-
var
|
|
58249
|
+
var args31, tool$evaluatorsCreate;
|
|
58067
58250
|
var init_evaluatorsCreate2 = __esm(() => {
|
|
58068
58251
|
init_evaluatorsCreate();
|
|
58069
58252
|
init_createevaluatorendpointevaluatorspostop();
|
|
58070
58253
|
init_tools();
|
|
58071
|
-
|
|
58254
|
+
args31 = {
|
|
58072
58255
|
request: CreateEvaluatorEndpointEvaluatorsPostRequest$zodSchema
|
|
58073
58256
|
};
|
|
58074
58257
|
tool$evaluatorsCreate = {
|
|
@@ -58083,9 +58266,9 @@ var init_evaluatorsCreate2 = __esm(() => {
|
|
|
58083
58266
|
openWorldHint: true,
|
|
58084
58267
|
readOnlyHint: false
|
|
58085
58268
|
},
|
|
58086
|
-
args:
|
|
58087
|
-
tool: async (client,
|
|
58088
|
-
const [result] = await evaluatorsCreate(client,
|
|
58269
|
+
args: args31,
|
|
58270
|
+
tool: async (client, args32, ctx) => {
|
|
58271
|
+
const [result] = await evaluatorsCreate(client, args32.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
58089
58272
|
if (!result.ok) {
|
|
58090
58273
|
return {
|
|
58091
58274
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -58142,9 +58325,9 @@ var init_createversionevaluatorsevaluatoruuidversionspostop = __esm(() => {
|
|
|
58142
58325
|
|
|
58143
58326
|
// src/funcs/evaluatorsCreateVersion.ts
|
|
58144
58327
|
function evaluatorsCreateVersion(client$, request, options) {
|
|
58145
|
-
return new APIPromise($
|
|
58328
|
+
return new APIPromise($do32(client$, request, options));
|
|
58146
58329
|
}
|
|
58147
|
-
async function $
|
|
58330
|
+
async function $do32(client$, request, options) {
|
|
58148
58331
|
const parsed$ = safeParse4(request, (value$) => CreateVersionEvaluatorsEvaluatorUuidVersionsPostRequest$zodSchema.parse(value$), "Input validation failed");
|
|
58149
58332
|
if (!parsed$.ok) {
|
|
58150
58333
|
return [parsed$, { status: "invalid" }];
|
|
@@ -58224,12 +58407,12 @@ var init_evaluatorsCreateVersion = __esm(() => {
|
|
|
58224
58407
|
});
|
|
58225
58408
|
|
|
58226
58409
|
// src/mcp-server/tools/evaluatorsCreateVersion.ts
|
|
58227
|
-
var
|
|
58410
|
+
var args32, tool$evaluatorsCreateVersion;
|
|
58228
58411
|
var init_evaluatorsCreateVersion2 = __esm(() => {
|
|
58229
58412
|
init_evaluatorsCreateVersion();
|
|
58230
58413
|
init_createversionevaluatorsevaluatoruuidversionspostop();
|
|
58231
58414
|
init_tools();
|
|
58232
|
-
|
|
58415
|
+
args32 = {
|
|
58233
58416
|
request: CreateVersionEvaluatorsEvaluatorUuidVersionsPostRequest$zodSchema
|
|
58234
58417
|
};
|
|
58235
58418
|
tool$evaluatorsCreateVersion = {
|
|
@@ -58244,9 +58427,9 @@ var init_evaluatorsCreateVersion2 = __esm(() => {
|
|
|
58244
58427
|
openWorldHint: true,
|
|
58245
58428
|
readOnlyHint: false
|
|
58246
58429
|
},
|
|
58247
|
-
args:
|
|
58248
|
-
tool: async (client,
|
|
58249
|
-
const [result] = await evaluatorsCreateVersion(client,
|
|
58430
|
+
args: args32,
|
|
58431
|
+
tool: async (client, args33, ctx) => {
|
|
58432
|
+
const [result] = await evaluatorsCreateVersion(client, args33.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
58250
58433
|
if (!result.ok) {
|
|
58251
58434
|
return {
|
|
58252
58435
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -58331,9 +58514,9 @@ var init_getevaluatorendpointevaluatorsevaluatoruuidgetop = __esm(() => {
|
|
|
58331
58514
|
|
|
58332
58515
|
// src/funcs/evaluatorsGet.ts
|
|
58333
58516
|
function evaluatorsGet(client$, request, options) {
|
|
58334
|
-
return new APIPromise($
|
|
58517
|
+
return new APIPromise($do33(client$, request, options));
|
|
58335
58518
|
}
|
|
58336
|
-
async function $
|
|
58519
|
+
async function $do33(client$, request, options) {
|
|
58337
58520
|
const parsed$ = safeParse4(request, (value$) => GetEvaluatorEndpointEvaluatorsEvaluatorUuidGetRequest$zodSchema.parse(value$), "Input validation failed");
|
|
58338
58521
|
if (!parsed$.ok) {
|
|
58339
58522
|
return [parsed$, { status: "invalid" }];
|
|
@@ -58416,12 +58599,12 @@ var init_evaluatorsGet = __esm(() => {
|
|
|
58416
58599
|
});
|
|
58417
58600
|
|
|
58418
58601
|
// src/mcp-server/tools/evaluatorsGet.ts
|
|
58419
|
-
var
|
|
58602
|
+
var args33, tool$evaluatorsGet;
|
|
58420
58603
|
var init_evaluatorsGet2 = __esm(() => {
|
|
58421
58604
|
init_evaluatorsGet();
|
|
58422
58605
|
init_getevaluatorendpointevaluatorsevaluatoruuidgetop();
|
|
58423
58606
|
init_tools();
|
|
58424
|
-
|
|
58607
|
+
args33 = {
|
|
58425
58608
|
request: GetEvaluatorEndpointEvaluatorsEvaluatorUuidGetRequest$zodSchema
|
|
58426
58609
|
};
|
|
58427
58610
|
tool$evaluatorsGet = {
|
|
@@ -58436,9 +58619,9 @@ var init_evaluatorsGet2 = __esm(() => {
|
|
|
58436
58619
|
openWorldHint: true,
|
|
58437
58620
|
readOnlyHint: true
|
|
58438
58621
|
},
|
|
58439
|
-
args:
|
|
58440
|
-
tool: async (client,
|
|
58441
|
-
const [result] = await evaluatorsGet(client,
|
|
58622
|
+
args: args33,
|
|
58623
|
+
tool: async (client, args34, ctx) => {
|
|
58624
|
+
const [result] = await evaluatorsGet(client, args34.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
58442
58625
|
if (!result.ok) {
|
|
58443
58626
|
return {
|
|
58444
58627
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -58484,9 +58667,9 @@ var init_listevaluatorsevaluatorsgetop = __esm(() => {
|
|
|
58484
58667
|
|
|
58485
58668
|
// src/funcs/evaluatorsList.ts
|
|
58486
58669
|
function evaluatorsList(client$, request, options) {
|
|
58487
|
-
return new APIPromise($
|
|
58670
|
+
return new APIPromise($do34(client$, request, options));
|
|
58488
58671
|
}
|
|
58489
|
-
async function $
|
|
58672
|
+
async function $do34(client$, request, options) {
|
|
58490
58673
|
const parsed$ = safeParse4(request, (value$) => ListEvaluatorsEvaluatorsGetRequest$zodSchema.optional().parse(value$), "Input validation failed");
|
|
58491
58674
|
if (!parsed$.ok) {
|
|
58492
58675
|
return [parsed$, { status: "invalid" }];
|
|
@@ -58568,12 +58751,12 @@ var init_evaluatorsList = __esm(() => {
|
|
|
58568
58751
|
});
|
|
58569
58752
|
|
|
58570
58753
|
// src/mcp-server/tools/evaluatorsList.ts
|
|
58571
|
-
var
|
|
58754
|
+
var args34, tool$evaluatorsList;
|
|
58572
58755
|
var init_evaluatorsList2 = __esm(() => {
|
|
58573
58756
|
init_evaluatorsList();
|
|
58574
58757
|
init_listevaluatorsevaluatorsgetop();
|
|
58575
58758
|
init_tools();
|
|
58576
|
-
|
|
58759
|
+
args34 = {
|
|
58577
58760
|
request: ListEvaluatorsEvaluatorsGetRequest$zodSchema.optional()
|
|
58578
58761
|
};
|
|
58579
58762
|
tool$evaluatorsList = {
|
|
@@ -58588,9 +58771,9 @@ var init_evaluatorsList2 = __esm(() => {
|
|
|
58588
58771
|
openWorldHint: true,
|
|
58589
58772
|
readOnlyHint: true
|
|
58590
58773
|
},
|
|
58591
|
-
args:
|
|
58592
|
-
tool: async (client,
|
|
58593
|
-
const [result] = await evaluatorsList(client,
|
|
58774
|
+
args: args34,
|
|
58775
|
+
tool: async (client, args35, ctx) => {
|
|
58776
|
+
const [result] = await evaluatorsList(client, args35.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
58594
58777
|
if (!result.ok) {
|
|
58595
58778
|
return {
|
|
58596
58779
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -58720,9 +58903,9 @@ var init_bulkuploadteststestsbulkpostop = __esm(() => {
|
|
|
58720
58903
|
|
|
58721
58904
|
// src/funcs/testsBulkCreate.ts
|
|
58722
58905
|
function testsBulkCreate(client$, request, options) {
|
|
58723
|
-
return new APIPromise($
|
|
58906
|
+
return new APIPromise($do35(client$, request, options));
|
|
58724
58907
|
}
|
|
58725
|
-
async function $
|
|
58908
|
+
async function $do35(client$, request, options) {
|
|
58726
58909
|
const parsed$ = safeParse4(request, (value$) => BulkUploadTestsTestsBulkPostRequest$zodSchema.parse(value$), "Input validation failed");
|
|
58727
58910
|
if (!parsed$.ok) {
|
|
58728
58911
|
return [parsed$, { status: "invalid" }];
|
|
@@ -58796,12 +58979,12 @@ var init_testsBulkCreate = __esm(() => {
|
|
|
58796
58979
|
});
|
|
58797
58980
|
|
|
58798
58981
|
// src/mcp-server/tools/testsBulkCreate.ts
|
|
58799
|
-
var
|
|
58982
|
+
var args35, tool$testsBulkCreate;
|
|
58800
58983
|
var init_testsBulkCreate2 = __esm(() => {
|
|
58801
58984
|
init_testsBulkCreate();
|
|
58802
58985
|
init_bulkuploadteststestsbulkpostop();
|
|
58803
58986
|
init_tools();
|
|
58804
|
-
|
|
58987
|
+
args35 = {
|
|
58805
58988
|
request: BulkUploadTestsTestsBulkPostRequest$zodSchema
|
|
58806
58989
|
};
|
|
58807
58990
|
tool$testsBulkCreate = {
|
|
@@ -58818,9 +59001,9 @@ tests including their UUIDs.
|
|
|
58818
59001
|
openWorldHint: true,
|
|
58819
59002
|
readOnlyHint: false
|
|
58820
59003
|
},
|
|
58821
|
-
args:
|
|
58822
|
-
tool: async (client,
|
|
58823
|
-
const [result] = await testsBulkCreate(client,
|
|
59004
|
+
args: args35,
|
|
59005
|
+
tool: async (client, args36, ctx) => {
|
|
59006
|
+
const [result] = await testsBulkCreate(client, args36.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
58824
59007
|
if (!result.ok) {
|
|
58825
59008
|
return {
|
|
58826
59009
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -58879,9 +59062,9 @@ var init_createtestendpointtestspostop = __esm(() => {
|
|
|
58879
59062
|
|
|
58880
59063
|
// src/funcs/testsCreate.ts
|
|
58881
59064
|
function testsCreate(client$, request, options) {
|
|
58882
|
-
return new APIPromise($
|
|
59065
|
+
return new APIPromise($do36(client$, request, options));
|
|
58883
59066
|
}
|
|
58884
|
-
async function $
|
|
59067
|
+
async function $do36(client$, request, options) {
|
|
58885
59068
|
const parsed$ = safeParse4(request, (value$) => CreateTestEndpointTestsPostRequest$zodSchema.parse(value$), "Input validation failed");
|
|
58886
59069
|
if (!parsed$.ok) {
|
|
58887
59070
|
return [parsed$, { status: "invalid" }];
|
|
@@ -58955,12 +59138,12 @@ var init_testsCreate = __esm(() => {
|
|
|
58955
59138
|
});
|
|
58956
59139
|
|
|
58957
59140
|
// src/mcp-server/tools/testsCreate.ts
|
|
58958
|
-
var
|
|
59141
|
+
var args36, tool$testsCreate;
|
|
58959
59142
|
var init_testsCreate2 = __esm(() => {
|
|
58960
59143
|
init_testsCreate();
|
|
58961
59144
|
init_createtestendpointtestspostop();
|
|
58962
59145
|
init_tools();
|
|
58963
|
-
|
|
59146
|
+
args36 = {
|
|
58964
59147
|
request: CreateTestEndpointTestsPostRequest$zodSchema
|
|
58965
59148
|
};
|
|
58966
59149
|
tool$testsCreate = {
|
|
@@ -58977,9 +59160,9 @@ Requires a Calibrate API key (CALIBRATE_API_KEY).
|
|
|
58977
59160
|
openWorldHint: true,
|
|
58978
59161
|
readOnlyHint: false
|
|
58979
59162
|
},
|
|
58980
|
-
args:
|
|
58981
|
-
tool: async (client,
|
|
58982
|
-
const [result] = await testsCreate(client,
|
|
59163
|
+
args: args36,
|
|
59164
|
+
tool: async (client, args37, ctx) => {
|
|
59165
|
+
const [result] = await testsCreate(client, args37.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
58983
59166
|
if (!result.ok) {
|
|
58984
59167
|
return {
|
|
58985
59168
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -59029,9 +59212,9 @@ var init_gettestendpointteststestuuidgetop = __esm(() => {
|
|
|
59029
59212
|
|
|
59030
59213
|
// src/funcs/testsGet.ts
|
|
59031
59214
|
function testsGet(client$, request, options) {
|
|
59032
|
-
return new APIPromise($
|
|
59215
|
+
return new APIPromise($do37(client$, request, options));
|
|
59033
59216
|
}
|
|
59034
|
-
async function $
|
|
59217
|
+
async function $do37(client$, request, options) {
|
|
59035
59218
|
const parsed$ = safeParse4(request, (value$) => GetTestEndpointTestsTestUuidGetRequest$zodSchema.parse(value$), "Input validation failed");
|
|
59036
59219
|
if (!parsed$.ok) {
|
|
59037
59220
|
return [parsed$, { status: "invalid" }];
|
|
@@ -59110,12 +59293,12 @@ var init_testsGet = __esm(() => {
|
|
|
59110
59293
|
});
|
|
59111
59294
|
|
|
59112
59295
|
// src/mcp-server/tools/testsGet.ts
|
|
59113
|
-
var
|
|
59296
|
+
var args37, tool$testsGet;
|
|
59114
59297
|
var init_testsGet2 = __esm(() => {
|
|
59115
59298
|
init_testsGet();
|
|
59116
59299
|
init_gettestendpointteststestuuidgetop();
|
|
59117
59300
|
init_tools();
|
|
59118
|
-
|
|
59301
|
+
args37 = {
|
|
59119
59302
|
request: GetTestEndpointTestsTestUuidGetRequest$zodSchema
|
|
59120
59303
|
};
|
|
59121
59304
|
tool$testsGet = {
|
|
@@ -59132,9 +59315,9 @@ exist or belongs to another org.
|
|
|
59132
59315
|
openWorldHint: true,
|
|
59133
59316
|
readOnlyHint: true
|
|
59134
59317
|
},
|
|
59135
|
-
args:
|
|
59136
|
-
tool: async (client,
|
|
59137
|
-
const [result] = await testsGet(client,
|
|
59318
|
+
args: args37,
|
|
59319
|
+
tool: async (client, args38, ctx) => {
|
|
59320
|
+
const [result] = await testsGet(client, args38.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
59138
59321
|
if (!result.ok) {
|
|
59139
59322
|
return {
|
|
59140
59323
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -59166,9 +59349,9 @@ var init_listteststestsgetop = __esm(() => {
|
|
|
59166
59349
|
|
|
59167
59350
|
// src/funcs/testsList.ts
|
|
59168
59351
|
function testsList(client$, request, options) {
|
|
59169
|
-
return new APIPromise($
|
|
59352
|
+
return new APIPromise($do38(client$, request, options));
|
|
59170
59353
|
}
|
|
59171
|
-
async function $
|
|
59354
|
+
async function $do38(client$, request, options) {
|
|
59172
59355
|
const parsed$ = safeParse4(request, (value$) => ListTestsTestsGetRequest$zodSchema.optional().parse(value$), "Input validation failed");
|
|
59173
59356
|
if (!parsed$.ok) {
|
|
59174
59357
|
return [parsed$, { status: "invalid" }];
|
|
@@ -59247,12 +59430,12 @@ var init_testsList = __esm(() => {
|
|
|
59247
59430
|
});
|
|
59248
59431
|
|
|
59249
59432
|
// src/mcp-server/tools/testsList.ts
|
|
59250
|
-
var
|
|
59433
|
+
var args38, tool$testsList;
|
|
59251
59434
|
var init_testsList2 = __esm(() => {
|
|
59252
59435
|
init_testsList();
|
|
59253
59436
|
init_listteststestsgetop();
|
|
59254
59437
|
init_tools();
|
|
59255
|
-
|
|
59438
|
+
args38 = {
|
|
59256
59439
|
request: ListTestsTestsGetRequest$zodSchema.optional()
|
|
59257
59440
|
};
|
|
59258
59441
|
tool$testsList = {
|
|
@@ -59269,9 +59452,9 @@ before creating runs.
|
|
|
59269
59452
|
openWorldHint: true,
|
|
59270
59453
|
readOnlyHint: true
|
|
59271
59454
|
},
|
|
59272
|
-
args:
|
|
59273
|
-
tool: async (client,
|
|
59274
|
-
const [result] = await testsList(client,
|
|
59455
|
+
args: args38,
|
|
59456
|
+
tool: async (client, args39, ctx) => {
|
|
59457
|
+
const [result] = await testsList(client, args39.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
59275
59458
|
if (!result.ok) {
|
|
59276
59459
|
return {
|
|
59277
59460
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -59328,9 +59511,9 @@ var init_updatetestendpointteststestuuidputop = __esm(() => {
|
|
|
59328
59511
|
|
|
59329
59512
|
// src/funcs/testsUpdate.ts
|
|
59330
59513
|
function testsUpdate(client$, request, options) {
|
|
59331
|
-
return new APIPromise($
|
|
59514
|
+
return new APIPromise($do39(client$, request, options));
|
|
59332
59515
|
}
|
|
59333
|
-
async function $
|
|
59516
|
+
async function $do39(client$, request, options) {
|
|
59334
59517
|
const parsed$ = safeParse4(request, (value$) => UpdateTestEndpointTestsTestUuidPutRequest$zodSchema.parse(value$), "Input validation failed");
|
|
59335
59518
|
if (!parsed$.ok) {
|
|
59336
59519
|
return [parsed$, { status: "invalid" }];
|
|
@@ -59410,12 +59593,12 @@ var init_testsUpdate = __esm(() => {
|
|
|
59410
59593
|
});
|
|
59411
59594
|
|
|
59412
59595
|
// src/mcp-server/tools/testsUpdate.ts
|
|
59413
|
-
var
|
|
59596
|
+
var args39, tool$testsUpdate;
|
|
59414
59597
|
var init_testsUpdate2 = __esm(() => {
|
|
59415
59598
|
init_testsUpdate();
|
|
59416
59599
|
init_updatetestendpointteststestuuidputop();
|
|
59417
59600
|
init_tools();
|
|
59418
|
-
|
|
59601
|
+
args39 = {
|
|
59419
59602
|
request: UpdateTestEndpointTestsTestUuidPutRequest$zodSchema
|
|
59420
59603
|
};
|
|
59421
59604
|
tool$testsUpdate = {
|
|
@@ -59432,9 +59615,9 @@ fields to change (name, config). Returns the updated test. Fails with
|
|
|
59432
59615
|
openWorldHint: true,
|
|
59433
59616
|
readOnlyHint: false
|
|
59434
59617
|
},
|
|
59435
|
-
args:
|
|
59436
|
-
tool: async (client,
|
|
59437
|
-
const [result] = await testsUpdate(client,
|
|
59618
|
+
args: args39,
|
|
59619
|
+
tool: async (client, args40, ctx) => {
|
|
59620
|
+
const [result] = await testsUpdate(client, args40.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
59438
59621
|
if (!result.ok) {
|
|
59439
59622
|
return {
|
|
59440
59623
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -59547,9 +59730,9 @@ var init_ingesttracetracespostop = __esm(() => {
|
|
|
59547
59730
|
|
|
59548
59731
|
// src/funcs/tracesCreate.ts
|
|
59549
59732
|
function tracesCreate(client$, request, options) {
|
|
59550
|
-
return new APIPromise($
|
|
59733
|
+
return new APIPromise($do40(client$, request, options));
|
|
59551
59734
|
}
|
|
59552
|
-
async function $
|
|
59735
|
+
async function $do40(client$, request, options) {
|
|
59553
59736
|
const parsed$ = safeParse4(request, (value$) => IngestTraceTracesPostRequest$zodSchema.parse(value$), "Input validation failed");
|
|
59554
59737
|
if (!parsed$.ok) {
|
|
59555
59738
|
return [parsed$, { status: "invalid" }];
|
|
@@ -59623,12 +59806,12 @@ var init_tracesCreate = __esm(() => {
|
|
|
59623
59806
|
});
|
|
59624
59807
|
|
|
59625
59808
|
// src/mcp-server/tools/tracesCreate.ts
|
|
59626
|
-
var
|
|
59809
|
+
var args40, tool$tracesCreate;
|
|
59627
59810
|
var init_tracesCreate2 = __esm(() => {
|
|
59628
59811
|
init_tracesCreate();
|
|
59629
59812
|
init_ingesttracetracespostop();
|
|
59630
59813
|
init_tools();
|
|
59631
|
-
|
|
59814
|
+
args40 = {
|
|
59632
59815
|
request: IngestTraceTracesPostRequest$zodSchema
|
|
59633
59816
|
};
|
|
59634
59817
|
tool$tracesCreate = {
|
|
@@ -59647,9 +59830,9 @@ hits its trace limit.
|
|
|
59647
59830
|
openWorldHint: true,
|
|
59648
59831
|
readOnlyHint: false
|
|
59649
59832
|
},
|
|
59650
|
-
args:
|
|
59651
|
-
tool: async (client,
|
|
59652
|
-
const [result] = await tracesCreate(client,
|
|
59833
|
+
args: args40,
|
|
59834
|
+
tool: async (client, args41, ctx) => {
|
|
59835
|
+
const [result] = await tracesCreate(client, args41.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
59653
59836
|
if (!result.ok) {
|
|
59654
59837
|
return {
|
|
59655
59838
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -59665,16 +59848,16 @@ hits its trace limit.
|
|
|
59665
59848
|
function createMCPServer(deps) {
|
|
59666
59849
|
const server = new McpServer({
|
|
59667
59850
|
name: "CalibrateMcp",
|
|
59668
|
-
version: "0.0.
|
|
59851
|
+
version: "0.0.39"
|
|
59669
59852
|
});
|
|
59670
59853
|
const getClient = deps.getSDK || (() => new CalibrateMcpCore({
|
|
59671
59854
|
security: deps.security,
|
|
59672
59855
|
serverURL: deps.serverURL,
|
|
59673
59856
|
serverIdx: deps.serverIdx,
|
|
59674
59857
|
debugLogger: deps.logger.level === "debug" ? {
|
|
59675
|
-
log: (...
|
|
59676
|
-
group: (...
|
|
59677
|
-
groupEnd: (...
|
|
59858
|
+
log: (...args41) => console.log(...args41),
|
|
59859
|
+
group: (...args41) => console.group(...args41),
|
|
59860
|
+
groupEnd: (...args41) => console.groupEnd(...args41)
|
|
59678
59861
|
} : undefined
|
|
59679
59862
|
}));
|
|
59680
59863
|
const scopes = new Set(deps.scopes);
|
|
@@ -59715,6 +59898,7 @@ function createMCPServer(deps) {
|
|
|
59715
59898
|
tool(tool$annotationTasksSetEvaluators);
|
|
59716
59899
|
tool(tool$annotationTasksAddItems);
|
|
59717
59900
|
tool(tool$annotationTasksUpdateItems);
|
|
59901
|
+
tool(tool$annotationTasksCreateLabellingJobs);
|
|
59718
59902
|
tool(tool$annotationTasksCreateEvaluatorRun);
|
|
59719
59903
|
tool(tool$annotationTasksGetEvaluatorRun);
|
|
59720
59904
|
tool(tool$annotationTasksGetAgreement);
|
|
@@ -59752,6 +59936,7 @@ var init_server2 = __esm(() => {
|
|
|
59752
59936
|
init_annotationTasksAddItems2();
|
|
59753
59937
|
init_annotationTasksCreate2();
|
|
59754
59938
|
init_annotationTasksCreateEvaluatorRun2();
|
|
59939
|
+
init_annotationTasksCreateLabellingJobs2();
|
|
59755
59940
|
init_annotationTasksGet2();
|
|
59756
59941
|
init_annotationTasksGetAgreement2();
|
|
59757
59942
|
init_annotationTasksGetEvaluatorRun2();
|
|
@@ -59972,6 +60157,11 @@ must be in your workspace.
|
|
|
59972
60157
|
{
|
|
59973
60158
|
name: "update-annotation-items",
|
|
59974
60159
|
description: `Bulk-update item payloads in an annotation task.
|
|
60160
|
+
`
|
|
60161
|
+
},
|
|
60162
|
+
{
|
|
60163
|
+
name: "create-labelling-jobs",
|
|
60164
|
+
description: `Assign items to annotators, creating one labelling job per annotator. Each job comes back with a public_token for the annotator's labelling link.
|
|
59975
60165
|
`
|
|
59976
60166
|
},
|
|
59977
60167
|
{
|
|
@@ -60924,7 +61114,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
|
|
|
60924
61114
|
<h1>Instructions</h1>
|
|
60925
61115
|
<p>One-click installation for Claude Desktop users</p>
|
|
60926
61116
|
<div class="instruction-item">
|
|
60927
|
-
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.
|
|
61117
|
+
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.39/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
|
|
60928
61118
|
\uD83D\uDCE5 Download MCP Bundle
|
|
60929
61119
|
</a>
|
|
60930
61120
|
</div>
|
|
@@ -63811,7 +64001,7 @@ var routes = buildRouteMap({
|
|
|
63811
64001
|
var app = buildApplication(routes, {
|
|
63812
64002
|
name: "mcp",
|
|
63813
64003
|
versionInfo: {
|
|
63814
|
-
currentVersion: "0.0.
|
|
64004
|
+
currentVersion: "0.0.39"
|
|
63815
64005
|
}
|
|
63816
64006
|
});
|
|
63817
64007
|
run(app, process4.argv.slice(2), buildContext(process4));
|
|
@@ -63819,5 +64009,5 @@ export {
|
|
|
63819
64009
|
app
|
|
63820
64010
|
};
|
|
63821
64011
|
|
|
63822
|
-
//# debugId=
|
|
64012
|
+
//# debugId=F1F438BE9AF6FD5064756E2164756E21
|
|
63823
64013
|
//# sourceMappingURL=mcp-server.js.map
|