@gala-chain/launchpad-mcp-server
Version:
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
17 lines • 486 B
TypeScript
/**
* Tool Registry
*
* Enhanced tool registry with auto-validation and metadata.
* Uses tool-registry system for robust tool management.
*
* @see src/utils/tool-registry.ts
*/
/**
* Enhanced tool registry with validation (55 tools)
*/
export declare const registry: import("../utils/tool-registry.js").ToolRegistry;
/**
* Complete tool array (for backward compatibility)
*/
export declare const tools: import("../types/mcp.js").MCPTool[];
//# sourceMappingURL=index.d.ts.map