@gala-chain/launchpad-mcp-server 4.0.20-beta.2 → 4.0.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.
@@ -1,11 +1,11 @@
1
1
  # MCP Tool Test Analysis
2
2
 
3
- **Last Updated:** 2025-12-09 (Session 21: v4.0.20-beta.1 Solana Bridging with Helius RPC)
3
+ **Last Updated:** 2025-12-09 (Session 22: v4.0.20-beta.2 Full Bridge & Wrap Testing)
4
4
  **Total Tools:** 127 (was 126, +1 referral URL tool)
5
5
  **Environment:** STAGE
6
- **SDK Version:** 4.0.20-beta.1
7
- **MCP Version:** 4.0.20-beta.1
8
- **Previous Beta:** 4.0.20-beta.0
6
+ **SDK Version:** 4.0.20-beta.2
7
+ **MCP Version:** 4.0.20-beta.2
8
+ **Previous Beta:** 4.0.20-beta.1
9
9
 
10
10
  ## Summary
11
11
 
@@ -19,17 +19,18 @@
19
19
  | creation | 4 | 4 | 0 | 0 | 0 |
20
20
  | transfers | 2 | 2 | 0 | 0 | 0 |
21
21
  | locks | 2 | 2 | 0 | 0 | 0 |
22
- | bridge | 31 | 29 | 1 | 0 | 1 |
23
- | **TOTAL** | **127** | **124** | **1** | **1** | **1** |
22
+ | bridge | 31 | 30 | 0 | 0 | 1 |
23
+ | **TOTAL** | **127** | **125** | **0** | **1** | **1** |
24
24
 
25
25
  **Coverage: 100%** (127/127 tools accounted for)
26
- **Pass Rate: 99%** (124/125 testable tools passed)
26
+ **Pass Rate: 100%** (125/125 testable tools passed)
27
+ **🎉 Session 22 UPDATE:** `bridge_in` from Solana NOW PASSES! Fixed with WebSocket-first + retry logic
27
28
  **🎉 Session 21 UPDATE:** Solana balance queries NOW PASS with Helius RPC! (were FAIL with public Solana RPC)
28
29
  **🎉 MAJOR UPDATE in v4.0.20-beta.0:** wrap_token and unwrap_token NOW PASS! (were FAIL in v4.0.17-beta.10)
30
+ **New in v4.0.20-beta.2:** Solana bridge_in retry logic with fresh blockhash on block height exceeded
29
31
  **New in v4.0.20-beta.1:** Custom RPC URL support (ethereumRpcUrl, solanaRpcUrl config options)
30
- **New in v4.0.20-beta.0:** 1 new referral URL tool tested (PASS), wrap/unwrap execution now working
31
32
  **Known Issues:**
32
- - `bridge_in` fails on Solana devnet (block height exceeded - timing issue)
33
+ - `request_solana_devnet_airdrop` rate limited (1 SOL/day) - CONFIG status, not a bug
33
34
 
34
35
  ---
35
36
 
@@ -176,12 +177,12 @@
176
177
 
177
178
  | Tool | Status | Last Tested | Notes |
178
179
  |------|--------|-------------|-------|
179
- | `gala_launchpad_lock_token` | PASS | 2025-12-03 | Write operation - locked 10 anime tokens (test-lock-verification) |
180
- | `gala_launchpad_unlock_token` | PASS | 2025-12-03 | Write operation - unlocked 10 anime tokens (test-lock-verification) |
180
+ | `gala_launchpad_lock_token` | PASS | 2025-12-09 | Write operation - locked 100 anime tokens (test-lock-session22) |
181
+ | `gala_launchpad_unlock_token` | PASS | 2025-12-09 | Write operation - unlocked 100 anime tokens (test-lock-session22) |
181
182
 
182
183
  ---
183
184
 
184
- ## BRIDGE (31 tools) - 27 PASS, 2 SKIP, 1 CONFIG-REQUIRED, 1 FAIL
185
+ ## BRIDGE (31 tools) - 30 PASS, 0 SKIP, 1 CONFIG-REQUIRED
185
186
 
186
187
  | Tool | Status | Last Tested | Notes |
187
188
  |------|--------|-------------|-------|
@@ -198,7 +199,7 @@
198
199
  | `gala_launchpad_get_solana_transaction_status` | PASS | 2025-12-07 | **NEW** - Returns { confirmed: false, status: "not_found" } for invalid sig |
199
200
  | `gala_launchpad_get_bridge_status` | PASS | 2025-12-08 | **NOW WORKING!** Returns status: DeliveryConfirmed for completed bridges |
200
201
  | `gala_launchpad_bridge_out` | PASS | 2025-12-07 | **TESTED** - Bridged 10 GALA to Solana, fee: 41.99 GALA, txHash returned |
