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 278 B
/** * Has Wallet Tool * * Checks if the SDK has a wallet configured for signing operations. * Returns true if wallet is available, false for read-only mode. */ export declare const hasWalletTool: import("../../types/mcp.js").MCPTool; //# sourceMappingURL=hasWallet.d.ts.map