This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Affected surfaces
Summary
AI summaryThe get_health tool adds a deep_check parameter to verify chat UI accessibility and detect stale sessions.
Full changelog
🔍 Deep Health Check for Chat UI Verification
Catches stale sessions where cookies exist but the NotebookLM chat UI won't actually load.
New Feature
The get_health tool now supports a deep_check parameter:
{ "deep_check": true }
What it does:
- Actually navigates to a NotebookLM notebook
- Verifies the chat input UI element loads
- Returns
chat_ui_accessible: true/false - Provides actionable troubleshooting if UI is not accessible
Response with deep check:
{
"authenticated": true,
"chat_ui_accessible": true,
"deep_check_notebook": "Fine-tuning Security",
"troubleshooting_tip": null
}
When UI is stale:
{
"authenticated": true,
"chat_ui_accessible": false,
"troubleshooting_tip": "Chat UI not accessible. Session may be stale. Run re_auth to refresh authentication."
}
Why This Matters
Previously, get_health only checked if auth cookies existed. This missed cases where cookies were valid but the actual NotebookLM session had expired. Now you can verify the UI actually loads before starting important query sessions.
Full Changelog: https://github.com/Pantheon-Security/notebooklm-mcp-secure/compare/v2026.1.0...v2026.1.1
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]