Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:18:41 +08:00
commit 0c98de8972
7 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "okxapi-plugin",
"description": "OKX Exchange trading integration with comprehensive position monitoring, account management, and trading bot tracking via MCP",
"version": "1.0.0",
"author": {
"name": "OKX Trading Plugin Contributors"
},
"commands": [
"./commands"
]
}