This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryNew get_notebook_chat_history tool extracts Q&A pairs from NotebookLM chat UI.
Full changelog
New Feature: get_notebook_chat_history
Extract conversation history directly from NotebookLM notebook chat UI using browser automation.
What's New
get_notebook_chat_history- New tool to extract Q&A pairs from any notebook's chat interface- Works with
notebook_id(from your library) or directnotebook_url - Returns structured messages with role, content, and index
- Useful for recovering conversations made directly in browser
- Helps with quota reconciliation when MCP tracking seems off
- Works with
Use Cases
- Recover conversations made directly in the NotebookLM browser (not tracked by MCP)
- Audit research — see what queries were made in a notebook
- Resume context — pick up where a previous session left off
- Quota reconciliation — understand why quota seems off
Example Usage
{ "notebook_id": "my-research" }
Returns:
{
"notebook_url": "https://notebooklm.google.com/notebook/xxx",
"notebook_name": "My Research",
"message_count": 12,
"messages": [
{ "role": "user", "content": "What is...", "index": 0 },
{ "role": "assistant", "content": "Based on sources...", "index": 1 }
]
}
Upgrade
npx @pan-sec/notebooklm-mcp@latest
Full Changelog: https://github.com/Pantheon-Security/notebooklm-mcp-secure/compare/v1.10.8...v1.10.9
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Pantheon-Security/notebooklm-mcp-secure
Security-hardened NotebookLM MCP with post-quantum encryption (ML-KEM-768), GDPR/SOC2/CSSF compliance, and 14 security layers. Query Google's Gemini-grounded research from Claude and AI agents.
Related context
Beta — feedback welcome: [email protected]