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 308 B
/** * Fetch DEX Pools Tool * * Queries the GalaSwap DEX backend for available liquidity pools with pagination, * sorting, and search filtering capabilities. */ import type { MCPTool } from '../../types/mcp.js'; export declare const fetchDexPoolsTool: MCPTool; //# sourceMappingURL=fetchDexPools.d.ts.map