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

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

Storage Unification

All data is now stored in ~/.notebooklm-mcp-cli/ only.

The old ~/.notebooklm-mcp/ folder is no longer used. If you have this folder from a previous version, you can safely delete it.

Changed

  • Consolidated all storage to ~/.notebooklm-mcp-cli/
  • Removed migration code for the old .notebooklm-mcp location
  • Updated debug file paths in documentation

Upgrade

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

After upgrading, you can delete the old folder if it exists:

rm -rf ~/.notebooklm-mcp

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

NewReleases is sending notifications on new releases.