@gala-chain/launchpad-mcp-server 1.21.0 → 1.21.4
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/README.md +3 -3
- package/dist/generated/version.d.ts +1 -1
- package/dist/generated/version.js +1 -1
- package/dist/tools/index.d.ts +1 -1
- package/dist/tools/index.js +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@ MCP (Model Context Protocol) server for Gala Launchpad SDK - Enables AI agents t
|
|
|
4
4
|
|
|
5
5
|
## 🚀 Features
|
|
6
6
|
|
|
7
|
-
- **
|
|
8
|
-
- **
|
|
7
|
+
- **70 AI-accessible tools** for complete Gala Launchpad integration (includes 8 liquidity position tools, 4 price history tools, 3 wallet management tools, 5 GSwap DEX trading tools)
|
|
8
|
+
- **23 slash commands** (prompts) for quick access to common workflows
|
|
9
9
|
- **Type-safe** - Full TypeScript support with validated inputs
|
|
10
10
|
- **Production-ready** - Built on [@gala-chain/launchpad-sdk ](https://www.npmjs.com/package/@gala-chain/launchpad-sdk)
|
|
11
11
|
- **Easy setup** - Works with Claude Desktop and other MCP clients
|
|
@@ -98,7 +98,7 @@ Use the wallet management tools to upgrade or switch wallets at runtime:
|
|
|
98
98
|
- `gala_launchpad_set_wallet` - Upgrade from read-only to full-access mode
|
|
99
99
|
- `gala_launchpad_get_wallet` - Retrieve wallet information
|
|
100
100
|
|
|
101
|
-
## 🛠️ Available Tools (
|
|
101
|
+
## 🛠️ Available Tools (70 Total)
|
|
102
102
|
|
|
103
103
|
### Pool Management (17 tools)
|
|
104
104
|
- `gala_launchpad_fetch_pools` - Fetch token pools with filtering
|
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 (70 tools - added 13 DEX tools: 5 swap + 8 liquidity in v3.23.0)
|
|
11
11
|
*/
|
|
12
12
|
export declare const registry: import("../utils/tool-registry.js").ToolRegistry;
|
|
13
13
|
/**
|
package/dist/tools/index.js
CHANGED
|
@@ -64,9 +64,9 @@ const toolCategories = [
|
|
|
64
64
|
},
|
|
65
65
|
];
|
|
66
66
|
/**
|
|
67
|
-
* Enhanced tool registry with validation (
|
|
67
|
+
* Enhanced tool registry with validation (70 tools - added 13 DEX tools: 5 swap + 8 liquidity in v3.23.0)
|
|
68
68
|
*/
|
|
69
|
-
exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories,
|
|
69
|
+
exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories, 70);
|
|
70
70
|
/**
|
|
71
71
|
* Complete tool array (for backward compatibility)
|
|
72
72
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gala-chain/launchpad-mcp-server",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.4",
|
|
4
4
|
"description": "MCP server for Gala Launchpad - 62 tools (pool management, GSwap DEX trading, price history, token creation, wallet management) 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": "^3.26.
|
|
76
|
+
"@gala-chain/launchpad-sdk": "^3.26.4",
|
|
77
77
|
"@modelcontextprotocol/sdk": "^0.5.0",
|
|
78
78
|
"axios": "^1.12.2",
|
|
79
79
|
"bignumber.js": "^9.1.2",
|