@gala-chain/launchpad-mcp-server 1.7.2 → 1.7.3

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 (2) hide show
  1. package/CHANGELOG.md +16 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: Update SDK dependency to 3.11.2
8
+
3
9
  ## 1.7.1 - 2025-10-11
4
10
 
5
11
  ### Fixed
@@ -23,7 +29,10 @@
23
29
 
24
30
  ### Context
25
31
 
26
- v1.7.0 was published with incorrect tool counts due to not accounting for cache management tools added in v1.6.0. The registry validation expected 49 tools but 50 were actually registered, causing the MCP server to crash on startup with "Tool registry validation failed: Tool count mismatch: expected 49, got 50".
32
+ v1.7.0 was published with incorrect tool counts due to not accounting for cache management tools
33
+ added in v1.6.0. The registry validation expected 49 tools but 50 were actually registered, causing
34
+ the MCP server to crash on startup with "Tool registry validation failed: Tool count mismatch:
35
+ expected 49, got 50".
27
36
 
28
37
  ## 1.7.0 - 2025-10-11
29
38
 
@@ -44,7 +53,8 @@ v1.7.0 was published with incorrect tool counts due to not accounting for cache
44
53
  ### Changed
45
54
 
46
55
  - Updated SDK dependency from ^3.10.0 to ^3.11.0
47
- - Tool count increased from 49 to 50 tools (NOTE: v1.6.0 added 2 cache tools, bringing count from 47 to 49)
56
+ - Tool count increased from 49 to 50 tools (NOTE: v1.6.0 added 2 cache tools, bringing count from 47
57
+ to 49)
48
58
  - Pool Management tools increased from 13 to 14 tools
49
59
  - Benefits from SDK v3.11.0 auto-pagination with 5x performance improvement
50
60
 
@@ -66,10 +76,12 @@ v1.7.0 was published with incorrect tool counts due to not accounting for cache
66
76
 
67
77
  ### Documentation
68
78
 
69
- - **Critical graduation calculation clarification** - Added comprehensive documentation to prevent misinterpretation of `calculateBuyAmountForGraduation` results
79
+ - **Critical graduation calculation clarification** - Added comprehensive documentation to prevent
80
+ misinterpretation of `calculateBuyAmountForGraduation` results
70
81
  - Updated MCP README with "Understanding Graduation Calculations" section
71
82
  - Added amount field reference table showing what each calculation method returns
72
- - Clarified that `amount` field represents **GALA cost** (e.g., "1594263.419" = 1.59 million GALA), NOT token quantity
83
+ - Clarified that `amount` field represents **GALA cost** (e.g., "1594263.419" = 1.59 million
84
+ GALA), NOT token quantity
73
85
  - Added real-world examples showing wrong vs correct interpretation
74
86
  - Updated CLAUDE.md with "Token Graduation Patterns" section and complete workflow examples
75
87
  - Emphasized that graduation amounts are typically hundreds of thousands to millions of GALA
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gala-chain/launchpad-mcp-server",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "MCP server for Gala Launchpad SDK with 50 tools + 14 slash commands - Production-grade AI agent integration with comprehensive validation, optimized performance, and 80%+ test coverage",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -62,7 +62,7 @@
62
62
  "dependencies": {
63
63
  "@gala-chain/api": "^2.4.3",
64
64
  "@gala-chain/connect": "^2.4.3",
65
- "@gala-chain/launchpad-sdk": "^3.11.1",
65
+ "@gala-chain/launchpad-sdk": "^3.11.2",
66
66
  "@modelcontextprotocol/sdk": "^0.5.0",
67
67
  "axios": "^1.12.2",
68
68
  "bignumber.js": "^9.1.2",