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 265 B
/** * Set Wallet Tool * * Configures a wallet for signing operations. * Takes a private key string and sets it as the active wallet in the SDK. */ export declare const setWalletTool: import("../../types/mcp.js").MCPTool; //# sourceMappingURL=setWallet.d.ts.map