@gala-chain/launchpad-mcp-server 4.0.17-beta.0 → 4.0.17-beta.1
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.
package/dist/tools/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @see src/utils/tool-registry.ts
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
|
-
* Enhanced tool registry with validation (
|
|
10
|
+
* Enhanced tool registry with validation (115 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)
|
|
@@ -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:
|
|
19
|
+
* - Bridge: 20 tools (cross-chain bridging, bridgeable token queries, devnet airdrop, tx status)
|
|
20
20
|
*/
|
|
21
21
|
export declare const registry: import("../utils/tool-registry.js").ToolRegistry;
|
|
22
22
|
/**
|
package/dist/tools/index.js
CHANGED
|
@@ -70,7 +70,7 @@ const toolCategories = [
|
|
|
70
70
|
},
|
|
71
71
|
];
|
|
72
72
|
/**
|
|
73
|
-
* Enhanced tool registry with validation (
|
|
73
|
+
* Enhanced tool registry with validation (115 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)
|
|
@@ -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:
|
|
82
|
+
* - Bridge: 20 tools (cross-chain bridging, bridgeable token queries, devnet airdrop, tx status)
|
|
83
83
|
*/
|
|
84
|
-
exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories,
|
|
84
|
+
exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories, 115);
|
|
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.
|
|
3
|
+
"version": "4.0.17-beta.1",
|
|
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.
|
|
76
|
+
"@gala-chain/launchpad-sdk": "4.0.17-beta.1",
|
|
77
77
|
"@humanwhocodes/config-array": "^0.13.0",
|
|
78
78
|
"@modelcontextprotocol/sdk": "^0.5.0",
|
|
79
79
|
"axios": "^1.12.2",
|