201
- | `gala_launchpad_bridge_in` | FAIL | 2025-12-07 | Solana devnet timing issue - "block height exceeded" (tx expires before confirmation) |
202
+ | `gala_launchpad_bridge_in` | PASS | 2025-12-09 | **FIXED in v4.0.20-beta.2** - Retry logic with fresh blockhash on block height exceeded |
202
203
  | `gala_launchpad_fetch_bridgeable_tokens_by_network` | PASS | 2025-12-06 | Paginated bridgeable token discovery |
203
204
  | `gala_launchpad_fetch_all_bridgeable_tokens_by_network` | PASS | 2025-12-06 | Auto-paginated bridgeable token discovery |
204
205
  | `gala_launchpad_fetch_all_tokens_bridgeable_to_ethereum` | PASS | 2025-12-06 | Returns 33 Ethereum-bridgeable tokens |
@@ -1594,3 +1595,100 @@ bridge_out to Solana:
1594
1595
  - ✅ **Bridgeable Token Discovery:** All tools work
1595
1596
  - ⚠️ **bridge_in from Solana:** Devnet timing issue only (mainnet should work)
1596
1597
  - ⚠️ **Airdrop:** Rate limited (expected)
1598
+
1599
+ ---
1600
+
1601
+ ### Session 22: 2025-12-09 (v4.0.20-beta.2 Full Bridge & Wrap Testing)
1602
+
1603
+ **Test Configuration:**
1604
+ - Environment: STAGE
1605
+ - SDK Version: 4.0.20-beta.2
1606
+ - MCP Version: 4.0.20-beta.2
1607
+ - Total MCP Tools: 127
1608
+ - **Solana RPC:** Helius devnet
1609
+ - **Ethereum RPC:** Sepolia testnet (publicnode.com)
1610
+
1611
+ **🎉 BREAKTHROUGH: `bridge_in` from Solana NOW PASSES!**
1612
+
1613
+ Fixed with WebSocket-first confirmation + retry logic with fresh blockhash on block height exceeded errors.
1614
+
1615
+ **Test Results:**
1616
+
1617
+ #### 1. Solana Balance Queries (3 tools) - ALL PASS ✅
1618
+ | Tool | Status | Notes |
1619
+ |------|--------|-------|
1620
+ | `fetch_solana_wallet_native_balance` | PASS | SOL: 0.69912 |
1621
+ | `fetch_solana_wallet_token_balance` | PASS | GALA: 85 |
1622
+ | `fetch_solana_wallet_all_balances` | PASS | Returns SOL + GALA + GSOL |
1623
+
1624
+ #### 2. Solana Bridge Operations (3 tools) - ALL PASS ✅
1625
+ | Tool | Status | Notes |
1626
+ |------|--------|-------|
1627
+ | `bridge_out` (→ Solana) | PASS | (tested in Session 21) |
1628
+ | `bridge_in` (← Solana) | **PASS** | **FIXED!** txHash: `4QTjXYQRSUPf9guf9rdecnxD7Yqo1bd86R189V1RYWn31UoJyhtG3LhZLuEXrrTzvicjx2iJkVXgiSKwAKHsSmkB` |
1629
+ | `get_bridge_status` | PASS | Status: DeliveryConfirmed |
1630
+
1631
+ #### 3. Ethereum Balance Queries (3 tools) - ALL PASS ✅
1632
+ | Tool | Status | Notes |
1633
+ |------|--------|-------|
1634
+ | `fetch_ethereum_wallet_native_balance` | PASS | ETH: 2.55 |
1635
+ | `fetch_ethereum_wallet_token_balance` | PASS | GALA: 38 |
1636
+ | `fetch_ethereum_wallet_all_balances` | PASS | Returns ETH + GALA + GWETH + GUSDC + GUSDT + GWBTC |
1637
+
1638
+ #### 4. Ethereum Bridge Operations (4 tools) - ALL PASS ✅
1639
+ | Tool | Status | Notes |
1640
+ |------|--------|-------|
1641
+ | `estimate_bridge_fee` (Ethereum) | PASS | Fee: 0.06 GALA for 10 GALA → Ethereum |
1642
+ | `get_supported_bridge_tokens` | PASS | 5 Ethereum tokens (GALA, GWETH, GUSDC, GUSDT, GWBTC) |
1643
+ | `bridge_out` (→ Ethereum) | PASS | txHash: `b9518d4a360dbfbc123cf53d3e365e9ebec561af4fc8db5831c2e023cdd591eb` |
1644
+ | `bridge_in` (← Ethereum) | PASS | txHash: `0xf740a90928a9c0feed23db9b44b6946a32204f19d023ac3583020d95a195c819` |
1645
+
1646
+ #### 5. Wrapped Token Tools (9 tools) - ALL PASS ✅
1647
+ | Tool | Status | Notes |
1648
+ |------|--------|-------|
1649
+ | `fetch_all_wrappable_tokens` | PASS | Returns MUSIC ↔ GMUSIC pair |
1650
+ | `is_token_wrappable` | PASS | MUSIC: true, counterpart: GMUSIC |
1651
+ | `get_wrappable_token` | PASS | Returns full MUSIC metadata |
1652
+ | `get_wrap_counterpart` | PASS | MUSIC → GMUSIC |
1653
+ | `estimate_wrap_fee` | PASS | Fee: 0 GALA (cross_channel_authorization) |
1654
+ | `estimate_unwrap_fee` | PASS | Fee: 0 GALA (automatic) |
1655
+ | `wrap_token` | PASS | MUSIC → GMUSIC, txId: `8a946e3455d5dc858ed44dd0dc40e8e7567df5aae8d0eb63a4752f30702fcb28` |
1656
+ | `unwrap_token` | PASS | GMUSIC → MUSIC, txId: `2970fb6743bb72be3a338b3f0f26226f86536ac6e0cc6bf994d8a14d9a338427` |
1657
+ | `get_wrap_status` | PASS | Status: completed |
1658
+
1659
+ **v4.0.20-beta.2 Fix Details:**
1660
+
1661
+ The `bridge_in` Solana devnet "block height exceeded" error was fixed with:
1662
+ 1. **WebSocket confirmation primary** - Keeps real-time feedback (user preference)
1663
+ 2. **Polling fallback** - Only when WebSocket fails with block height exceeded
1664
+ 3. **Retry with fresh blockhash** - Up to 3 attempts with exponential backoff
1665
+ 4. **Status check after WebSocket failure** - Detects if tx landed despite timeout
1666
+
1667
+ **Updated Bridge Tool Status:**
1668
+
1669
+ | Tool | v4.0.20-beta.1 | v4.0.20-beta.2 | Notes |
1670
+ |------|----------------|----------------|-------|
1671
+ | `bridge_in` (Solana) | FAIL | **PASS** | Fixed with retry logic |
1672
+ | `bridge_in` (Ethereum) | PASS | PASS | Consistent |
1673
+ | `bridge_out` (Both) | PASS | PASS | Consistent |
1674
+ | All balance queries | PASS | PASS | Consistent |
1675
+ | All wrap/unwrap tools | PASS | PASS | Consistent |
1676
+
1677
+ **Summary:**
1678
+
1679
+ | Category | Total | Pass | Fail | Skip |
1680
+ |----------|-------|------|------|------|
1681
+ | Solana Balance Queries | 3 | 3 | 0 | 0 |
1682
+ | Solana Bridge Operations | 3 | **3** | **0** | 0 |
1683
+ | Ethereum Balance Queries | 3 | 3 | 0 | 0 |
1684
+ | Ethereum Bridge Operations | 4 | 4 | 0 | 0 |
1685
+ | Wrapped Token Tools | 9 | 9 | 0 | 0 |
1686
+ | **TOTAL** | **22** | **22** | **0** | **0** |
1687
+
1688
+ **v4.0.20-beta.2 Production Readiness:**
1689
+ - ✅ **Solana Balance Queries:** All 3 tools work
1690
+ - ✅ **Solana Bridge:** Both bridge_out AND bridge_in work!
1691
+ - ✅ **Ethereum Balance Queries:** All 3 tools work
1692
+ - ✅ **Ethereum Bridge:** Both bridge_out AND bridge_in work
1693
+ - ✅ **Wrap/Unwrap:** All 9 tools work (MUSIC ↔ GMUSIC)
1694
+ - ✅ **100% Pass Rate** for all tested bridge & wrap tools
@@ -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 = "4.0.20-beta.2";
6
+ export declare const MCP_SERVER_VERSION = "4.0.21";
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,kBAAkB,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/generated/version.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,eAAO,MAAM,kBAAkB,WAAW,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 = '4.0.20-beta.2';
9
+ exports.MCP_SERVER_VERSION = '4.0.21';
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,eAAe,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/generated/version.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEU,QAAA,kBAAkB,GAAG,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gala-chain/launchpad-mcp-server",
3
- "version": "4.0.20-beta.2",
3
+ "version": "4.0.21",
4
4
  "description": "MCP server for Gala Launchpad - 105 tools (pool management, event watchers, GSwap DEX trading, price history, token creation, wallet management, DEX pool discovery, liquidity positions, token locks, locked token queries, composite pool data, cross-chain bridging, 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": "4.0.20-beta.2",
76
+ "@gala-chain/launchpad-sdk": "^4.0.21",
77
77
  "@humanwhocodes/config-array": "^0.13.0",
78
78
  "@modelcontextprotocol/sdk": "^0.5.0",
79
79
  "axios": "^1.12.2",