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 269 B
/** * Get Environment Tool * * Returns the current environment (production, development, or testing) * that the MCP server is running in. */ export declare const getEnvironmentTool: import("../../types/mcp.js").MCPTool; //# sourceMappingURL=getEnvironment.d.ts.map