github PleasePrompto/notebooklm-mcp v1.2.0
v1.2.0 - Tool Profiles & LibreChat Fix

latest release: v1.2.1
3 months ago

What's New

Tool Profiles System

Reduce token usage by loading only the tools you need:

  • minimal (5 tools) - Query-only operations
  • standard (10 tools) - + Library management
  • full (16 tools) - All tools

CLI Configuration

npx notebooklm-mcp config get
npx notebooklm-mcp config set profile minimal
npx notebooklm-mcp config set disabled-tools "cleanup_data,re_auth"
npx notebooklm-mcp config reset

Environment variables: NOTEBOOKLM_PROFILE, NOTEBOOKLM_DISABLED_TOOLS

Bug Fixes

  • LibreChat Compatibility - Fixed "Server does not support completions" error (#3)
  • Thinking Detection - Fixed incomplete answers showing placeholder text

Improvements

  • Modularized codebase for better maintainability
  • Removed unreliable text-based placeholder detection

Full Changelog: See CHANGELOG.md

Don't miss a new notebooklm-mcp release

NewReleases is sending notifications on new releases.