What's New
Slide Deck Revision (studio_revise)
Revise individual slides in an existing slide deck. Creates a new artifact with revisions applied — the original is never modified.
- MCP:
studio_revisetool withartifact_id,slide_instructions, andconfirmparams - CLI:
nlm slides revise <artifact-id> --slide '1 Make the title larger' --confirm
PPTX Download Support
Download slide decks as PowerPoint (PPTX) in addition to PDF.
- CLI:
nlm download slide-deck <notebook> --format pptx - MCP:
download_artifactwithslide_deck_format="pptx"
Faster Login
Connection pooling and reduced sleep durations cut nlm login time from ~25s to under 3s. Thanks to @pjeby for this contribution (PR #54).
Login Profile Protection
Account mismatch guard prevents accidentally overwriting a profile with credentials from a different Google account. Use --force to override.
Reused Chrome Warning
nlm login now warns when connecting to an existing Chrome instance instead of launching a fresh one.
Full changelog: https://github.com/jacob-bd/notebooklm-mcp-cli/blob/main/CHANGELOG.md