@gala-chain/launchpad-mcp-server 4.0.20-beta.1 → 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-08 (Session 20: v4.0.20-beta.0 Wrap/Unwrap NOW WORKING!)
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.0
7
- **MCP Version:** 4.0.20-beta.0
8
- **Previous Beta:** 4.0.17-beta.10
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 | 27 | 1 | 2 | 1 |
23
- | **TOTAL** | **127** | **122** | **1** | **3** | **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%** (122/123 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
28
+ **🎉 Session 21 UPDATE:** Solana balance queries NOW PASS with Helius RPC! (were FAIL with public Solana RPC)
27
29
  **🎉 MAJOR UPDATE in v4.0.20-beta.0:** wrap_token and unwrap_token NOW PASS! (were FAIL in v4.0.17-beta.10)
28
- **New in v4.0.20-beta.0:** 1 new referral URL tool tested (PASS), wrap/unwrap execution now working
29
- **New in v4.0.17-beta.6:** 5 wrappable token tools added (MUSIC GMUSIC wrap/unwrap discovery)
30
- **New in v4.0.17-beta.1:** getSolanaTransactionStatus, bridge_out tested, Solana balance queries working
30
+ **New in v4.0.20-beta.2:** Solana bridge_in retry logic with fresh blockhash on block height exceeded
31
+ **New in v4.0.20-beta.1:** Custom RPC URL support (ethereumRpcUrl, solanaRpcUrl config options)
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 |
@@ -1497,3 +1498,197 @@ Previously blocked wrap_token and unwrap_token tools now work correctly. This is
1497
1498
  - ✅ **Ethereum Balances:** All 3 tools work
1498
1499
  - ⚠️ **Solana Balances:** Works on mainnet, fails on devnet (expected)
1499
1500
  - ⚠️ **bridge_in:** Solana devnet timing issue only
1501
+
1502
+ ---
1503
+
1504
+ ### Session 21: 2025-12-09 (v4.0.20-beta.1 Solana Bridging with Helius RPC)
1505
+
1506
+ **Test Configuration:**
1507
+ - Environment: STAGE
1508
+ - SDK Version: 4.0.20-beta.1
1509
+ - MCP Version: 4.0.20-beta.1
1510
+ - Total MCP Tools: 127
1511
+ - **Solana RPC:** Helius devnet (`https://devnet.helius-rpc.com/?api-key=...`)
1512
+
1513
+ **🎉 BREAKTHROUGH: Solana Balance Queries NOW PASS with Helius RPC!**
1514
+
1515
+ Previous tests with public Solana RPC (`api.devnet.solana.com`) failed for token balance queries. With Helius RPC, all Solana operations work reliably.
1516
+
1517
+ **Test Results:**
1518
+
1519
+ #### 1. Solana Balance Queries (3 tools) - ALL PASS ✅
1520
+ | Tool | Status | Notes |
1521
+ |------|--------|-------|
1522
+ | `fetch_solana_wallet_native_balance` | PASS | SOL: 0.69952 |
1523
+ | `fetch_solana_wallet_token_balance` | **PASS** | GALA: 85 (was FAIL with public RPC) |
1524
+ | `fetch_solana_wallet_all_balances` | **PASS** | Returns SOL + GALA + GSOL (was FAIL with public RPC) |
1525
+
1526
+ #### 2. Solana Bridge Operations (4 tools) - 3 PASS, 1 FAIL (expected)
1527
+ | Tool | Status | Notes |
1528
+ |------|--------|-------|
1529
+ | `estimate_bridge_fee` (Solana) | PASS | Fee: 39.80 GALA for 100 GALA → Solana |
1530
+ | `bridge_out` (→ Solana) | PASS | Bridged 50 GALA, txHash: `c3851d9b7cc70a8e30cfed276f428b1c82764c00e4e658b922e0d2cca35012ef` |
1531
+ | `get_bridge_status` | PASS | Status progressed: Pending → DeliveryInProgress |
1532
+ | `bridge_in` (← Solana) | FAIL | Block height exceeded (devnet timing issue) |
1533
+
1534
+ #### 3. Solana Utility Tools (3 tools) - 2 PASS, 1 CONFIG
1535
+ | Tool | Status | Notes |
1536
+ |------|--------|-------|
1537
+ | `get_solana_transaction_status` | PASS | Returns { confirmed: false, status: "not_found" } for invalid sig |
1538
+ | `request_solana_devnet_airdrop` | CONFIG | Rate limited (1 SOL/day limit) |
1539
+ | `create_solana_wallet` | PASS | (tested in previous session) |
1540
+
1541
+ #### 4. Solana Bridgeable Token Discovery (3 tools) - ALL PASS ✅
1542
+ | Tool | Status | Notes |
1543
+ |------|--------|-------|
1544
+ | `fetch_all_tokens_bridgeable_to_solana` | PASS | Returns 16 Solana-bridgeable tokens |
1545
+ | `is_token_bridgeable_to_solana` | PASS | GALA: true, mint: `eEUiUs4JWYZrp72djAGF1A8PhpR6rHphGeGN7GbVLp6` |
1546
+ | `fetch_bridgeable_tokens_by_network` (SOLANA) | PASS | Paginated discovery works |
1547
+
1548
+ **Key Findings:**
1549
+
1550
+ 1. **🎉 Helius RPC fixes Solana devnet issues!** Token balance queries that failed with public Solana RPC now work
1551
+ 2. **Bridge out to Solana works** - Successfully bridged 50 GALA, fee was ~40 GALA
1552
+ 3. **Bridge status tracking works** - Status transitions from Pending → DeliveryInProgress correctly
1553
+ 4. **Bridge in still has timing issue** - Solana devnet block height expires before tx confirms
1554
+ 5. **16 tokens bridgeable to Solana** - Including GALA, GSOL, GTRUMP, GPENGU, GMEW, etc.
1555
+
1556
+ **v4.0.20-beta.1 Improvements:**
1557
+ - Added `ethereumRpcUrl` and `solanaRpcUrl` config options for custom RPC endpoints
1558
+ - Reverted to public Ethereum RPC (publicnode.com) by default
1559
+ - Solana devnet uses Helius for reliable testing
1560
+
1561
+ **Updated Bridge Tool Status:**
1562
+
1563
+ | Tool | v4.0.20-beta.0 | v4.0.20-beta.1 | Notes |
1564
+ |------|----------------|----------------|-------|
1565
+ | `fetch_solana_wallet_token_balance` | FAIL | **PASS** | Fixed with Helius RPC |
1566
+ | `fetch_solana_wallet_all_balances` | FAIL | **PASS** | Fixed with Helius RPC |
1567
+ | `bridge_out` (Solana) | PASS | PASS | Consistent |
1568
+ | `bridge_in` (Solana) | FAIL | FAIL | Devnet timing issue (mainnet should work) |
1569
+
1570
+ **Test Transaction Details:**
1571
+
1572
+ ```
1573
+ bridge_out to Solana:
1574
+ - Amount: 50 GALA
1575
+ - Fee: 39.80518273 GALA
1576
+ - Recipient: EHxvSMWjBxFwZrjod8xqKwZKyvJBVfbLU4o8c53o8s5H
1577
+ - TxHash: c3851d9b7cc70a8e30cfed276f428b1c82764c00e4e658b922e0d2cca35012ef
1578
+ - Status: DeliveryInProgress → (tokens received, GALA went from 85 → 125)
1579
+ ```
1580
+
1581
+ **Summary:**
1582
+
1583
+ | Category | Total | Pass | Fail | Skip |
1584
+ |----------|-------|------|------|------|
1585
+ | Solana Balance Queries | 3 | **3** | **0** | 0 |
1586
+ | Solana Bridge Operations | 4 | 3 | 1 | 0 |
1587
+ | Solana Utility Tools | 3 | 2 | 0 | 1 |
1588
+ | Solana Bridgeable Discovery | 3 | 3 | 0 | 0 |
1589
+ | **TOTAL** | **13** | **11** | **1** | **1** |
1590
+
1591
+ **v4.0.20-beta.1 Production Readiness:**
1592
+ - ✅ **Solana Balance Queries:** All 3 tools work with Helius RPC
1593
+ - ✅ **Bridge Out to Solana:** Fully functional
1594
+ - ✅ **Bridge Status Tracking:** Works correctly
1595
+ - ✅ **Bridgeable Token Discovery:** All tools work
1596
+ - ⚠️ **bridge_in from Solana:** Devnet timing issue only (mainnet should work)
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.1";
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.1';
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.1",
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.1",
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",