@wowok/agent-mcp 2.3.4 → 2.3.6

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.
Files changed (48) hide show
  1. package/dist/index.d.ts +20 -20
  2. package/dist/schema/call/allocation.d.ts +1 -1
  3. package/dist/schema/call/arbitration.d.ts +1 -1
  4. package/dist/schema/call/base.d.ts +1 -1
  5. package/dist/schema/call/contact.d.ts +1 -1
  6. package/dist/schema/call/demand.d.ts +1 -1
  7. package/dist/schema/call/guard.d.ts +3 -3
  8. package/dist/schema/call/machine.d.ts +2 -2
  9. package/dist/schema/call/order.d.ts +1 -1
  10. package/dist/schema/call/payment.d.ts +1 -1
  11. package/dist/schema/call/permission.d.ts +1 -1
  12. package/dist/schema/call/personal.d.ts +1 -1
  13. package/dist/schema/call/progress.d.ts +1 -1
  14. package/dist/schema/call/proof.d.ts +2 -2
  15. package/dist/schema/call/repository.d.ts +1 -1
  16. package/dist/schema/call/reward.d.ts +1 -1
  17. package/dist/schema/call/service.d.ts +1 -1
  18. package/dist/schema/call/treasury.d.ts +1 -1
  19. package/dist/schema/common/index.d.ts +2 -2
  20. package/dist/schema/common/index.js +1 -0
  21. package/dist/schema/local/index.d.ts +29 -29
  22. package/dist/schema/local/wip.d.ts +34 -34
  23. package/dist/schema/local/wip.js +2 -2
  24. package/dist/schema/messenger/index.d.ts +1 -1
  25. package/dist/schema/query/index.d.ts +22 -22
  26. package/dist/schemas/account_operation.schema.json +2 -1
  27. package/dist/schemas/guard2file.schema.json +2 -1
  28. package/dist/schemas/index.json +1 -1
  29. package/dist/schemas/machineNode2file.schema.json +2 -1
  30. package/dist/schemas/messenger_operation.schema.json +2 -1
  31. package/dist/schemas/onchain_events.schema.json +2 -1
  32. package/dist/schemas/onchain_operations_allocation.schema.json +2 -1
  33. package/dist/schemas/onchain_operations_arbitration.schema.json +2 -1
  34. package/dist/schemas/onchain_operations_contact.schema.json +2 -1
  35. package/dist/schemas/onchain_operations_demand.schema.json +2 -1
  36. package/dist/schemas/onchain_operations_gen_passport.schema.json +4 -2
  37. package/dist/schemas/onchain_operations_guard.schema.json +2 -1
  38. package/dist/schemas/onchain_operations_machine.schema.json +2 -1
  39. package/dist/schemas/onchain_operations_order.schema.json +2 -1
  40. package/dist/schemas/onchain_operations_payment.schema.json +2 -1
  41. package/dist/schemas/onchain_operations_permission.schema.json +2 -1
  42. package/dist/schemas/onchain_operations_personal.schema.json +2 -1
  43. package/dist/schemas/onchain_operations_progress.schema.json +2 -1
  44. package/dist/schemas/onchain_operations_repository.schema.json +2 -1
  45. package/dist/schemas/onchain_operations_reward.schema.json +2 -1
  46. package/dist/schemas/onchain_operations_service.schema.json +2 -1
  47. package/dist/schemas/onchain_operations_treasury.schema.json +2 -1
  48. package/package.json +3 -2
@@ -12740,7 +12740,7 @@ export declare const TableItem_TreasuryHistorySchema: z.ZodObject<{
12740
12740
  }, z.ZodTypeAny, "passthrough">>;
12741
12741
  export declare const ObjectsQuerySchema: z.ZodObject<{
12742
12742
  no_cache: z.ZodOptional<z.ZodBoolean>;
12743
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
12743
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
12744
12744
  } & {
12745
12745
  objects: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
12746
12746
  }, "strict", z.ZodTypeAny, {
@@ -34706,7 +34706,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
34706
34706
  }>;
