@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
13 lines • 529 B
TypeScript
/**
* Balance & Portfolio Tools
*/
import type { MCPTool } from '../../types/mcp.js';
export declare const fetchGalaBalanceTool: MCPTool;
export declare const fetchTokenBalanceTool: MCPTool;
export declare const fetchLockedTokensTool: MCPTool;
export declare const fetchTokensHeldTool: MCPTool;
export declare const fetchTokensCreatedTool: MCPTool;
export declare const fetchProfileTool: MCPTool;
export declare const updateProfileTool: MCPTool;
export declare const balanceTools: MCPTool[];
//# sourceMappingURL=index.d.ts.map