github jacob-bd/notebooklm-mcp-cli v0.5.4

7 hours ago

Fixed

  • Verb-style nlm delete source TypeError (Issue #104)nlm delete source <id> --confirm was crashing with TypeError: delete_source() got an unexpected keyword argument 'source_id'. The verb-style CLI layer in verbs.py was passing source_id=source (singular string) but the underlying function expects source_ids (a list). Fixed the parameter name and wrapped the value in a list. The noun-style nlm source delete was unaffected. Thanks to @Le-Yann for the detailed bug report and root cause analysis!

Upgrade

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

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

NewReleases is sending notifications on new releases.