@workglow/tasks 0.0.117 → 0.0.118

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/browser.js CHANGED
@@ -6385,7 +6385,7 @@ var mcpListTypes = ["tools", "resources", "prompts"];
6385
6385
  var inputSchema22 = {
6386
6386
  type: "object",
6387
6387
  properties: {
6388
- ...mcpServerConfigSchema,
6388
+ ...mcpServerConfigSchema.properties,
6389
6389
  list_type: {
6390
6390
  type: "string",
6391
6391
  enum: mcpListTypes,
@@ -6394,6 +6394,7 @@ var inputSchema22 = {
6394
6394
  }
6395
6395
  },
6396
6396
  required: ["transport", "list_type"],
6397
+ allOf: mcpServerConfigSchema.allOf,
6397
6398
  additionalProperties: false
6398
6399
  };
6399
6400
  var iconSchema = {
@@ -6635,7 +6636,7 @@ var configSchema2 = {
6635
6636
  type: "object",
6636
6637
  properties: {
6637
6638
  ...TaskConfigSchema5["properties"],
6638
- ...mcpServerConfigSchema2,
6639
+ ...mcpServerConfigSchema2.properties,
6639
6640
  prompt_name: {
6640
6641
  type: "string",
6641
6642
  title: "Prompt Name",
@@ -6647,6 +6648,7 @@ var configSchema2 = {
6647
6648
  if: { properties: { transport: { const: "stdio" } }, required: ["transport"] },
6648
6649
  then: { required: ["command"] },
6649
6650
  else: { required: ["server_url"] },
6651
+ allOf: mcpServerConfigSchema2.allOf,
6650
6652
  additionalProperties: false
6651
6653
  };
6652
6654
  var annotationsSchema = {
@@ -6882,7 +6884,7 @@ var configSchema3 = {
6882
6884
  type: "object",
6883
6885
  properties: {
6884
6886
  ...TaskConfigSchema6["properties"],
6885
- ...mcpServerConfigSchema3,
6887
+ ...mcpServerConfigSchema3.properties,
6886
6888
  resource_uri: {
6887
6889
  type: "string",
6888
6890
  title: "Resource URI",
@@ -6894,6 +6896,7 @@ var configSchema3 = {
6894
6896
  if: { properties: { transport: { const: "stdio" } }, required: ["transport"] },
6895
6897
  then: { required: ["command"] },
6896
6898
  else: { required: ["server_url"] },
6899
+ allOf: mcpServerConfigSchema3.allOf,
6897
6900
  additionalProperties: false
6898
6901
  };
6899
6902
  var contentItemSchema = {
@@ -6986,7 +6989,7 @@ var configSchema4 = {
6986
6989
  type: "object",
6987
6990
  properties: {
6988
6991
  ...TaskConfigSchema7["properties"],
6989
- ...mcpServerConfigSchema4,
6992
+ ...mcpServerConfigSchema4.properties,
6990
6993
  tool_name: {
6991
6994
  type: "string",
6992
6995
  title: "Tool Name",
@@ -6998,6 +7001,7 @@ var configSchema4 = {
6998
7001
  if: { properties: { transport: { const: "stdio" } }, required: ["transport"] },
6999
7002
  then: { required: ["command"] },
7000
7003
  else: { required: ["server_url"] },
7004
+ allOf: mcpServerConfigSchema4.allOf,
7001
7005
  additionalProperties: false
7002
7006
  };
7003
7007
  var annotationsSchema2 = {
@@ -8834,4 +8838,4 @@ export {
8834
8838
  ArrayTask
8835
8839
  };
8836
8840
 
8837
- //# debugId=292EEA2EE91046DB64756E2164756E21
8841
+ //# debugId=88F4435D1AD728AF64756E2164756E21