@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
9 lines • 386 B
TypeScript
/**
* Get Cache Info Tool
*
* Returns statistics about all token caches for monitoring and debugging.
* Includes launchpad token metadata cache and bridgeable token cache.
* Caches persist entire MCP server lifetime and accumulate data across conversations.
*/
export declare const getCacheInfoTool: import("../../types/mcp.js").MCPTool;
//# sourceMappingURL=getCacheInfo.d.ts.map