@gala-chain/launchpad-mcp-server 4.0.20-beta.1 → 4.0.20-beta.2

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