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

8 lines 290 B
/** * Get Version Tool * * Returns version information for both the SDK and MCP server. * Both versions are dynamically read from their respective package.json files. */ export declare const getVersionTool: import("../../types/mcp.js").MCPTool; //# sourceMappingURL=getVersion.d.ts.map