@gala-chain/launchpad-mcp-server 2.0.2-beta.29 → 2.0.2-beta.30

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-03 (Type Safety & Locks Verification)
4
- **Total Tools:** 88
3
+ **Last Updated:** 2025-12-03 (Lock Details Exposure Feature)
4
+ **Total Tools:** 89
5
5
  **Environment:** Production (Staging)
6
- **SDK Version:** 4.0.1-beta.25
7
- **MCP Version:** 2.0.2-beta.27
6
+ **SDK Version:** 4.0.1-beta.27
7
+ **MCP Version:** 2.0.2-beta.29
8
8
 
9
9
  ## Summary
10
10
 
@@ -12,16 +12,16 @@
12
12
  |----------|-------|------|------|------|----------|
13
13
  | utilities | 16 | 16 | 0 | 0 | 0 |
14
14
  | pools | 19 | 19 | 0 | 0 | 0 |
15
- | balance | 6 | 6 | 0 | 0 | 0 |
15
+ | balance | 7 | 6 | 0 | 0 | 1 |
16
16
  | trading | 13 | 12 | 0 | 1 | 0 |
17
17
  | dex | 26 | 26 | 0 | 0 | 0 |
18
18
  | creation | 4 | 3 | 0 | 1 | 0 |
19
19
  | transfers | 2 | 2 | 0 | 0 | 0 |
20
20
  | locks | 2 | 2 | 0 | 0 | 0 |
21
- | **TOTAL** | **88** | **86** | **0** | **1** | **0** |
21
+ | **TOTAL** | **89** | **86** | **0** | **2** | **1** |
22
22
 
23
- **Coverage: 100%** (All 88 tools tested)
24
- **Pass Rate: 98.9%** (86/87 testable tools - only skip: graduate_token)
23
+ **Coverage: 98.9%** (88/89 tools tested)
24
+ **Pass Rate: 97.7%** (86/88 testable tools - skips: graduate_token, launch_token)
25
25
 
26
26
  ---
27
27
 
@@ -74,12 +74,13 @@
74
74
 
75
75
  ---
76
76
 
77
- ## BALANCE (6 tools) - 6 PASS
77
+ ## BALANCE (7 tools) - 6 PASS, 1 UNTESTED
78
78
 
79
79
  | Tool | Status | Last Tested | Notes |
80
80
  |------|--------|-------------|-------|
81
81
  | `gala_launchpad_fetch_gala_balance` | PASS | 2025-12-03 | Returns GALA balance |
82
82
  | `gala_launchpad_fetch_token_balance` | PASS | 2025-12-03 | Returns specific token balance |
83
+ | `gala_launchpad_fetch_locked_tokens` | UNTESTED | - | NEW: Returns lock details (inUseHolds, lockedHolds) for a token |
83
84
  | `gala_launchpad_fetch_tokens_held` | PASS | 2025-12-03 | Returns tokens held with filtering |
84
85
  | `gala_launchpad_fetch_tokens_created` | PASS | 2025-12-03 | Returns tokens created by address |
85
86
  | `gala_launchpad_fetch_profile` | PASS | 2025-12-03 | Returns user profile data |
@@ -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 = "2.0.2-beta.29";
6
+ export declare const MCP_SERVER_VERSION = "2.0.2-beta.30";
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 = '2.0.2-beta.29';
9
+ exports.MCP_SERVER_VERSION = '2.0.2-beta.30';
10
10
  //# sourceMappingURL=version.js.map
@@ -7,11 +7,11 @@
7
7
  * @see src/utils/tool-registry.ts
8
8
  */
9
9
  /**
10
- * Enhanced tool registry with validation (88 tools total):
10
+ * Enhanced tool registry with validation (89 tools total):
11
11
  * - Pools: 19 tools (pool operations + 2 watchers: onDexPoolCreation, onLaunchpadTokenCreation)
12
12
  * - Trading: 13 tools (buy, sell, calculate amounts, graduation)
13
13
  * - DEX/GalaSwap: 26 tools (10 swap/quote + 9 liquidity + 2 pool discovery + 4 leaderboard + 1 volume)
14
- * - Balance: 6 tools (balance queries and profile)
14
+ * - Balance: 7 tools (balance queries, locked tokens, and profile)
15
15
  * - Creation: 4 tools (token creation and launch)
16
16
  * - Transfers: 2 tools (GALA and token transfers)
17
17
  * - Locks: 2 tools (token lock/unlock for staking, escrow)
@@ -64,17 +64,17 @@ const toolCategories = [
64
64
  },
65
65
  ];
66
66
  /**
67
- * Enhanced tool registry with validation (88 tools total):
67
+ * Enhanced tool registry with validation (89 tools total):
68
68
  * - Pools: 19 tools (pool operations + 2 watchers: onDexPoolCreation, onLaunchpadTokenCreation)
69
69
  * - Trading: 13 tools (buy, sell, calculate amounts, graduation)
70
70
  * - DEX/GalaSwap: 26 tools (10 swap/quote + 9 liquidity + 2 pool discovery + 4 leaderboard + 1 volume)
71
- * - Balance: 6 tools (balance queries and profile)
71
+ * - Balance: 7 tools (balance queries, locked tokens, and profile)
72
72
  * - Creation: 4 tools (token creation and launch)
73
73
  * - Transfers: 2 tools (GALA and token transfers)
74
74
  * - Locks: 2 tools (token lock/unlock for staking, escrow)
75
75
  * - Utilities: 16 tools (config, version, environment, wallet, cache, cleanup, etc.)
76
76
  */
77
- exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories, 88);
77
+ exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories, 89);
78
78
  /**
79
79
  * Complete tool array (for backward compatibility)
80
80
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gala-chain/launchpad-mcp-server",
3
- "version": "2.0.2-beta.29",
3
+ "version": "2.0.2-beta.30",
4
4
  "description": "MCP server for Gala Launchpad - 88 tools (pool management, event watchers, GSwap DEX trading, price history, token creation, wallet management, DEX pool discovery, liquidity positions, token locks, composite pool data) 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": {