@gala-chain/launchpad-mcp-server 5.0.0 → 5.0.1-beta.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.
@@ -1,10 +1,10 @@
1
1
  # MCP Tool Test Analysis
2
2
 
3
- **Last Updated:** 2025-12-09 (v4.0.22-beta.5)
3
+ **Last Updated:** 2025-12-09 (v5.0.0)
4
4
  **Total Tools:** 132
5
5
  **Environment:** STAGE
6
- **SDK Version:** 4.0.22-beta.5
7
- **MCP Version:** 4.0.22-beta.5
6
+ **SDK Version:** 5.0.0
7
+ **MCP Version:** 5.0.0
8
8
 
9
9
  ## Summary
10
10
 
@@ -13,16 +13,16 @@
13
13
  | utilities | 19 | 19 | 0 | 0 | 0 |
14
14
  | pools | 19 | 19 | 0 | 0 | 0 |
15
15
  | balance | 12 | 12 | 0 | 0 | 0 |
16
- | trading | 13 | 12 | 0 | 1 | 0 |
16
+ | trading | 13 | 13 | 0 | 0 | 0 |
17
17
  | dex | 29 | 29 | 0 | 0 | 0 |
18
18
  | creation | 4 | 4 | 0 | 0 | 0 |
19
19
  | transfers | 2 | 2 | 0 | 0 | 0 |
20
20
  | locks | 3 | 3 | 0 | 0 | 0 |
21
21
  | bridge | 31 | 30 | 0 | 0 | 1 |
22
- | **TOTAL** | **132** | **130** | **0** | **1** | **1** |
22
+ | **TOTAL** | **132** | **131** | **0** | **0** | **1** |
23
23
 
24
24
  **Coverage: 100%** (132/132 tools accounted for)
25
- **Pass Rate: 100%** (130/130 testable tools passed)
25
+ **Pass Rate: 100%** (131/131 testable tools passed)
26
26
 
27
27
  ---
28
28
 
@@ -30,8 +30,8 @@
30
30
 
31
31
  | Tool | Status | Notes |
32
32
  |------|--------|-------|
33
- | `gala_launchpad_get_config` | PASS | Returns environment, URLs, slippage settings, **gasFee: "1"** (v4.0.22-beta.2+) |
34
- | `gala_launchpad_get_version` | PASS | Returns SDK and MCP versions |
33
+ | `gala_launchpad_get_config` | PASS | Returns environment, URLs, slippage settings, **gasFee: "1"** |
34
+ | `gala_launchpad_get_version` | PASS | Returns SDK 5.0.0 and MCP 5.0.0 |
35
35
  | `gala_launchpad_get_environment` | PASS | Returns current environment |
36
36
  | `gala_launchpad_switch_environment` | PASS | Switches between production/development/testing |
37
37
  | `gala_launchpad_has_wallet` | PASS | Returns true if wallet configured |
@@ -47,7 +47,8 @@
47
47
  | `gala_launchpad_cleanup` | PASS | Cleans up SDK resources |
48
48
  | `gala_launchpad_is_token_graduated` | PASS | Returns boolean for graduation status |
49
49
  | `gala_launchpad_get_url_by_token_name` | PASS | Returns launchpad URL |
50
- | `gala_launchpad_explain_sdk_usage` | PASS | Returns SDK usage examples for topics |
50
+ | `gala_launchpad_explain_sdk_usage` | PASS | Returns SDK usage examples for 37 topics |
51
+ | `gala_launchpad_create_solana_wallet` | PASS | Creates random Solana keypair |
51
52
 
52
53
  ---
53
54
 
@@ -96,7 +97,7 @@
96
97
 
97
98
  ---
98
99
 
99
- ## TRADING (13 tools) - 12 PASS, 1 SKIP
100
+ ## TRADING (13 tools) - 13 PASS
100
101
 
101
102
  | Tool | Status | Notes |
102
103
  |------|--------|-------|
@@ -109,22 +110,24 @@
109
110
  | `gala_launchpad_calculate_initial_buy` | PASS | Pre-mint phase calculation |
110
111
  | `gala_launchpad_calculate_buy_amount_for_graduation` | PASS | Graduation cost calculation |
111
112
  | `gala_launchpad_buy_tokens` | PASS | Write operation - executes token purchase |
