@gala-chain/launchpad-mcp-server
Version:
MCP server for Gala Launchpad - 102 tools (pool management, event watchers, GSwap DEX trading, price history, token creation, wallet management, DEX pool discovery, liquidity positions, token locks, locked token queries, composite pool data, cross-chain b
22 lines • 777 B
TypeScript
/**
* SDK Usage Explanation Tool
*
* Provides detailed explanations and code examples for using the Gala Launchpad SDK directly.
* Acts as a development reference showing how MCP tools map to SDK methods.
*/
import type { MCPTool } from '../../types/mcp.js';
/**
* Topic-to-method mapping for documentation validation
* Defines which SDK methods are covered by each documentation topic
*/
export declare const TOPIC_METHOD_MAPPING: Record<string, string[]>;
/**
* Composite topics that don't map 1:1 to SDK methods
* These are workflow-based topics that group multiple methods
*/
export declare const COMPOSITE_TOPICS: Set<string>;
/**
* SDK Usage Explanation Tool
*/
export declare const explainSdkUsageTool: MCPTool;
//# sourceMappingURL=explainSdkUsage.d.ts.map