@gala-chain/launchpad-mcp-server 1.7.13 → 1.7.15
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 +9 -0
- package/README.md +1 -1
- package/dist/generated/version.d.ts +1 -1
- package/dist/generated/version.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.7.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: update SDK dependency to v3.12.4 (fixes Node.js File API issue)
|
|
8
|
+
|
|
9
|
+
Updates SDK dependency to v3.12.4 which fixes the CommonJS File API ReferenceError in Node.js 18+
|
|
10
|
+
by using the official web-file-polyfill package.
|
|
11
|
+
|
|
3
12
|
## 1.7.12
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
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
|
-
- **
|
|
7
|
+
- **51 AI-accessible tools** for complete Gala Launchpad integration
|
|
8
8
|
- **14 slash commands** (prompts) for quick access to common workflows
|
|
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)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gala-chain/launchpad-mcp-server",
|
|
3
|
-
"version": "1.7.
|
|
4
|
-
"description": "MCP server for Gala Launchpad SDK with
|
|
3
|
+
"version": "1.7.15",
|
|
4
|
+
"description": "MCP server for Gala Launchpad SDK with 51 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": {
|
|
7
7
|
"gala-launchpad-mcp": "./dist/index.js"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@gala-chain/api": "^2.4.3",
|
|
65
65
|
"@gala-chain/connect": "^2.4.3",
|
|
66
|
-
"@gala-chain/launchpad-sdk": "^3.12.
|
|
66
|
+
"@gala-chain/launchpad-sdk": "^3.12.4",
|
|
67
67
|
"@modelcontextprotocol/sdk": "^0.5.0",
|
|
68
68
|
"axios": "^1.12.2",
|
|
69
69
|
"bignumber.js": "^9.1.2",
|