@gala-chain/launchpad-mcp-server 4.0.18 → 4.0.20-beta.0

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.18";
6
+ export declare const MCP_SERVER_VERSION = "4.0.20-beta.0";
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,WAAW,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/generated/version.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,eAAO,MAAM,kBAAkB,kBAAkB,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.18';
9
+ exports.MCP_SERVER_VERSION = '4.0.20-beta.0';
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,QAAQ,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/generated/version.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEU,QAAA,kBAAkB,GAAG,eAAe,CAAC"}
@@ -7,11 +7,11 @@
7
7
  * @see src/utils/tool-registry.ts
8
8
  */
9
9
  /**
10
- * Enhanced tool registry with validation (126 tools total):
10
+ * Enhanced tool registry with validation (127 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)
14
- * - Balance: 7 tools (balance queries, locked tokens, and profile)
14
+ * - Balance: 8 tools (balance queries, locked tokens, profile, referral URL)
15
15
  * - Creation: 4 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)
@@ -70,18 +70,18 @@ const toolCategories = [
70
70
  },
71
71
  ];
72
72
  /**
73
- * Enhanced tool registry with validation (126 tools total):
73
+ * Enhanced tool registry with validation (127 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)
77
- * - Balance: 7 tools (balance queries, locked tokens, and profile)
77
+ * - Balance: 8 tools (balance queries, locked tokens, profile, referral URL)
78
78
  * - Creation: 4 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
81
  * - Utilities: 19 tools (config, version, environment, wallet, Solana wallet, cache, cleanup, key derivation)
82
82
  * - Bridge: 31 tools (cross-chain bridging, bridgeable/wrappable token queries, wrap/unwrap execution, devnet airdrop, tx status)
83
83
  */
84
- exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories, 126);
84
+ exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories, 127);
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.18",
3
+ "version": "4.0.20-beta.0",
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.18",
76
+ "@gala-chain/launchpad-sdk": "4.0.20-beta.0",
77
77
  "@humanwhocodes/config-array": "^0.13.0",
78
78
  "@modelcontextprotocol/sdk": "^0.5.0",
79
79
  "axios": "^1.12.2",