@gala-chain/launchpad-mcp-server 1.7.8 → 1.7.9
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 +11 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.7.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix: Update STAGE environment launchpadFrontendUrl from lpad-frontend-dev1 to lpad-frontend-test1
|
|
8
|
+
to correct MCP tool URL generation for token frontend links
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @gala-chain/launchpad-sdk@3.11.8
|
|
11
|
+
|
|
3
12
|
## 1.7.8
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -25,7 +34,8 @@
|
|
|
25
34
|
### Patch Changes
|
|
26
35
|
|
|
27
36
|
- Update SDK dependency to v3.11.6 with TypeScript declaration file fixes
|
|
28
|
-
- Fixed TypeScript declaration file output structure by restoring correct tsconfig.json
|
|
37
|
+
- Fixed TypeScript declaration file output structure by restoring correct tsconfig.json
|
|
38
|
+
configuration
|
|
29
39
|
|
|
30
40
|
## 1.7.5
|
|
31
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gala-chain/launchpad-mcp-server",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.9",
|
|
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.
|
|
65
|
+
"@gala-chain/launchpad-sdk": "^3.11.8",
|
|
66
66
|
"@modelcontextprotocol/sdk": "^0.5.0",
|
|
67
67
|
"axios": "^1.12.2",
|
|
68
68
|
"bignumber.js": "^9.1.2",
|