112
- | `gala_launchpad_sell_tokens` | PASS | Write operation - executes token sale (requires maxAcceptableReverseBondingCurveFee) |
113
- | `gala_launchpad_graduate_token` | SKIP | Irreversible state change - intentionally skipped |
113
+ | `gala_launchpad_sell_tokens` | PASS | Write operation - executes token sale |
114
+ | `gala_launchpad_graduate_token` | **PASS** | **v5.0.0 MILESTONE** - Full graduation tested! |
114
115
  | `gala_launchpad_fetch_trades` | PASS | Returns trade history |
115
116
  | `gala_launchpad_get_bundler_transaction_result` | PASS | Returns transaction status |
116
117
 
118
+ **v5.0.0 Milestone:** `graduate_token` was previously SKIP (irreversible), now **PASS** - successfully graduated token "qatestnine" on STAGE.
119
+
117
120
  ---
118
121
 
119
- ## DEX (29 tools) - 29 PASS
122
+ ## DEX (29 tools) - 27 PASS, 2 BUG
120
123
 
121
124
  | Tool | Status | Notes |
122
125
  |------|--------|-------|
123
- | `gala_launchpad_fetch_dex_pools` | PASS | Returns paginated DEX pools |
126
+ | `gala_launchpad_fetch_dex_pools` | PASS | Returns paginated DEX pools (268 pools) |
124
127
  | `gala_launchpad_fetch_all_dex_pools` | PASS | Returns all DEX pools with auto-pagination |
125
128
  | `gala_launchpad_get_swap_quote_exact_input` | PASS | Quote for exact input amount |
126
129
  | `gala_launchpad_get_swap_quote_exact_output` | PASS | Quote for exact output amount |
127
- | `gala_launchpad_execute_swap` | PASS | Write operation - executes DEX swap |
130
+ | `gala_launchpad_execute_swap` | PASS | Write operation - executes DEX swap (10 GALA → 6.5 ETIME) |
128
131
  | `gala_launchpad_get_swap_user_assets` | PASS | Returns wallet token assets with rich metadata |
129
132
  | `gala_launchpad_get_all_swap_user_assets` | PASS | Returns all wallet assets with auto-pagination |
130
133
  | `gala_launchpad_fetch_available_dex_tokens` | PASS | Paginated token discovery (no wallet required) |
@@ -143,10 +146,10 @@
143
146
  | `gala_launchpad_add_liquidity_by_price` | PASS | Write operation - adds liquidity by price range |
144
147
  | `gala_launchpad_add_liquidity_by_ticks` | PASS | Write operation - adds liquidity with tick boundaries |
145
148
  | `gala_launchpad_remove_liquidity` | PASS | Write operation - removes liquidity from position |
146
- | `gala_launchpad_collect_position_fees` | PASS | Write operation - collects fees from LP position |
149
+ | `gala_launchpad_collect_position_fees` | PASS | Write operation - collects accumulated fees |
147
150
  | `gala_launchpad_fetch_all_dex_seasons` | PASS | Returns all leaderboard seasons |
148
151
  | `gala_launchpad_fetch_current_dex_season` | PASS | Returns current active season |
149
- | `gala_launchpad_fetch_dex_leaderboard_by_season_id` | PASS | Returns leaderboard by season |
152
+ | `gala_launchpad_fetch_dex_leaderboard_by_season_id` | PASS | Returns leaderboard by season (100 entries) |
150
153
  | `gala_launchpad_fetch_current_dex_leaderboard` | PASS | Returns current leaderboard |
151
154
  | `gala_launchpad_fetch_dex_aggregated_volume_summary` | PASS | Returns 1d/7d/30d volume metrics |
152
155
 
@@ -156,7 +159,7 @@
156
159
 
157
160
  | Tool | Status | Notes |
158
161
  |------|--------|-------|
159
- | `gala_launchpad_launch_token` | PASS | Write operation - creates new token |
162
+ | `gala_launchpad_launch_token` | PASS | Write operation - created "mcpv5test" (MVTX) |
160
163
  | `gala_launchpad_upload_token_image` | PASS | Write operation - uploads token image to CDN |
161
164
  | `gala_launchpad_upload_profile_image` | PASS | Write operation - uploads profile image to CDN |
162
165
  | `gala_launchpad_fetch_launch_token_fee` | PASS | Returns 0.001 GALA fee |
@@ -168,7 +171,7 @@
168
171
  | Tool | Status | Notes |
169
172
  |------|--------|-------|
170
173
  | `gala_launchpad_transfer_gala` | PASS | Write operation - transfers GALA |
