github jacob-bd/notebooklm-mcp-cli v0.5.0
v0.5.0 — Fix Research Import Timeout

latest release: v0.5.1
20 hours ago

What's Changed

Fixed

  • Research Import Timeout (Issue #97)research import now uses a 300-second default timeout (up from 120s), fixing consistent timeouts on notebooks with many sources. The timeout is configurable via --timeout / -t in CLI and timeout parameter in MCP.
  • Research Start Deadlock (Issue #97)research start no longer hard-exits when previous research has un-imported sources. Instead, it shows a warning and prompts interactively, so users can choose to proceed or import first.

Added

  • Configurable Import Timeoutnlm research import <notebook> <task-id> --timeout 600 for extra-large notebooks. Available in both CLI (--timeout / -t) and MCP (timeout parameter on research_import). Default: 300 seconds.
  • 2 new unit tests for timeout parameter forwarding (total: 622 tests)

Upgrade

uv tool upgrade notebooklm-mcp-cli
# or: pip install --upgrade notebooklm-mcp-cli

Full Changelog: https://github.com/jacob-bd/notebooklm-mcp-cli/blob/main/CHANGELOG.md

Don't miss a new notebooklm-mcp-cli release

NewReleases is sending notifications on new releases.