@gala-chain/launchpad-mcp-server 4.0.15-beta.8 → 4.0.15-beta.9

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.
@@ -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.15-beta.8";
6
+ export declare const MCP_SERVER_VERSION = "4.0.15-beta.9";
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.15-beta.8';
9
+ exports.MCP_SERVER_VERSION = '4.0.15-beta.9';
10
10
  //# sourceMappingURL=version.js.map
@@ -7,7 +7,7 @@
7
7
  * @see src/utils/tool-registry.ts
8
8
  */
9
9
  /**
10
- * Enhanced tool registry with validation (112 tools total):
10
+ * Enhanced tool registry with validation (113 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: 28 tools (swap/quote, liquidity, pool discovery, leaderboard, volume, token discovery)
@@ -15,7 +15,7 @@
15
15
  * - Creation: 5 tools (token creation, launch, calculateInitialBuy)
16
16
  * - Transfers: 2 tools (GALA and token transfers)
17
17
  * - Locks: 2 tools (token lock/unlock for staking, escrow)
18
- * - Utilities: 18 tools (config, version, environment, wallet, cache, cleanup, key derivation)
18
+ * - Utilities: 19 tools (config, version, environment, wallet, Solana wallet, cache, cleanup, key derivation)
19
19
  * - Bridge: 18 tools (cross-chain bridging + bridgeable token queries)
20
20
  */
21
21
  export declare const registry: import("../utils/tool-registry.js").ToolRegistry;
@@ -70,7 +70,7 @@ const toolCategories = [
70
70
  },
71
71
  ];
72
72
  /**
73
- * Enhanced tool registry with validation (112 tools total):
73
+ * Enhanced tool registry with validation (113 tools total):
74
74
  * - Pools: 19 tools (pool operations + 2 watchers: onDexPoolCreation, onLaunchpadTokenCreation)
75
75
  * - Trading: 13 tools (buy, sell, calculate amounts, graduation)
76
76
  * - DEX/GalaSwap: 28 tools (swap/quote, liquidity, pool discovery, leaderboard, volume, token discovery)
@@ -78,10 +78,10 @@ const toolCategories = [
78
78
  * - Creation: 5 tools (token creation, launch, calculateInitialBuy)
79
79
  * - Transfers: 2 tools (GALA and token transfers)
80
80
  * - Locks: 2 tools (token lock/unlock for staking, escrow)
81
- * - Utilities: 18 tools (config, version, environment, wallet, cache, cleanup, key derivation)
81
+ * - Utilities: 19 tools (config, version, environment, wallet, Solana wallet, cache, cleanup, key derivation)
82
82
  * - Bridge: 18 tools (cross-chain bridging + bridgeable token queries)
83
83
  */
84
- exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories, 112);
84
+ exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories, 113);
85
85
  /**
86
86
  * Complete tool array (for backward compatibility)
87
87
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gala-chain/launchpad-mcp-server",
3
- "version": "4.0.15-beta.8",
3
+ "version": "4.0.15-beta.9",
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.15-beta.7",
76
+ "@gala-chain/launchpad-sdk": "4.0.15-beta.8",
77
77
  "@humanwhocodes/config-array": "^0.13.0",
78
78
  "@modelcontextprotocol/sdk": "^0.5.0",
79
79
  "axios": "^1.12.2",