@wowok/agent-mcp 2.3.3 → 2.3.5

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 +3 -3
  20. package/dist/schema/common/index.js +0 -2
  21. package/dist/schema/local/index.d.ts +11 -11
  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 -4
  27. package/dist/schemas/guard2file.schema.json +1 -2
  28. package/dist/schemas/index.json +1 -1
  29. package/dist/schemas/machineNode2file.schema.json +1 -2
  30. package/dist/schemas/messenger_operation.schema.json +1 -2
  31. package/dist/schemas/onchain_events.schema.json +1 -2
  32. package/dist/schemas/onchain_operations_allocation.schema.json +1 -2
  33. package/dist/schemas/onchain_operations_arbitration.schema.json +1 -2
  34. package/dist/schemas/onchain_operations_contact.schema.json +1 -2
  35. package/dist/schemas/onchain_operations_demand.schema.json +1 -2
  36. package/dist/schemas/onchain_operations_gen_passport.schema.json +2 -4
  37. package/dist/schemas/onchain_operations_guard.schema.json +1 -2
  38. package/dist/schemas/onchain_operations_machine.schema.json +1 -2
  39. package/dist/schemas/onchain_operations_order.schema.json +1 -2
  40. package/dist/schemas/onchain_operations_payment.schema.json +1 -2
  41. package/dist/schemas/onchain_operations_permission.schema.json +1 -2
  42. package/dist/schemas/onchain_operations_personal.schema.json +1 -2
  43. package/dist/schemas/onchain_operations_progress.schema.json +1 -2
  44. package/dist/schemas/onchain_operations_repository.schema.json +1 -2
  45. package/dist/schemas/onchain_operations_reward.schema.json +1 -2
  46. package/dist/schemas/onchain_operations_service.schema.json +1 -2
  47. package/dist/schemas/onchain_operations_treasury.schema.json +1 -2
  48. package/package.json +2 -2
@@ -758,8 +758,7 @@
758
758
  "type": "string",
759
759
  "enum": [
760
760
  "localnet",
761
- "testnet",
762
- "devnet"
761
+ "testnet"
763
762
  ],
764
763
  "description": "Network entrypoint: Specifies which network the operation occurs on"
765
764
  },
@@ -227,8 +227,7 @@
227
227
  "type": "string",
228
228
  "enum": [
229
229
  "localnet",
230
- "testnet",
231
- "devnet"
230
+ "testnet"
232
231
  ],
233
232
  "description": "Network entrypoint: Specifies which network the operation occurs on"
234
233
  },
@@ -1051,8 +1051,7 @@
1051
1051
  "type": "string",
1052
1052
  "enum": [
1053
1053
  "localnet",
1054
- "testnet",
1055
- "devnet"
1054
+ "testnet"
1056
1055
  ],
1057
1056
  "description": "Network entrypoint: Specifies which network the operation occurs on"
1058
1057
  },
@@ -431,8 +431,7 @@
431
431
  "type": "string",
432
432
  "enum": [
433
433
  "localnet",
434
- "testnet",
435
- "devnet"
434
+ "testnet"
436
435
  ],
437
436
  "description": "Network entrypoint: Specifies which network the operation occurs on"
438
437
  },
@@ -890,8 +890,7 @@
890
890
  "type": "string",
891
891
  "enum": [
892
892
  "localnet",
893
- "testnet",
894
- "devnet"
893
+ "testnet"
895
894
  ],
896
895
  "description": "Network entrypoint: Specifies which network the operation occurs on"
897
896
  },
@@ -631,8 +631,7 @@
631
631
  "type": "string",
632
632
  "enum": [
633
633
  "localnet",
634
- "testnet",
635
- "devnet"
634
+ "testnet"
636
635
  ],
637
636
  "description": "Network entrypoint: Specifies which network the operation occurs on"
638
637
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wowok/agent-mcp",
3
- "version": "2.3.3",
3
+ "version": "2.3.5",
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,7 +36,7 @@
36
36
  "license": "Apache-2.0",
37
37
  "dependencies": {
38
38
  "@modelcontextprotocol/sdk": "^1.29.0",
39
- "@wowok/wowok": "2.3.3",
39
+ "@wowok/wowok": "2.3.5",
40
40
  "lodash": "^4.18.1",
41
41
  "zod": "^3.25.76"
42
42
  },