UNPKG

@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

10 lines 368 B
/** * Clear Cache Tool * * Clears token caches (all caches or specific launchpad token). * When clearing all (no tokenName), also clears bridgeable token cache. * Useful for testing or forcing fresh fetches of token data. */ import type { MCPTool } from '../../types/mcp.js'; export declare const clearCacheTool: MCPTool; //# sourceMappingURL=clearCache.d.ts.map