@gala-chain/launchpad-mcp-server 1.17.2 → 1.17.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.17.3
4
+
5
+ ### Patch Changes
6
+
7
+ - docs: update changelogs for v3.22.2 and v1.17.2 releases
8
+ - Updated dependencies
9
+ - @gala-chain/launchpad-sdk@3.22.3
10
+
11
+ ## 1.17.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Dependency bump: @gala-chain/launchpad-sdk@3.22.2
16
+
17
+ Includes fix for GalaChain FetchTokenClasses endpoint authentication issue. The endpoint is public
18
+ but rejects authenticated requests. SDK now uses unauthenticated axios for public token metadata
19
+ queries.
20
+
21
+ **Result:**
22
+ - Token details now fetch correctly for all token types
23
+ - Launchpad token metadata queries no longer fail with 404 errors
24
+ - All 1131 SDK tests passing
25
+
26
+ ## 1.17.1
27
+
28
+ ### Patch Changes
29
+
30
+ - Dependency bump: @gala-chain/launchpad-sdk@3.22.1
31
+
32
+ Includes fix for GalaChainService response parsing. The FetchTokenClasses endpoint returns
33
+ `Data: TokenClass[]` directly, not `Data: { results: TokenClass[] }`.
34
+
35
+ **Result:**
36
+ - Token metadata queries return correct data instead of "Token not found" errors
37
+ - All 1131 SDK tests passing
38
+
3
39
  ## 1.17.0
4
40
 
5
41
  ### Minor Changes
@@ -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 = "1.17.2";
6
+ export declare const MCP_SERVER_VERSION = "1.17.3";
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 = '1.17.2';
9
+ exports.MCP_SERVER_VERSION = '1.17.3';
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": "1.17.2",
3
+ "version": "1.17.3",
4
4
  "description": "MCP server for Gala Launchpad SDK with 55 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": {
@@ -64,7 +64,7 @@
64
64
  "dependencies": {
65
65
  "@gala-chain/api": "^2.4.3",
66
66
  "@gala-chain/connect": "^2.4.3",
67
- "@gala-chain/launchpad-sdk": "^3.22.0",
67
+ "@gala-chain/launchpad-sdk": "^3.22.3",
68
68
  "@modelcontextprotocol/sdk": "^0.5.0",
69
69
  "axios": "^1.12.2",
70
70
  "bignumber.js": "^9.1.2",