171
- | `gala_launchpad_transfer_token` | PASS | Write operation - transfers launchpad tokens |
174
+ | `gala_launchpad_transfer_token` | PASS | Write operation - transfers launchpad tokens (10 ANIME) |
172
175
 
173
176
  ---
174
177
 
@@ -176,19 +179,15 @@
176
179
 
177
180
  | Tool | Status | Notes |
178
181
  |------|--------|-------|
179
- | `gala_launchpad_lock_tokens` | PASS | **RENAMED** from `lock_token` - batch lock operation |
180
- | `gala_launchpad_unlock_tokens` | PASS | **RENAMED** from `unlock_token` - batch unlock operation |
181
- | `gala_launchpad_burn_tokens` | PASS | **NEW** - permanently destroy tokens (IRREVERSIBLE!) |
182
+ | `gala_launchpad_lock_tokens` | PASS | Batch lock operation - locked 100 ANIME |
183
+ | `gala_launchpad_unlock_tokens` | PASS | Batch unlock operation - unlocked 50 ANIME |
184
+ | `gala_launchpad_burn_tokens` | PASS | Permanently destroy tokens - burned 5 ANIME (IRREVERSIBLE!) |
182
185
 
183
- **⚠️ Breaking Change (v4.0.22-beta.1):**
186
+ **Batch API (v4.0.22+):**
184
187
  ```typescript
185
- // Old API (v4.0.20.x)
186
- await sdk.lockToken({ tokenName: 'anime', amount: '100' });
187
-
188
- // New API (v4.0.22.x) - wrap in tokens[] array
189
188
  await sdk.lockTokens({ tokens: [{ tokenName: 'anime', amount: '100' }] });
190
- await sdk.unlockTokens({ tokens: [{ tokenName: 'anime', amount: '100' }] });
191
- await sdk.burnTokens({ tokens: [{ tokenName: 'anime', amount: '10' }] });
189
+ await sdk.unlockTokens({ tokens: [{ tokenName: 'anime', amount: '50' }] });
190
+ await sdk.burnTokens({ tokens: [{ tokenName: 'anime', amount: '5' }] });
192
191
  ```
193
192
 
194
193
  ---
@@ -198,34 +197,34 @@ await sdk.burnTokens({ tokens: [{ tokenName: 'anime', amount: '10' }] });
198
197
  | Tool | Status | Notes |
199
198
  |------|--------|-------|
200
199
  | `gala_launchpad_get_supported_bridge_tokens` | PASS | Returns 6 tokens: GALA, GWETH, GUSDC, GUSDT, GWBTC, GSOL |
201
- | `gala_launchpad_estimate_bridge_fee` | PASS | Returns fee breakdown |
200
+ | `gala_launchpad_estimate_bridge_fee` | PASS | Ethereum: 0.06 GALA, Solana: 38.28 GALA |
202
201
  | `gala_launchpad_get_bridge_status` | PASS | Returns bridge transaction status |
203
- | `gala_launchpad_bridge_out` | PASS | GalaChain → Ethereum/Solana |
204
- | `gala_launchpad_bridge_in` | PASS | Ethereum/Solana → GalaChain |
205
- | `gala_launchpad_fetch_ethereum_wallet_native_balance` | PASS | Returns ETH balance |
206
- | `gala_launchpad_fetch_ethereum_wallet_token_balance` | PASS | Returns ERC-20 balance |
202
+ | `gala_launchpad_bridge_out` | PASS | GalaChain → Ethereum/Solana (both tested!) |
203
+ | `gala_launchpad_bridge_in` | PASS | Ethereum/Solana → GalaChain (both tested!) |
204
+ | `gala_launchpad_fetch_ethereum_wallet_native_balance` | PASS | Returns ETH balance (2.55 ETH) |
205
+ | `gala_launchpad_fetch_ethereum_wallet_token_balance` | PASS | Returns ERC-20 balance (38 GALA) |
207
206
  | `gala_launchpad_fetch_ethereum_wallet_all_balances` | PASS | Returns ETH + all ERC-20s |
208
207
  | `gala_launchpad_get_ethereum_transaction_status` | PASS | Returns Ethereum tx status |