34707
34707
  export declare const PersonalQuerySchema: z.ZodObject<{
34708
34708
  no_cache: z.ZodOptional<z.ZodBoolean>;
34709
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
34709
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
34710
34710
  } & {
34711
34711
  account: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
34712
34712
  }, "strict", z.ZodTypeAny, {
@@ -34720,7 +34720,7 @@ export declare const PersonalQuerySchema: z.ZodObject<{
34720
34720
  }>;
34721
34721
  export declare const TableQuerySchema: z.ZodObject<{
34722
34722
  no_cache: z.ZodOptional<z.ZodBoolean>;
34723
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
34723
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
34724
34724
  } & {
34725
34725
  parent: z.ZodEffects<z.ZodString, string, string>;
34726
34726
  cursor: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
@@ -34833,7 +34833,7 @@ export declare const TableAnswerSchema: z.ZodObject<{
34833
34833
  }>;
34834
34834
  export declare const QueryTableItem_byAddressSchema: z.ZodObject<{
34835
34835
  no_cache: z.ZodOptional<z.ZodBoolean>;
34836
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
34836
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
34837
34837
  } & {
34838
34838
  parent: z.ZodString;
34839
34839
  address: z.ZodUnion<[z.ZodObject<{
@@ -34865,7 +34865,7 @@ export declare const QueryTableItem_byAddressSchema: z.ZodObject<{
34865
34865
  }>;
34866
34866
  export declare const QueryTableItem_byU64Schema: z.ZodObject<{
34867
34867
  no_cache: z.ZodOptional<z.ZodBoolean>;
34868
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
34868
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
34869
34869
  } & {
34870
34870
  parent: z.ZodString;
34871
34871
  u64: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
@@ -34882,7 +34882,7 @@ export declare const QueryTableItem_byU64Schema: z.ZodObject<{
34882
34882
  }>;
34883
34883
  export declare const QueryTableItem_byStringSchema: z.ZodObject<{
34884
34884
  no_cache: z.ZodOptional<z.ZodBoolean>;
34885
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
34885
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
34886
34886
  } & {
34887
34887
  parent: z.ZodString;
34888
34888
  key: z.ZodString;
@@ -34899,7 +34899,7 @@ export declare const QueryTableItem_byStringSchema: z.ZodObject<{
34899
34899
  }>;
34900
34900
  export declare const QueryTableItem_byNameAddressSchema: z.ZodObject<{
34901
34901
  no_cache: z.ZodOptional<z.ZodBoolean>;
34902
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
34902
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
34903
34903
  } & {
34904
34904
  parent: z.ZodString;
34905
34905
  name: z.ZodString;
@@ -34934,7 +34934,7 @@ export declare const QueryTableItem_byNameAddressSchema: z.ZodObject<{
34934
34934
  }>;
34935
34935
  export declare const QueryTableItem_Registrar_EntitySchema: z.ZodObject<{
34936
34936
  no_cache: z.ZodOptional<z.ZodBoolean>;
34937
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
34937
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
34938
34938
  } & {
34939
34939
  address: z.ZodUnion<[z.ZodObject<{
34940
34940
  name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
@@ -35876,7 +35876,7 @@ export declare const EventAnswerSchema: z.ZodObject<{
35876
35876
  }>;
35877
35877
  export declare const EventQuerySchema: z.ZodObject<{
35878
35878
  no_cache: z.ZodOptional<z.ZodBoolean>;
35879
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
35879
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
35880
35880
  } & {
35881
35881
  type: z.ZodUnion<[z.ZodLiteral<"ArbEvent">, z.ZodLiteral<"NewOrderEvent">, z.ZodLiteral<"ProgressEvent">, z.ZodLiteral<"DemandPresentEvent">, z.ZodLiteral<"DemandFeedbackEvent">, z.ZodLiteral<"NewEntityEvent">, z.ZodString]>;
35882
35882
  cursor: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
@@ -35927,7 +35927,7 @@ export declare const OnchainEventsInputSchema: z.ZodObject<{
35927
35927
  limit: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
35928
35928
  order: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"ascending">, z.ZodLiteral<"descending">, z.ZodNull]>>;
35929
35929
  no_cache: z.ZodOptional<z.ZodBoolean>;
35930
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
35930
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
35931
35931
  }, "strip", z.ZodTypeAny, {
35932
35932
  type: string;
35933
35933
  no_cache?: boolean | undefined;
@@ -41498,7 +41498,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
41498
41498
  local_mark_first?: boolean | undefined;
41499
41499
  }>, z.ZodNumber]>;
41500
41500
  no_cache: z.ZodOptional<z.ZodBoolean>;
41501
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
41501
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
41502
41502
  }, "strip", z.ZodTypeAny, {
41503
41503
  type: "RepositoryData";
41504
41504
  name: string;
@@ -41533,7 +41533,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
41533
41533
  local_mark_first?: boolean | undefined;
41534
41534
  }>, z.ZodString]>;
41535
41535
  no_cache: z.ZodOptional<z.ZodBoolean>;
41536
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
41536
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
41537
41537
  }, "strip", z.ZodTypeAny, {
41538
41538
  type: "PermissionPerm";
41539
41539
  address: string | {
@@ -41566,7 +41566,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
41566
41566
  local_mark_first?: boolean | undefined;
41567
41567
  }>;
41568
41568
  no_cache: z.ZodOptional<z.ZodBoolean>;
41569
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
41569
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
41570
41570
  }, "strip", z.ZodTypeAny, {
41571
41571
  type: "EntityRegistrar";
41572
41572
  address: {
@@ -41598,7 +41598,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
41598
41598
  local_mark_first?: boolean | undefined;
41599
41599
  }>, z.ZodString]>;
41600
41600
  no_cache: z.ZodOptional<z.ZodBoolean>;
41601
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
41601
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
41602
41602
  }, "strip", z.ZodTypeAny, {
41603
41603
  type: "EntityLinker";
41604
41604
  address: string | {
@@ -41629,7 +41629,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
41629
41629
  local_mark_first?: boolean | undefined;
41630
41630
  }>;
41631
41631
  no_cache: z.ZodOptional<z.ZodBoolean>;
41632
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
41632
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
41633
41633
  }, "strip", z.ZodTypeAny, {
41634
41634
  type: "RewardRecord";
41635
41635
  address: {
@@ -41662,7 +41662,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
41662
41662
  local_mark_first?: boolean | undefined;
41663
41663
  }>;
41664
41664
  no_cache: z.ZodOptional<z.ZodBoolean>;
41665
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
41665
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
41666
41666
  }, "strip", z.ZodTypeAny, {
41667
41667
  type: "DemandPresenter";
41668
41668
  address: {
@@ -41695,7 +41695,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
41695
41695
  local_mark_first?: boolean | undefined;
41696
41696
  }>;
41697
41697
  no_cache: z.ZodOptional<z.ZodBoolean>;
41698
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
41698
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
41699
41699
  }, "strip", z.ZodTypeAny, {
41700
41700
  type: "TreasuryRecord";
41701
41701
  address: {
@@ -41719,7 +41719,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
41719
41719
  parent: z.ZodEffects<z.ZodString, string, string>;
41720
41720
  key: z.ZodString;
41721
41721
  no_cache: z.ZodOptional<z.ZodBoolean>;
41722
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
41722
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
41723
41723
  }, "strip", z.ZodTypeAny, {
41724
41724
  type: "MachineNode";
41725
41725
  parent: string;
@@ -41737,7 +41737,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
41737
41737
  parent: z.ZodEffects<z.ZodString, string, string>;
41738
41738
  u64: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
41739
41739
  no_cache: z.ZodOptional<z.ZodBoolean>;
41740
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
41740
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
41741
41741
  }, "strip", z.ZodTypeAny, {
41742
41742
  type: "ProgressHistory";
41743
41743
  u64: string | number;
@@ -41764,7 +41764,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
41764
41764
  local_mark_first?: boolean | undefined;
41765
41765
  }>;
41766
41766
  no_cache: z.ZodOptional<z.ZodBoolean>;
41767
- network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
41767
+ network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
41768
41768
  }, "strip", z.ZodTypeAny, {
41769
41769
  type: "AddressMark";
41770
41770
  address: {
@@ -47325,7 +47325,7 @@ export declare const ProtocolInfoResultWrappedSchema: z.ZodDiscriminatedUnion<"i
47325
47325
  info: "guard instructions";
47326
47326
  }>, z.ZodObject<{
47327
47327
  info: z.ZodLiteral<"current network">;
47328
- result: z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>;
47328
+ result: z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>;
47329
47329
  }, "strip", z.ZodTypeAny, {
47330
47330
  result: import("@wowok/wowok").ENTRYPOINT;
47331
47331
  info: "current network";
@@ -47482,7 +47482,7 @@ export declare const ProtocolInfoResultSchema: z.ZodObject<{
47482
47482
  info: "guard instructions";
47483
47483
  }>, z.ZodObject<{
47484
47484
  info: z.ZodLiteral<"current network">;
47485
- result: z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>;
47485
+ result: z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>;
47486
47486
  }, "strip", z.ZodTypeAny, {
47487
47487
  result: import("@wowok/wowok").ENTRYPOINT;
47488
47488
  info: "current network";
@@ -144,7 +144,8 @@
144
144
  "type": "string",
145
145
  "enum": [
146
146
  "localnet",
147
- "testnet"
147
+ "testnet",
148
+ "mainnet"
148
149
  ],
149
150
  "description": "Network entrypoint: Specifies which network the operation occurs on"
150
151
  }
@@ -47,7 +47,8 @@
47
47
  "type": "string",
48
48
  "enum": [
49
49
  "localnet",
50
- "testnet"
50
+ "testnet",
51
+ "mainnet"
51
52
  ],
52
53
  "description": "Network entrypoint: Specifies which network the operation occurs on"
53
54
  },
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "title": "WoWok MCP Schema Index",
4
4
  "description": "Index of all available JSON schemas for WoWok MCP tools",
5
- "generatedAt": "2026-06-16T03:37:25.934Z",
5
+ "generatedAt": "2026-07-01T00:37:12.584Z",
6
6
  "tools": [
7
7
  {
8
8
  "name": "onchain_operations",
@@ -47,7 +47,8 @@
47
47
  "type": "string",
48
48
  "enum": [
49
49
  "localnet",
50
- "testnet"
50
+ "testnet",
51
+ "mainnet"
51
52
  ],
52
53
  "description": "Network entrypoint: Specifies which network the operation occurs on"
53
54
  },
@@ -892,7 +892,8 @@
892
892
  "type": "string",
893
893
  "enum": [
894
894
  "localnet",
895
- "testnet"
895
+ "testnet",
896
+ "mainnet"
896
897
  ],
897
898
  "description": "Network to use for on-chain proof"
898
899
  }
@@ -101,7 +101,8 @@
101
101
  "type": "string",
102
102
  "enum": [
103
103
  "localnet",
104
- "testnet"
104
+ "testnet",
105
+ "mainnet"
105
106
  ],
106
107
  "description": "Network to query: 'mainnet' or 'testnet'. Uses default network if not specified"
107
108
  }
@@ -390,7 +390,8 @@
390
390
  "type": "string",
391
391
  "enum": [
392
392
  "localnet",
393
- "testnet"
393
+ "testnet",
394
+ "mainnet"
394
395
  ],
395
396
  "description": "Network entrypoint: Specifies which network the operation occurs on"
396
397
  },
@@ -642,7 +642,8 @@
642
642
  "type": "string",
643
643
  "enum": [
644
644
  "localnet",
645
- "testnet"
645
+ "testnet",
646
+ "mainnet"
646
647
  ],
647
648
  "description": "Network entrypoint: Specifies which network the operation occurs on"
648
649
  },
@@ -329,7 +329,8 @@
329
329
  "type": "string",
330
330
  "enum": [
331
331
  "localnet",
332
- "testnet"
332
+ "testnet",
333
+ "mainnet"
333
334
  ],
334
335
  "description": "Network entrypoint: Specifies which network the operation occurs on"
335
336
  },
@@ -460,7 +460,8 @@
460
460
  "type": "string",
461
461
  "enum": [
462
462
  "localnet",
463
- "testnet"
463
+ "testnet",
464
+ "mainnet"
464
465
  ],
465
466
  "description": "Network entrypoint: Specifies which network the operation occurs on"
466
467
  },
@@ -575,7 +575,8 @@
575
575
  "type": "string",
576
576
  "enum": [
577
577
  "localnet",
578
- "testnet"
578
+ "testnet",
579
+ "mainnet"
579
580
  ],
580
581
  "description": "Network entrypoint: Specifies which network the operation occurs on"
581
582
  },
@@ -617,7 +618,8 @@
617
618
  "type": "string",
618
619
  "enum": [
619
620
  "localnet",
620
- "testnet"
621
+ "testnet",
622
+ "mainnet"
621
623
  ],
622
624
  "description": "Network entrypoint: Specifies which network the operation occurs on"
623
625
  },
