@avallon-labs/mcp 16.0.0 → 16.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -4009,6 +4009,9 @@ var CreateWorkerWebhookResponse = zod.object({
|
|
|
4009
4009
|
}),
|
|
4010
4010
|
zod.object({
|
|
4011
4011
|
inbox_id: zod.string()
|
|
4012
|
+
}),
|
|
4013
|
+
zod.object({
|
|
4014
|
+
worker_id: zod.string()
|
|
4012
4015
|
})
|
|
4013
4016
|
]),
|
|
4014
4017
|
name: zod.string(),
|
|
@@ -4033,6 +4036,9 @@ var ListWorkerWebhooksResponseItem = zod.object({
|
|
|
4033
4036
|
}),
|
|
4034
4037
|
zod.object({
|
|
4035
4038
|
inbox_id: zod.string()
|
|
4039
|
+
}),
|
|
4040
|
+
zod.object({
|
|
4041
|
+
worker_id: zod.string()
|
|
4036
4042
|
})
|
|
4037
4043
|
]),
|
|
4038
4044
|
name: zod.string(),
|
|
@@ -4293,6 +4299,9 @@ var CreateAgentWebhookResponse = zod.object({
|
|
|
4293
4299
|
}),
|
|
4294
4300
|
zod.object({
|
|
4295
4301
|
inbox_id: zod.string()
|
|
4302
|
+
}),
|
|
4303
|
+
zod.object({
|
|
4304
|
+
worker_id: zod.string()
|
|
4296
4305
|
})
|
|
4297
4306
|
]),
|
|
4298
4307
|
name: zod.string(),
|
|
@@ -4317,6 +4326,9 @@ var ListAgentWebhooksResponseItem = zod.object({
|
|
|
4317
4326
|
}),
|
|
4318
4327
|
zod.object({
|
|
4319
4328
|
inbox_id: zod.string()
|
|
4329
|
+
}),
|
|
4330
|
+
zod.object({
|
|
4331
|
+
worker_id: zod.string()
|
|
4320
4332
|
})
|
|
4321
4333
|
]),
|
|
4322
4334
|
name: zod.string(),
|
|
@@ -4361,6 +4373,9 @@ var CreateInboxWebhookResponse = zod.object({
|
|
|
4361
4373
|
}),
|
|
4362
4374
|
zod.object({
|
|
4363
4375
|
inbox_id: zod.string()
|
|
4376
|
+
}),
|
|
4377
|
+
zod.object({
|
|
4378
|
+
worker_id: zod.string()
|
|
4364
4379
|
})
|
|
4365
4380
|
]),
|
|
4366
4381
|
name: zod.string(),
|
|
@@ -4385,6 +4400,9 @@ var ListInboxWebhooksResponseItem = zod.object({
|
|
|
4385
4400
|
}),
|
|
4386
4401
|
zod.object({
|
|
4387
4402
|
inbox_id: zod.string()
|
|
4403
|
+
}),
|
|
4404
|
+
zod.object({
|
|
4405
|
+
worker_id: zod.string()
|
|
4388
4406
|
})
|
|
4389
4407
|
]),
|
|
4390
4408
|
name: zod.string(),
|
|
@@ -4429,6 +4447,9 @@ var CreateExtractorWebhookResponse = zod.object({
|
|
|
4429
4447
|
}),
|
|
4430
4448
|
zod.object({
|
|
4431
4449
|
inbox_id: zod.string()
|
|
4450
|
+
}),
|
|
4451
|
+
zod.object({
|
|
4452
|
+
worker_id: zod.string()
|
|
4432
4453
|
})
|
|
4433
4454
|
]),
|
|
4434
4455
|
name: zod.string(),
|
|
@@ -4453,6 +4474,9 @@ var ListWebhooksResponseItem = zod.object({
|
|
|
4453
4474
|
}),
|
|
4454
4475
|
zod.object({
|
|
4455
4476
|
inbox_id: zod.string()
|
|
4477
|
+
}),
|
|
4478
|
+
zod.object({
|
|
4479
|
+
worker_id: zod.string()
|
|
4456
4480
|
})
|
|
4457
4481
|
]),
|
|
4458
4482
|
name: zod.string(),
|
|
@@ -4482,6 +4506,9 @@ var GetWebhookResponse = zod.object({
|
|
|
4482
4506
|
}),
|
|
4483
4507
|
zod.object({
|
|
4484
4508
|
inbox_id: zod.string()
|
|
4509
|
+
}),
|
|
4510
|
+
zod.object({
|
|
4511
|
+
worker_id: zod.string()
|
|
4485
4512
|
})
|
|
4486
4513
|
]),
|
|
4487
4514
|
name: zod.string(),
|
|
@@ -5184,4 +5211,4 @@ var transport = new StdioServerTransport();
|
|
|
5184
5211
|
server.connect(transport).then(() => {
|
|
5185
5212
|
console.error("MCP server running on stdio");
|
|
5186
5213
|
}).catch(console.error);
|
|
5187
|
-
//# sourceMappingURL=server-
|
|
5214
|
+
//# sourceMappingURL=server-NXNTT3I4.js.map
|