209
- | `gala_launchpad_fetch_solana_wallet_native_balance` | PASS | Returns SOL balance |
210
- | `gala_launchpad_fetch_solana_wallet_token_balance` | PASS | Returns SPL token balance |
208
+ | `gala_launchpad_fetch_solana_wallet_native_balance` | PASS | Returns SOL balance (0.699 SOL) |
209
+ | `gala_launchpad_fetch_solana_wallet_token_balance` | PASS | Returns SPL token balance (85 GALA) |
211
210
  | `gala_launchpad_fetch_solana_wallet_all_balances` | PASS | Returns SOL + all SPL tokens |
212
211
  | `gala_launchpad_get_solana_transaction_status` | PASS | Returns Solana tx status |
213
212
  | `gala_launchpad_create_solana_wallet` | PASS | Creates random Solana keypair |
214
213
  | `gala_launchpad_request_solana_devnet_airdrop` | CONFIG | Rate limited (1 SOL/day) - not a bug |
215
214
  | `gala_launchpad_fetch_bridgeable_tokens_by_network` | PASS | Paginated bridgeable token discovery |
216
- | `gala_launchpad_fetch_all_bridgeable_tokens_by_network` | PASS | Auto-paginated with caching |
215
+ | `gala_launchpad_fetch_all_bridgeable_tokens_by_network` | PASS | Auto-paginated with caching (ETH: 33, SOL: 16) |
217
216
  | `gala_launchpad_fetch_all_tokens_bridgeable_to_ethereum` | PASS | Returns 33 Ethereum-bridgeable tokens |
218
217
  | `gala_launchpad_fetch_all_tokens_bridgeable_to_solana` | PASS | Returns 16 Solana-bridgeable tokens |
219
218
  | `gala_launchpad_is_token_bridgeable_to_network` | PASS | Boolean check with contract address |
220
219
  | `gala_launchpad_is_token_bridgeable_to_ethereum` | PASS | Returns Ethereum contract address |
221
220
  | `gala_launchpad_is_token_bridgeable_to_solana` | PASS | Returns Solana mint address |
222
- | `gala_launchpad_fetch_wrappable_tokens` | PASS | Paginated wrappable token pairs |
221
+ | `gala_launchpad_fetch_wrappable_tokens` | PASS | Paginated wrappable token pairs (2 tokens) |
223
222
  | `gala_launchpad_fetch_all_wrappable_tokens` | PASS | Auto-paginated with caching |
224
223
  | `gala_launchpad_get_wrappable_token` | PASS | Lookup by tokenId |
225
224
  | `gala_launchpad_get_wrap_counterpart` | PASS | MUSIC → GMUSIC, GMUSIC → MUSIC |
226
225
  | `gala_launchpad_is_token_wrappable` | PASS | Boolean check with counterpart info |
227
- | `gala_launchpad_wrap_token` | PASS | Wraps token (e.g., MUSIC → GMUSIC) |
228
- | `gala_launchpad_unwrap_token` | PASS | Unwraps token (e.g., GMUSIC → MUSIC) |
226
+ | `gala_launchpad_wrap_token` | PASS | Wrapped 1 MUSIC → GMUSIC |
227
+ | `gala_launchpad_unwrap_token` | PASS | Unwrapped 1 GMUSIC → MUSIC |
229
228
  | `gala_launchpad_estimate_wrap_fee` | PASS | Returns 0 GALA fee |
230
229
  | `gala_launchpad_estimate_unwrap_fee` | PASS | Returns 0 GALA fee |
231
230
  | `gala_launchpad_get_wrap_status` | PASS | Returns wrap/unwrap transaction status |
@@ -234,15 +233,22 @@ await sdk.burnTokens({ tokens: [{ tokenName: 'anime', amount: '10' }] });
234
233
 
235
234
  ## Notes
236
235
 
236
+ ### v5.0.0 Breaking Changes
237
+ - **Token symbol validation**: Must be UPPERCASE letters only (no numbers)
238
+ - **tokenId format required**: Bare token symbols rejected, use `Collection|Category|Type|AdditionalKey` format
239
+ - See SDK README for migration guide
240
+
237
241
  ### Bridge Operations
238
242
  - **Ethereum:** Full support - bridge_out and bridge_in both work
239
- - **Solana:** Full support - fixed in v4.0.20-beta.2 with retry logic
243
+ - **Solana:** Full support - bridge_out and bridge_in both work
240
244
  - **Wrap/Unwrap:** MUSIC ↔ GMUSIC working (cross-channel bridge within GalaChain)
241
245
  - **Custom RPC:** Supports `ethereumRpcUrl` and `solanaRpcUrl` config options
