@gala-chain/launchpad-mcp-server 4.0.17-beta.7 → 4.0.17-beta.8

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.17-beta.7";
6
+ export declare const MCP_SERVER_VERSION = "4.0.17-beta.8";
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.17-beta.7';
9
+ exports.MCP_SERVER_VERSION = '4.0.17-beta.8';
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 (121 tools total):
10
+ * Enhanced tool registry with validation (125 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: 29 tools (swap/quote, liquidity, pool discovery, leaderboard, volume, token discovery)
@@ -16,7 +16,7 @@
16
16
  * - Transfers: 2 tools (GALA and token transfers)
17
17
  * - Locks: 2 tools (token lock/unlock for staking, escrow)
18
18
  * - Utilities: 19 tools (config, version, environment, wallet, Solana wallet, cache, cleanup, key derivation)
19
- * - Bridge: 26 tools (cross-chain bridging, bridgeable token queries, wrappable tokens, devnet airdrop, tx status)
19
+ * - Bridge: 30 tools (cross-chain bridging, bridgeable/wrappable token queries + balance fetchers, devnet airdrop, tx status)
20
20
  */
21
21
  export declare const registry: import("../utils/tool-registry.js").ToolRegistry;
22
22
  /**
@@ -70,7 +70,7 @@ const toolCategories = [
70
70
  },
71
71
  ];
72
72
  /**
73
- * Enhanced tool registry with validation (121 tools total):
73
+ * Enhanced tool registry with validation (125 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: 29 tools (swap/quote, liquidity, pool discovery, leaderboard, volume, token discovery)
@@ -79,9 +79,9 @@ const toolCategories = [
79
79
  * - Transfers: 2 tools (GALA and token transfers)
80
80
  * - Locks: 2 tools (token lock/unlock for staking, escrow)
81
81
  * - Utilities: 19 tools (config, version, environment, wallet, Solana wallet, cache, cleanup, key derivation)
82
- * - Bridge: 26 tools (cross-chain bridging, bridgeable token queries, wrappable tokens, devnet airdrop, tx status)
82
+ * - Bridge: 30 tools (cross-chain bridging, bridgeable/wrappable token queries + balance fetchers, devnet airdrop, tx status)
83
83
  */
84
- exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories, 121);
84
+ exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories, 125);
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.17-beta.7",
3
+ "version": "4.0.17-beta.8",
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.17-beta.7",
76
+ "@gala-chain/launchpad-sdk": "4.0.17-beta.8",
77
77
  "@humanwhocodes/config-array": "^0.13.0",
78
78
  "@modelcontextprotocol/sdk": "^0.5.0",
79
79
  "axios": "^1.12.2",