@@ -187,7 +187,8 @@
187
187
  "type": "string",
188
188
  "enum": [
189
189
  "localnet",
190
- "testnet"
190
+ "testnet",
191
+ "mainnet"
191
192
  ],
192
193
  "description": "Network entrypoint: Specifies which network the operation occurs on"
193
194
  },
@@ -788,7 +788,8 @@
788
788
  "type": "string",
789
789
  "enum": [
790
790
  "localnet",
791
- "testnet"
791
+ "testnet",
792
+ "mainnet"
792
793
  ],
793
794
  "description": "Network entrypoint: Specifies which network the operation occurs on"
794
795
  },
@@ -306,7 +306,8 @@
306
306
  "type": "string",
307
307
  "enum": [
308
308
  "localnet",
309
- "testnet"
309
+ "testnet",
310
+ "mainnet"
310
311
  ],
311
312
  "description": "Network entrypoint: Specifies which network the operation occurs on"
312
313
  },
@@ -193,7 +193,8 @@
193
193
  "type": "string",
194
194
  "enum": [
195
195
  "localnet",
196
- "testnet"
196
+ "testnet",
197
+ "mainnet"
197
198
  ],
198
199
  "description": "Network entrypoint: Specifies which network the operation occurs on"
199
200
  },
@@ -564,7 +564,8 @@
564
564
  "type": "string",
