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

9 lines 309 B
/** * Fetch All Pools Tool * * Convenience tool that fetches all available pools with automatic pagination. * Equivalent to calling fetchPools with limit: 0. */ import type { MCPTool } from '../../types/mcp.js'; export declare const fetchAllPoolsTool: MCPTool; //# sourceMappingURL=fetchAllPools.d.ts.map