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

8 lines 283 B
/** * Get Wallet Tool * * Retrieves the wallet instance currently configured in the SDK. * Returns the wallet object if configured, or null if in read-only mode. */ export declare const getWalletTool: import("../../types/mcp.js").MCPTool; //# sourceMappingURL=getWallet.d.ts.map