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

26 lines 908 B
/** * Utility Prompts * * Slash commands for utility and information operations on Gala Launchpad */ import type { MCPPrompt } from '../types/mcp.js'; /** * Get Version - Display SDK and MCP server version information * * Shows the current versions of both the Gala Launchpad SDK and the MCP server, * useful for debugging version mismatch issues or verifying installed versions. */ export declare const getVersionPrompt: MCPPrompt; /** * Switch Environment - Dynamically change the MCP server environment * * Allows switching between production, development, and testing environments * while preserving wallet configuration. Useful for testing against different * backends or performing administrative operations. */ export declare const switchEnvironmentPrompt: MCPPrompt; /** * All utility prompts */ export declare const utilityPrompts: MCPPrompt[]; //# sourceMappingURL=utility.d.ts.map