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 386 B
/** * Fetch Token Details Tool * * Queries the DEX API platform endpoint to retrieve comprehensive token metadata * including image, decimals, description, verification status, network information, * and trading capabilities. */ import type { MCPTool } from '../../types/mcp.js'; export declare const fetchTokenDetailsTool: MCPTool; //# sourceMappingURL=fetchTokenDetails.d.ts.map