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 256 B
/** * Token Lock/Unlock Tools */ import type { MCPTool } from '../../types/mcp.js'; export declare const lockTokenTool: MCPTool; export declare const unlockTokenTool: MCPTool; export declare const lockTools: MCPTool[]; //# sourceMappingURL=index.d.ts.map