/** * Games Methods - Category 9 * * Methods: * - sendGame * - setGameScore * - getGameHighScores */ import { Tool } from "@modelcontextprotocol/sdk/types.js"; export declare const gameTools: Tool[]; export declare function handleGameTool(name: string, args: Record): Promise<{ content: { type: "text"; text: string; }[]; isError: boolean; }>; //# sourceMappingURL=games.d.ts.map