Added
- Restore NotebookLM MCP and CLI runtime contracts (PR #152) — Fixed MCP tool boundary registration, normalized error payloads, and restored download/upload sync-compatible entrypoints. Thank you @sickn33 for this immense contribution!
Fixed
- Windows: Server crashes immediately on startup (Issue #150) —
os.execvpfails on Windows. Replaced withsubprocess.runto prevent immediate crashes on Windows 11 during server startup via the.mcpbbundle. Added explicitstdin=sys.stdin,stdout=sys.stdout, andstderr=sys.stderrto ensure the JSON-RPC stdio channel between Claude Desktop and the server remains properly connected across platforms. Thanks to @m3saros for diagnosing the root cause and providing the exact fix!