@gala-chain/launchpad-mcp-server 1.7.12 → 1.7.14

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/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
- - **50 AI-accessible tools** for complete Gala Launchpad integration
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)
@@ -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.7.12";
6
+ export declare const MCP_SERVER_VERSION = "1.7.14";
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.7.12';
9
+ exports.MCP_SERVER_VERSION = '1.7.14';
10
10
  //# sourceMappingURL=version.js.map
@@ -7,7 +7,7 @@
7
7
  * @see src/utils/tool-registry.ts
8
8
  */
9
9
  /**
10
- * Enhanced tool registry with validation (50 tools)
10
+ * Enhanced tool registry with validation (51 tools)
11
11
  */
12
12
  export declare const registry: import("../utils/tool-registry.js").ToolRegistry;
13
13
  /**
@@ -58,9 +58,9 @@ const toolCategories = [
58
58
  },
59
59
  ];
60
60
  /**
61
- * Enhanced tool registry with validation (50 tools)
61
+ * Enhanced tool registry with validation (51 tools)
62
62
  */
63
- exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories, 50);
63
+ exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories, 51);
64
64
  /**
65
65
  * Complete tool array (for backward compatibility)
66
66
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gala-chain/launchpad-mcp-server",
3
- "version": "1.7.12",
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",
3
+ "version": "1.7.14",
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"