565
565
  "enum": [
566
566
  "localnet",
567
- "testnet"
567
+ "testnet",
568
+ "mainnet"
568
569
  ],
569
570
  "description": "Network entrypoint: Specifies which network the operation occurs on"
570
571
  },
@@ -758,7 +758,8 @@
758
758
  "type": "string",
759
759
  "enum": [
760
760
  "localnet",
761
- "testnet"
761
+ "testnet",
762
+ "mainnet"
762
763
  ],
763
764
  "description": "Network entrypoint: Specifies which network the operation occurs on"
764
765
  },
@@ -227,7 +227,8 @@
227
227
  "type": "string",
228
228
  "enum": [
229
229
  "localnet",
230
- "testnet"
230
+ "testnet",
231
+ "mainnet"
231
232
  ],
232
233
  "description": "Network entrypoint: Specifies which network the operation occurs on"
233
234
  },
@@ -1051,7 +1051,8 @@
1051
1051
  "type": "string",
1052
1052
  "enum": [
1053
1053
  "localnet",
1054
- "testnet"
1054
+ "testnet",
1055
+ "mainnet"
1055
1056
  ],
1056
1057
  "description": "Network entrypoint: Specifies which network the operation occurs on"
1057
1058
  },
@@ -431,7 +431,8 @@
431
431
  "type": "string",
