Fixed
- HTTP transport: default to stateless mode (Issue #165) — HTTP transport (
--transport http) now defaults to stateless sessions, preventing the MCP SDK double-response crash (AssertionError: Request already responded to) that killed entire sessions on slow Google API calls. Use--no-statelessto opt out. Thanks to @mylaser215 for the thorough root cause analysis (#165)!
Changed
- CLI flags use
BooleanOptionalAction—--stateless/--no-statelessand--debug/--no-debugare now proper toggle pairs. Environment variables (NOTEBOOKLM_MCP_STATELESS,NOTEBOOKLM_MCP_DEBUG) accepttrue/false/0/1/yes/no/on/off(case-insensitive).
Documentation
- CLI Guide: document all skill install targets (Issue #163) — Added
agents,codex,gemini-cli, andalef-agentwith install path details. Fixed missingopencodein setup clients list.