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

latest releases: v0.5.5, v0.5.4, v0.5.3...
one month ago

Breaking Change

notebooklm-mcp-auth command has been removed. Use nlm login instead for all authentication needs.

Changes

Removed

  • notebooklm-mcp-auth standalone authentication CLI - use nlm login instead

Fixed

  • Auth storage inconsistency - now uses unified storage location
  • Documentation typo: nlm download slidesnlm download slide-deck

Internal

  • Moved run_headless_auth to utils/cdp.py (automatic token refresh still works)
  • Added 16 migration validation tests
  • Updated all error messages to reference nlm login

Upgrade Notes

If you were using notebooklm-mcp-auth, simply replace it with nlm login:

# Old (no longer works)
notebooklm-mcp-auth

# New
nlm login

All functionality is preserved in nlm login, including:

  • Auto-launch Chrome mode (default)
  • Manual cookie file import (nlm login --manual --file <path>)
  • Named profiles (nlm login --profile <name>)

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

NewReleases is sending notifications on new releases.