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 324 B
/** * Retrieve From Faucet Tool * * Retrieves GALA from the faucet to a wallet address. * Backend provides a fixed amount (5 GALA) regardless of amount parameter. */ import type { MCPTool } from '../../types/mcp.js'; export declare const retrieveFromFaucetTool: MCPTool; //# sourceMappingURL=retrieveFromFaucet.d.ts.map