UNPKG

@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

36 lines 713 B
/** * Gala Launchpad MCP Server * * Provides MCP tools for AI agents to interact with Gala Launchpad */ export declare class LaunchpadMCPServer { private server; private sdk; private debug; constructor(); /** * Initialize SDK with AgentConfig */ initialize(): Promise<void>; /** * Setup tool handlers */ private setupToolHandlers; /** * Setup prompt handlers */ private setupPromptHandlers; /** * Setup error handlers */ private setupErrorHandlers; /** * Start the MCP server */ start(): Promise<void>; /** * Cleanup resources */ cleanup(): void; } //# sourceMappingURL=server.d.ts.map