@gala-chain/launchpad-mcp-server 2.0.0 → 2.0.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/README.md CHANGED
@@ -4,7 +4,7 @@ MCP (Model Context Protocol) server for Gala Launchpad SDK - Enables AI agents t
4
4
 
5
5
  ## 🚀 Features
6
6
 
7
- - **88 AI-accessible tools** for complete Gala Launchpad integration (includes 22 pool management & event watcher tools, 13 trading operation tools, 8 balance & portfolio tools, 4 token creation tools, 2 transfer tools, 2 social/comment tools, 17 utility tools, 2 DEX pool discovery tools, 5 GSwap DEX trading tools, 10 liquidity position tools, 3 DEX quote calculation tools)
7
+ - **76 AI-accessible tools** for complete Gala Launchpad integration (includes 22 pool management & event watcher tools, 13 trading operation tools, 8 balance & portfolio tools, 4 token creation tools, 2 transfer tools, 2 social/comment tools, 17 utility tools, 2 DEX pool discovery tools, 5 GSwap DEX trading tools)
8
8
  - **78 slash commands** (prompts) for streamlined workflows - 89% tool coverage (every major operation has a corresponding slash command)
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)
@@ -45,7 +45,7 @@ MCP (Model Context Protocol) server for Gala Launchpad SDK - Enables AI agents t
45
45
 
46
46
  ### Tool Coverage
47
47
 
48
- - **88 total MCP tools** (up from 77 in v1.x)
48
+ - **76 total MCP tools** (full coverage of Gala Launchpad features)
49
49
  - **78 total prompts** (up from 75 in v1.x)
50
50
  - **89% tool→prompt coverage** (70/78 tools have dedicated prompts)
51
51
  - **New focus**: DEX ecosystem integration, real-time monitoring, advanced quote calculations
@@ -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 = "2.0.0";
6
+ export declare const MCP_SERVER_VERSION = "2.0.1";
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 = '2.0.0';
9
+ exports.MCP_SERVER_VERSION = '2.0.1';
10
10
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gala-chain/launchpad-mcp-server",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "MCP server for Gala Launchpad - 76 tools (pool management, event watchers, GSwap DEX trading, price history, token creation, wallet management, DEX pool discovery) 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.31.2",
76
+ "@gala-chain/launchpad-sdk": "^4.0.0",
77
77
  "@modelcontextprotocol/sdk": "^0.5.0",
78
78
  "axios": "^1.12.2",
79
79
  "bignumber.js": "^9.1.2",