@gala-chain/launchpad-sdk 3.9.0 → 3.9.1
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 +8 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,10 +112,17 @@ claude mcp add "galachain-launchpad" -- env PRIVATE_KEY=<YOUR_PRIVATE_KEY> ENVIR
|
|
|
112
112
|
- `DEBUG` - Enable debug logging: `true` | `false` (default: false)
|
|
113
113
|
- `TIMEOUT` - Request timeout in milliseconds (default: 30000)
|
|
114
114
|
|
|
115
|
-
**Features**:
|
|
115
|
+
**Features**: 47 tools + 14 slash commands for complete Gala Launchpad operations
|
|
116
116
|
|
|
117
117
|
See: [MCP Server Documentation](../../mcp-server/README.md)
|
|
118
118
|
|
|
119
|
+
**Try slash commands** (MCP v1.4.0+):
|
|
120
|
+
```
|
|
121
|
+
/galachain-launchpad:analyze-token tokenName=anime
|
|
122
|
+
/galachain-launchpad:portfolio
|
|
123
|
+
/galachain-launchpad:buy-tokens tokenName=anime galaAmount=100
|
|
124
|
+
```
|
|
125
|
+
|
|
119
126
|
### For AI Developers
|
|
120
127
|
|
|
121
128
|
Need help with SDK integration, trading bots, or MCP server development?
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gala-chain/launchpad-sdk",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.1",
|
|
4
4
|
"description": "TypeScript SDK for Gala Launchpad Backend API - Production-ready DeFi token launchpad integration with wallet-based authentication, GalaChain trading, and comprehensive user operations. 100% tested (22/22 endpoints working).",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|