@pionex/pionex-ai-kit 0.1.0

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/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # pionex-ai-kit
2
+
3
+ CLI for Pionex MCP: initializes credentials in **~/.pionex/config.toml**.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install -g pionex-ai-kit
9
+ ```
10
+
11
+ ## Commands
12
+
13
+ - **pionex-ai-kit config init** — Interactive wizard: API Key, API Secret, profile name. Writes `~/.pionex/config.toml`.
14
+ - **pionex-ai-kit help** — Show help.
15
+
16
+ The MCP server (**pionex-trade-mcp**) reads from the same file. After init, run:
17
+
18
+ ```bash
19
+ npm install -g pionex-trade-mcp
20
+ pionex-trade-mcp setup --client cursor
21
+ ```