Fixed
- Audio download fails with 302→404 (Issue #158) — Prefer
-dvdownload variant for fast CDN (drum.usercontent.google.com, ~3 MB/s). Audio downloads that previously failed now complete a 47MB file in ~15 seconds. Thanks to @Victor777777! - CDP WebSocket broken with system proxy (Issue #119, PR #157) — Temporarily clear proxy env vars around
websocket.create_connectionso Clash/Surge don't intercept localhost CDP. Thanks to @ahmelkholy! - Windows: MCP server crashes with UnicodeEncodeError (Issue #156) — Reconfigure stdout/stderr to UTF-8 at startup; set
legacy_windows=Falseon Rich consoles. Thanks to @argonaut-cm!
Changed
- Lazy-load
NotebookLMClientin package__init__for lighter startup
Full changelog: https://github.com/jacob-bd/notebooklm-mcp-cli/blob/main/CHANGELOG.md#0525---2026-04-15