@gala-chain/launchpad-mcp-server 1.7.12 → 1.7.13
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/dist/tools/index.d.ts
CHANGED
package/dist/tools/index.js
CHANGED
|
@@ -58,9 +58,9 @@ const toolCategories = [
|
|
|
58
58
|
},
|
|
59
59
|
];
|
|
60
60
|
/**
|
|
61
|
-
* Enhanced tool registry with validation (
|
|
61
|
+
* Enhanced tool registry with validation (51 tools)
|
|
62
62
|
*/
|
|
63
|
-
exports.registry = (0, tool_registry_js_1.createToolRegistry)(toolCategories,
|
|
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gala-chain/launchpad-mcp-server",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.13",
|
|
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": {
|