import type { Tool } from "@modelcontextprotocol/sdk/types.js"; /** * Session management tools. The MCP server uses session IDs to keep * Gemini-side conversational context across follow-up `ask_question` * calls. These tools surface, reset, and close those sessions. * * Where do session IDs come from? — Every successful `ask_question` call * returns a `session_id` in its result. `list_sessions` enumerates the * currently live ones. */ export declare const sessionManagementTools: Tool[]; //# sourceMappingURL=session-management.d.ts.map