@wowok/agent-mcp 2.2.20 → 2.2.21
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/LICENSE +36 -0
- package/dist/schema/call/base.d.ts +830 -1214
- package/dist/schema/common/index.d.ts +40 -40
- package/dist/schema/common/index.js +2 -2
- package/dist/schema/local/index.d.ts +1960 -3000
- package/dist/schema/local/index.js +10 -10
- package/dist/schema/query/index.d.ts +5840 -5840
- package/dist/schemas/index.json +1 -1
- package/package.json +3 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
WoWok Agent SDK
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024-2025 WoWok Team. All Rights Reserved.
|
|
4
|
+
|
|
5
|
+
================================================================================
|
|
6
|
+
IMPORTANT LICENSE INFORMATION
|
|
7
|
+
================================================================================
|
|
8
|
+
|
|
9
|
+
This software is part of the WoWok Blockchain Project.
|
|
10
|
+
|
|
11
|
+
WoWok uses technology from the Sui blockchain project (https://github.com/MystenLabs/sui)
|
|
12
|
+
developed by Mysten Labs, Inc. and licensed under the Apache License 2.0.
|
|
13
|
+
|
|
14
|
+
For complete license information, including:
|
|
15
|
+
- Apache License 2.0 (for Sui-derived code)
|
|
16
|
+
- WoWok Commercial License (for original WoWok code)
|
|
17
|
+
- Third-party component licenses
|
|
18
|
+
- Attribution notices
|
|
19
|
+
|
|
20
|
+
Please visit:
|
|
21
|
+
https://github.com/wowok-ai/licence
|
|
22
|
+
|
|
23
|
+
Or see the local licence repository at:
|
|
24
|
+
d:\wowok\licence
|
|
25
|
+
|
|
26
|
+
================================================================================
|
|
27
|
+
SUMMARY
|
|
28
|
+
================================================================================
|
|
29
|
+
|
|
30
|
+
- Sui-derived code: Apache License 2.0
|
|
31
|
+
Copyright (c) Mysten Labs, Inc.
|
|
32
|
+
|
|
33
|
+
- WoWok original code: WoWok Commercial License
|
|
34
|
+
Copyright (c) WoWok Team
|
|
35
|
+
|
|
36
|
+
For licensing inquiries, please contact: build@wowok.net
|