🚀 What's New in v0.2.0
⚡ Non-Blocking Async MCP Tools
Split the previous blocking research tool into two asynchronous MCP tools to prevent client timeouts during long research jobs:
start_deep_research: Dispatches the research task and immediately returns ajob_id.check_deep_research: Polls the status byjob_id, providing live execution duration (uptime), clear error formatting if failed, and the complete Markdown report upon completion.
🛠️ Improvements & Updates
- SDK & Interaction Parsing: Upgraded
google-genaito>=2.13.0with support for modern GeminiInteractionschemas (output_text/steps). - Clean Configuration: Removed deprecated
GEMINI_MODELand polling interval settings.