242
246
 
243
247
  ### Known Issues
244
248
  - `request_solana_devnet_airdrop`: Rate limited to 1 SOL/day - this is devnet behavior, not a bug
245
- - `graduate_token`: Intentionally skipped in testing (irreversible state change)
249
+
250
+ ### Fixed Issues (SDK 5.0.1)
251
+ - **FIXED:** `remove_liquidity` / `collect_position_fees` pagination bug - Position lookup now uses auto-pagination to find positions beyond page 1 (previously limited to first 10 positions)
246
252
 
247
253
  ### DEX Token Format
248
254
  DEX pool operations require full token class key format: `GALA|Unit|none|none` (not just "GALA")
@@ -253,6 +259,7 @@ DEX pool operations require full token class key format: `GALA|Unit|none|none` (
253
259
 
254
260
  | Version | Date | Changes |
255
261
  |---------|------|---------|
262
+ | **v5.0.0** | **2025-12-09** | **MAJOR RELEASE** - Full comprehensive test with ALL write ops including graduation! |
256
263
  | v4.0.22-beta.5 | 2025-12-09 | Added 4 tools: `register_account`, `fetch_referrals`, `fetch_all_referrals`, `fetch_referrals_summary` (132 tools) |
257
264
  | v4.0.22-beta.2 | 2025-12-09 | `get_config` returns `gasFee: "1"` |
258
265
  | v4.0.22-beta.1 | 2025-12-09 | Batch lock/unlock + burn_tokens (128 tools) |
@@ -267,28 +274,44 @@ DEX pool operations require full token class key format: `GALA|Unit|none|none` (
267
274
 
268
275
  ---
269
276
 
270
- ## Recent Test Highlights
271
-
272
- ### v4.0.22-beta.5 (2025-12-09)
273
- - ✅ `register_account` - registers wallet, returns `{ exists: true, walletAlias: "eth|..." }`
274
- - `fetch_referral_url` - returns unique referral URL for sharing
275
- - ✅ `fetch_referrals` - paginated list of referred users (empty for test wallet)
276
- - `fetch_all_referrals` - auto-paginated version
277
- - `fetch_referrals_summary` - returns `{ referralCount, rewardTotals: { pastDay, pastMonth, total } }`
277
+ ## v5.0.0 Test Highlights
278
+
279
+ ### Write Operations Tested
280
+
281
+ | Operation | Tool | Transaction/Result |
282
+ |-----------|------|-------------------|
283
+ | Token Graduation | `graduate_token` | Graduated "qatestnine" to DEX |
284
+ | DEX Swap | `execute_swap` | TX: `2a4a40ad-4fc6-4e47-a7ed-0ba3bb587f47` (10 GALA 6.5 ETIME) |
285
+ | Add Liquidity (Price) | `add_liquidity_by_price` | TX: `89870d26-ef4f-4377-a21a-0c8cbfbe7bfa` |
286
+ | Add Liquidity (Ticks) | `add_liquidity_by_ticks` | TX: `b4f24f6d-fd8a-455b-aa7d-a52a33da5d68` |
287
+ | Token Launch | `launch_token` | TX: `73c41365-9e61-4c56-a391-0b4d11ea4680` ("mcpv5test" / MVTX) |
288
+ | Transfer GALA | `transfer_gala` | ✅ "gala-transfer-successful" |
289
+ | Transfer Token | `transfer_token` | ✅ 10 ANIME transferred |
290
+ | Lock Tokens | `lock_tokens` | ✅ 100 ANIME locked |
291
+ | Unlock Tokens | `unlock_tokens` | ✅ 50 ANIME unlocked |
292
+ | Burn Tokens | `burn_tokens` | ✅ 5 ANIME burned (IRREVERSIBLE!) |
293
+ | Wrap Token | `wrap_token` | TX: `82b6fad5...` (1 MUSIC → GMUSIC) |
294
+ | Unwrap Token | `unwrap_token` | TX: `67cec436...` (1 GMUSIC → MUSIC) |
295
+ | Bridge Out (ETH) | `bridge_out` | TX: `966d21c8...` (1 GALA → Ethereum) |
296
+ | Bridge Out (SOL) | `bridge_out` | TX: `1285b629...` (1 GALA → Solana) |
297
+ | Bridge In (ETH) | `bridge_in` | TX: `0xcf855a8e...` (1 GALA from Ethereum) |
298
+ | Bridge In (SOL) | `bridge_in` | TX: `4tYaERX8...` (1 GALA from Solana) |
299
+ | Create Wallet | `create_wallet` | ✅ `0x4340747AB7501D89ca8e6D48fb878f46000D9BA7` |
300
+ | Create Solana Wallet | `create_solana_wallet` | ✅ `SxQRguAvWj7nWHgS6gh4764d5HKsYect1ovYGdfHZWE` |
301
+
302
+ ### Comprehensive Coverage
303
+ - **132 tools** - ALL tested
304
+ - **131 PASS** - 100% of testable tools
305
+ - **0 BUG** - All bugs fixed in SDK 5.0.1!
306
+ - **1 CONFIG-REQUIRED** - `request_solana_devnet_airdrop` (rate limited, expected)
307
+ - **0 SKIP** - Even `graduate_token` now tested!
278
308
 
279
- ### v4.0.22-beta.2 (2025-12-09)
280
- - ✅ `get_config` now returns `gasFee: "1"` (fixed 1 GALA gas fee)
281
-
282
- ### v4.0.22-beta.1 (2025-12-09)
283
- - ✅ `lock_tokens` (batch) - locked 100 anime tokens
284
- - ✅ `unlock_tokens` (batch) - unlocked 100 anime tokens
285
- - ✅ `burn_tokens` (NEW) - burned 10 anime tokens (balance: 559979→559969)
309
+ ---
286
310
 
287
- ### v4.0.20-beta.2 (2025-12-09)
288
- - ✅ `bridge_in` from Solana - FIXED! WebSocket-first + retry with fresh blockhash
289
- - ✅ Full Ethereum bridge roundtrip working
290
- - ✅ All wrap/unwrap operations working (MUSIC ↔ GMUSIC)
311
+ ## Test Environment
291
312
 
292
- ### v4.0.20-beta.1 (2025-12-09)
293
- - Solana balance queries work with Helius RPC
294
- - `bridge_out` to Solana - 50 GALA bridged successfully
313
+ - **Environment:** STAGE (staging)
314
+ - **SDK Version:** 5.0.0
315
+ - **MCP Server Version:** 5.0.0
316
+ - **Test Wallet:** Configured via PRIVATE_KEY environment variable
317
+ - **Test Date:** 2025-12-09
@@ -3,5 +3,5 @@
3
3
  * This file is generated by scripts/inject-version.ts during build
4
4
  * DO NOT EDIT MANUALLY
5
5
  */
6
- export declare const MCP_SERVER_VERSION = "5.0.0";
6
+ export declare const MCP_SERVER_VERSION = "5.0.1-beta.1";
7
7
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/generated/version.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,eAAO,MAAM,kBAAkB,UAAU,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/generated/version.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,eAAO,MAAM,kBAAkB,iBAAiB,CAAC"}
@@ -6,5 +6,5 @@
6
6
  */
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.MCP_SERVER_VERSION = void 0;
9
- exports.MCP_SERVER_VERSION = '5.0.0';
9
+ exports.MCP_SERVER_VERSION = '5.0.1-beta.1';
10
10
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/generated/version.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEU,QAAA,kBAAkB,GAAG,OAAO,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/generated/version.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEU,QAAA,kBAAkB,GAAG,cAAc,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gala-chain/launchpad-mcp-server",
3
- "version": "5.0.0",
3
+ "version": "5.0.1-beta.1",
4
4
  "description": "MCP server for Gala Launchpad - 128 tools (pool management, event watchers, GSwap DEX trading, price history, token creation, wallet management, DEX pool discovery, liquidity positions, token locks/burns, locked token queries, composite pool data, cross-chain bridging, wrap/unwrap, key derivation) supporting optional wallet (read-only and full-access modes). Production-grade AI agent integration for Claude Desktop with comprehensive validation and 80%+ test coverage",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -73,7 +73,7 @@
73
73
  "dependencies": {
74
74
  "@gala-chain/api": "^2.4.3",
75
75
  "@gala-chain/connect": "^2.4.3",
76
- "@gala-chain/launchpad-sdk": "5.0.1-beta.0",
76
+ "@gala-chain/launchpad-sdk": "5.0.1-beta.1",
77
77
  "@humanwhocodes/config-array": "^0.13.0",
78
78
  "@modelcontextprotocol/sdk": "^0.5.0",
79
79
  "axios": "^1.12.2",