@gala-chain/launchpad-mcp-server 5.0.4-beta.1 → 5.0.4-beta.2

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.
Files changed (35) hide show
  1. package/README.md +5 -5
  2. package/dist/ai-docs.json +647 -290
  3. package/dist/constants/mcpToolNames.d.ts +28 -1
  4. package/dist/constants/mcpToolNames.d.ts.map +1 -1
  5. package/dist/constants/mcpToolNames.js +24 -2
  6. package/dist/constants/mcpToolNames.js.map +1 -1
  7. package/dist/explain-sdk-usage-ai.json +122 -28
  8. package/dist/generated/version.d.ts +1 -1
  9. package/dist/generated/version.js +1 -1
  10. package/dist/prompts/index.d.ts +3 -2
  11. package/dist/prompts/index.d.ts.map +1 -1
  12. package/dist/prompts/index.js +6 -1
  13. package/dist/prompts/index.js.map +1 -1
  14. package/dist/prompts/nft.d.ts +48 -0
  15. package/dist/prompts/nft.d.ts.map +1 -0
  16. package/dist/prompts/nft.js +513 -0
  17. package/dist/prompts/nft.js.map +1 -0
  18. package/dist/schemas/common-schemas.d.ts +64 -0
  19. package/dist/schemas/common-schemas.d.ts.map +1 -1
  20. package/dist/schemas/common-schemas.js +68 -1
  21. package/dist/schemas/common-schemas.js.map +1 -1
  22. package/dist/tools/dex/helpers.d.ts +1 -1
  23. package/dist/tools/index.d.ts.map +1 -1
  24. package/dist/tools/index.js +10 -3
  25. package/dist/tools/index.js.map +1 -1
  26. package/dist/tools/nft/index.d.ts +23 -0
  27. package/dist/tools/nft/index.d.ts.map +1 -0
  28. package/dist/tools/nft/index.js +308 -0
  29. package/dist/tools/nft/index.js.map +1 -0
  30. package/dist/tools/trading/helpers/arg-extractors.d.ts +2 -2
  31. package/dist/tools/utils/explainSdkUsage.d.ts +1 -0
  32. package/dist/tools/utils/explainSdkUsage.d.ts.map +1 -1
  33. package/dist/tools/utils/explainSdkUsage.js +210 -8
  34. package/dist/tools/utils/explainSdkUsage.js.map +1 -1
  35. package/package.json +9 -9
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @gala-chain/launchpad-mcp-server
2
2
 
3
- **Version: 5.0.3 (Latest)**
3
+ **Version: 5.0.4-beta.1 (Latest)**
4
4
 
5
5
  MCP (Model Context Protocol) server for Gala Launchpad SDK - Enables AI agents to interact with Gala Launchpad.
6
6
 
7
7
  ## 🚀 Features
8
8
 
9
- - **224 AI-accessible tools** for complete Gala Launchpad integration (includes pool management, trading operations, balance & portfolio queries, token creation, transfers, lock/unlock/burn, utilities, DEX pools, DEX swaps, DEX liquidity, DEX analytics, cross-chain bridging, streaming, chat, auth, bans, API keys, moderators, overseers, content flags, content reactions, comments)
9
+ - **241 AI-accessible tools** for complete Gala Launchpad integration (includes pool management, trading operations, balance & portfolio queries, token creation, transfers, lock/unlock/burn, utilities, DEX pools, DEX swaps, DEX liquidity, DEX analytics, cross-chain bridging, streaming, chat, auth, bans, API keys, moderators, overseers, content flags, content reactions, comments)
10
10
  - **167 slash commands** (prompts) for streamlined workflows - comprehensive tool coverage (every major operation has a corresponding slash command)
11
11
  - **Type-safe** - Full TypeScript support with validated inputs
12
12
  - **Production-ready** - Built on [@gala-chain/launchpad-sdk ](https://www.npmjs.com/package/@gala-chain/launchpad-sdk)
@@ -15,7 +15,7 @@ MCP (Model Context Protocol) server for Gala Launchpad SDK - Enables AI agents t
15
15
  - **Optimized** - Local bonding curve calculations and DEX quote calculations for instant results
16
16
  - **Real-time monitoring** - WebSocket-based watchers for pool and token creation events
17
17
 
18
- ## What's New in v5.0.3
18
+ ## What's New in v5.0.4-beta.1
19
19
 
20
20
  ### New Tools (11 Total)
21
21
 
@@ -50,7 +50,7 @@ MCP (Model Context Protocol) server for Gala Launchpad SDK - Enables AI agents t
50
50
 
51
51
  ### Tool Coverage
52
52
 
53
- - **224 total MCP tools** (full coverage of Gala Launchpad features)
53
+ - **241 total MCP tools** (full coverage of Gala Launchpad features)
54
54
  - **209 total prompts** (comprehensive slash command coverage)
55
55
  - **Full tool→prompt coverage** (every major operation has a dedicated prompt)
56
56
  - **New focus**: DEX ecosystem integration, real-time monitoring, advanced quote calculations, cross-chain bridging, wrap/unwrap, token locks/burns, streaming, chat, API keys, moderators, overseers (CCTV dashboard), content flags, bans
@@ -171,7 +171,7 @@ Use the wallet management tools to upgrade or switch wallets at runtime:
171
171
  - `gala_launchpad_set_wallet` - Upgrade from read-only to full-access mode
172
172
  - `gala_launchpad_get_wallet` - Retrieve wallet information
173
173
 
174
- ## 🛠️ Available Tools (224 Total)
174
+ ## 🛠️ Available Tools (241 Total)
175
175
 
176
176
  ### Pool Management, Pricing & Event Watchers (19 tools)
177
177
  - `gala_launchpad_fetch_pools` - Fetch token pools with filtering