432
432
  "enum": [
433
433
  "localnet",
434
- "testnet"
434
+ "testnet",
435
+ "mainnet"
435
436
  ],
436
437
  "description": "Network entrypoint: Specifies which network the operation occurs on"
437
438
  },
@@ -890,7 +890,8 @@
890
890
  "type": "string",
891
891
  "enum": [
892
892
  "localnet",
893
- "testnet"
893
+ "testnet",
894
+ "mainnet"
894
895
  ],
895
896
  "description": "Network entrypoint: Specifies which network the operation occurs on"
896
897
  },
@@ -631,7 +631,8 @@
631
631
  "type": "string",
632
632
  "enum": [
633
633
  "localnet",
634
- "testnet"
634
+ "testnet",
635
+ "mainnet"
635
636
  ],
636
637
  "description": "Network entrypoint: Specifies which network the operation occurs on"
637
638
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wowok/agent-mcp",
3
- "version": "2.3.4",
3
+ "version": "2.3.6",
4
4
  "description": "Making It Easy for AI Agents to Communicate, Collaborate, Trade, and Trust.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -36,8 +36,9 @@
36
36
  "license": "Apache-2.0",
37
37
  "dependencies": {
38
38
  "@modelcontextprotocol/sdk": "^1.29.0",
39
- "@wowok/wowok": "2.3.4",
39
+ "@wowok/wowok": "2.3.6",
40
40
  "lodash": "^4.18.1",
41
+ "wowok": "^2.2.10",
41
42
  "zod": "^3.25.76"
42
43
  },
43
44
  "devDependencies": {