Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

Published 4mo MCP Security & Auth
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai automation browser-automation claude google llm
+5 more
mcp model-context-protocol notebooklm research typescript

Affected surfaces

auth

Summary

AI summary

Multi-session authentication coordination adds a global lock to prevent race conditions when authenticating simultaneously.

Full changelog

What's New

Multi-Session Authentication Coordination

This release adds lock-based synchronization to prevent race conditions when multiple Claude Code sessions attempt to authenticate simultaneously.

Features

  • Auth Lock: Global .auth-in-progress lock prevents concurrent auth races
  • Wait for Auth: Isolated profiles now wait for any in-progress authentication before cloning the base profile
  • Automatic Reuse: If another session completes auth while waiting, the shared state is automatically reused

Environment Variables for Multi-Session Support

# Add to ~/.bashrc or ~/.zshrc
export NOTEBOOK_PROFILE_STRATEGY=isolated
export NOTEBOOK_CLONE_PROFILE=true
  • NOTEBOOK_PROFILE_STRATEGY=isolated - Each session gets its own Chrome profile
  • NOTEBOOK_CLONE_PROFILE=true - Clone authenticated base profile into isolated instances

How It Works

  1. Session A starts authentication → acquires lock → clears old auth → opens browser
  2. Session B starts → needs isolated profile → waitForAuthComplete() detects lock → waits
  3. Session A completes login → saves state → releases lock
  4. Session B continues → clones now-authenticated profile → works immediately

Full Changelog

  • feat: Multi-session auth coordination with lock-based synchronization
  • chore: bump version to 2026.1.2

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

Track Pantheon-Security/notebooklm-mcp-secure

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]