@avallon-labs/mcp 33.0.0 → 33.1.0-staging.853
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
|
@@ -6530,7 +6530,17 @@ var CreateWorkerBody = zod.object({
|
|
|
6530
6530
|
prompt: zod.string().min(1).optional(),
|
|
6531
6531
|
instruction_template: zod.string().min(1).optional().describe("Deprecated. Use `prompt` instead."),
|
|
6532
6532
|
env_vars: zod.record(zod.string(), zod.string()),
|
|
6533
|
-
mcp_type: zod.union([
|
|
6533
|
+
mcp_type: zod.union([
|
|
6534
|
+
zod.enum([
|
|
6535
|
+
"ventiv",
|
|
6536
|
+
"klear",
|
|
6537
|
+
"klear-browser",
|
|
6538
|
+
"demo-browser",
|
|
6539
|
+
"demo-claims",
|
|
6540
|
+
"filehandler-browser"
|
|
6541
|
+
]),
|
|
6542
|
+
zod.null()
|
|
6543
|
+
]).optional()
|
|
6534
6544
|
});
|
|
6535
6545
|
var createWorkerResponseVersionMin = 0;
|
|
6536
6546
|
var CreateWorkerResponse = zod.object({
|
|
@@ -6538,7 +6548,14 @@ var CreateWorkerResponse = zod.object({
|
|
|
6538
6548
|
name: zod.string(),
|
|
6539
6549
|
mcps: zod.array(
|
|
6540
6550
|
zod.object({
|
|
6541
|
-
name: zod.enum([
|
|
6551
|
+
name: zod.enum([
|
|
6552
|
+
"ventiv",
|
|
6553
|
+
"klear",
|
|
6554
|
+
"klear-browser",
|
|
6555
|
+
"demo-browser",
|
|
6556
|
+
"demo-claims",
|
|
6557
|
+
"filehandler-browser"
|
|
6558
|
+
]).describe("MCP server identifier.")
|
|
6542
6559
|
})
|
|
6543
6560
|
).describe("MCP servers the worker connects to."),
|
|
6544
6561
|
mcp_type: zod.union([zod.string(), zod.null()]).describe(
|
|
@@ -6572,7 +6589,14 @@ var ListWorkersResponseItem = zod.object({
|
|
|
6572
6589
|
name: zod.string(),
|
|
6573
6590
|
mcps: zod.array(
|
|
6574
6591
|
zod.object({
|
|
6575
|
-
name: zod.enum([
|
|
6592
|
+
name: zod.enum([
|
|
6593
|
+
"ventiv",
|
|
6594
|
+
"klear",
|
|
6595
|
+
"klear-browser",
|
|
6596
|
+
"demo-browser",
|
|
6597
|
+
"demo-claims",
|
|
6598
|
+
"filehandler-browser"
|
|
6599
|
+
]).describe("MCP server identifier.")
|
|
6576
6600
|
})
|
|
6577
6601
|
).describe("MCP servers the worker connects to."),
|
|
6578
6602
|
mcp_type: zod.union([zod.string(), zod.null()]).describe(
|
|
@@ -6592,7 +6616,14 @@ var GetWorkerResponse = zod.object({
|
|
|
6592
6616
|
name: zod.string(),
|
|
6593
6617
|
mcps: zod.array(
|
|
6594
6618
|
zod.object({
|
|
6595
|
-
name: zod.enum([
|
|
6619
|
+
name: zod.enum([
|
|
6620
|
+
"ventiv",
|
|
6621
|
+
"klear",
|
|
6622
|
+
"klear-browser",
|
|
6623
|
+
"demo-browser",
|
|
6624
|
+
"demo-claims",
|
|
6625
|
+
"filehandler-browser"
|
|
6626
|
+
]).describe("MCP server identifier.")
|
|
6596
6627
|
})
|
|
6597
6628
|
).describe("MCP servers the worker connects to."),
|
|
6598
6629
|
mcp_type: zod.union([zod.string(), zod.null()]).describe(
|
|
@@ -6634,7 +6665,14 @@ var UpdateWorkerResponse = zod.object({
|
|
|
6634
6665
|
name: zod.string(),
|
|
6635
6666
|
mcps: zod.array(
|
|
6636
6667
|
zod.object({
|
|
6637
|
-
name: zod.enum([
|
|
6668
|
+
name: zod.enum([
|
|
6669
|
+
"ventiv",
|
|
6670
|
+
"klear",
|
|
6671
|
+
"klear-browser",
|
|
6672
|
+
"demo-browser",
|
|
6673
|
+
"demo-claims",
|
|
6674
|
+
"filehandler-browser"
|
|
6675
|
+
]).describe("MCP server identifier.")
|
|
6638
6676
|
})
|
|
6639
6677
|
).describe("MCP servers the worker connects to."),
|
|
6640
6678
|
mcp_type: zod.union([zod.string(), zod.null()]).describe(
|
|
@@ -6676,7 +6714,14 @@ var UpdateWorkerMcpsParams = zod.object({
|
|
|
6676
6714
|
var UpdateWorkerMcpsBody = zod.object({
|
|
6677
6715
|
mcps: zod.array(
|
|
6678
6716
|
zod.object({
|
|
6679
|
-
name: zod.enum([
|
|
6717
|
+
name: zod.enum([
|
|
6718
|
+
"ventiv",
|
|
6719
|
+
"klear",
|
|
6720
|
+
"klear-browser",
|
|
6721
|
+
"demo-browser",
|
|
6722
|
+
"demo-claims",
|
|
6723
|
+
"filehandler-browser"
|
|
6724
|
+
]).describe("MCP server identifier.")
|
|
6680
6725
|
})
|
|
6681
6726
|
).describe(
|
|
6682
6727
|
"MCP servers the worker connects to, replacing the current set. Pass an empty array to disconnect the worker from all MCP servers."
|
|
@@ -6688,7 +6733,14 @@ var UpdateWorkerMcpsResponse = zod.object({
|
|
|
6688
6733
|
name: zod.string(),
|
|
6689
6734
|
mcps: zod.array(
|
|
6690
6735
|
zod.object({
|
|
6691
|
-
name: zod.enum([
|
|
6736
|
+
name: zod.enum([
|
|
6737
|
+
"ventiv",
|
|
6738
|
+
"klear",
|
|
6739
|
+
"klear-browser",
|
|
6740
|
+
"demo-browser",
|
|
6741
|
+
"demo-claims",
|
|
6742
|
+
"filehandler-browser"
|
|
6743
|
+
]).describe("MCP server identifier.")
|
|
6692
6744
|
})
|
|
6693
6745
|
).describe("MCP servers the worker connects to."),
|
|
6694
6746
|
mcp_type: zod.union([zod.string(), zod.null()]).describe(
|
|
@@ -8819,4 +8871,4 @@ var transport = new StdioServerTransport();
|
|
|
8819
8871
|
server.connect(transport).then(() => {
|
|
8820
8872
|
console.error("MCP server running on stdio");
|
|
8821
8873
|
}).catch(console.error);
|
|
8822
|
-
//# sourceMappingURL=server-
|
|
8874
|
+
//# sourceMappingURL=server-WR5ARUE5.js.map
|