@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
24 lines • 688 B
TypeScript
/**
* Balance & Portfolio Prompts
*
* Slash commands for balance queries and portfolio management
*/
import type { MCPPrompt } from '../types/mcp.js';
/**
* Fetch GALA Balance - GALA balance query
*/
export declare const fetchGalaBalancePrompt: MCPPrompt;
/**
* Fetch Token Balance - Single token balance (optimized)
*/
export declare const fetchTokenBalancePrompt: MCPPrompt;
/**
* Fetch Tokens Created - Created tokens query
*/
export declare const fetchTokensCreatedPrompt: MCPPrompt;
/**
* Update Profile - Profile modification
*/
export declare const updateProfilePrompt: MCPPrompt;
export declare const balancePrompts: MCPPrompt[];
//# sourceMappingURL=balances.d.ts.map