Description
Currently, this CLI uses the REST API to communicate with NotebookLM. Once Google publishes the official gRPC proto definitions for NotebookLM, we should add gRPC support as an alternative transport method.
Background
- The NotebookLM API is currently in alpha and only provides REST endpoints
- gRPC typically offers better performance and streaming capabilities
- Official proto definitions are not yet available as of 2025-10-19
Tasks
References
Priority
Low - blocked until proto definitions are published by Google
Description
Currently, this CLI uses the REST API to communicate with NotebookLM. Once Google publishes the official gRPC proto definitions for NotebookLM, we should add gRPC support as an alternative transport method.
Background
Tasks
--protocol grpc)References
Priority
Low - blocked until proto definitions are published by Google