Versions in this module Expand all Collapse all v0 v0.1.1 Jun 25, 2026 Changes in this version + const ProtocolVersion + type Server struct + func NewServer(factory SessionFactory) *Server + func (s *Server) Serve(ctx context.Context, r io.Reader, w io.Writer) error + func (s *Server) ServeStdio(ctx context.Context) error + type SessionFactory func() (*engine.Session, error)