@workglow/tasks 0.0.117 → 0.0.119

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/bun.js CHANGED
@@ -6380,7 +6380,7 @@ var mcpListTypes = ["tools", "resources", "prompts"];
6380
6380
  var inputSchema22 = {
6381
6381
  type: "object",
6382
6382
  properties: {
6383
- ...mcpServerConfigSchema,
6383
+ ...mcpServerConfigSchema.properties,
6384
6384
  list_type: {
6385
6385
  type: "string",
6386
6386
  enum: mcpListTypes,
@@ -6389,6 +6389,7 @@ var inputSchema22 = {
6389
6389
  }
6390
6390
  },
6391
6391
  required: ["transport", "list_type"],
6392
+ allOf: mcpServerConfigSchema.allOf,
6392
6393
  additionalProperties: false
6393
6394
  };
6394
6395
  var iconSchema = {
@@ -6630,7 +6631,7 @@ var configSchema2 = {
6630
6631
  type: "object",
6631
6632
  properties: {
6632
6633
  ...TaskConfigSchema5["properties"],
6633
- ...mcpServerConfigSchema2,
6634
+ ...mcpServerConfigSchema2.properties,
6634
6635
  prompt_name: {
6635
6636
  type: "string",
6636
6637
  title: "Prompt Name",
@@ -6642,6 +6643,7 @@ var configSchema2 = {
6642
6643
  if: { properties: { transport: { const: "stdio" } }, required: ["transport"] },
6643
6644
  then: { required: ["command"] },
6644
6645
  else: { required: ["server_url"] },
6646
+ allOf: mcpServerConfigSchema2.allOf,
6645
6647
  additionalProperties: false
6646
6648
  };
6647
6649
  var annotationsSchema = {
@@ -6877,7 +6879,7 @@ var configSchema3 = {
6877
6879
  type: "object",
6878
6880
  properties: {
6879
6881
  ...TaskConfigSchema6["properties"],
6880
- ...mcpServerConfigSchema3,
6882
+ ...mcpServerConfigSchema3.properties,
6881
6883
  resource_uri: {
6882
6884
  type: "string",
6883
6885
  title: "Resource URI",
@@ -6889,6 +6891,7 @@ var configSchema3 = {
6889
6891
  if: { properties: { transport: { const: "stdio" } }, required: ["transport"] },
6890
6892
  then: { required: ["command"] },
6891
6893
  else: { required: ["server_url"] },
6894
+ allOf: mcpServerConfigSchema3.allOf,
6892
6895
  additionalProperties: false
6893
6896
  };
6894
6897
  var contentItemSchema = {
@@ -6981,7 +6984,7 @@ var configSchema4 = {
6981
6984
  type: "object",
6982
6985
  properties: {
6983
6986
  ...TaskConfigSchema7["properties"],
6984
- ...mcpServerConfigSchema4,
6987
+ ...mcpServerConfigSchema4.properties,
6985
6988
  tool_name: {
6986
6989
  type: "string",
6987
6990
  title: "Tool Name",
@@ -6993,6 +6996,7 @@ var configSchema4 = {
6993
6996
  if: { properties: { transport: { const: "stdio" } }, required: ["transport"] },
6994
6997
  then: { required: ["command"] },
6995
6998
  else: { required: ["server_url"] },
6999
+ allOf: mcpServerConfigSchema4.allOf,
6996
7000
  additionalProperties: false
6997
7001
  };
6998
7002
  var annotationsSchema2 = {
@@ -9023,4 +9027,4 @@ export {
9023
9027
  ArrayTask
9024
9028
  };
9025
9029
 
9026
- //# debugId=031B7D34236F64BA64756E2164756E21
9030
+ //# debugId=4ADABD0550E093CE64756E2164756E21