Versions in this module Expand all Collapse all v0 v0.1.0 Jun 28, 2026 Changes in this version + type Server struct + func New(cfg *config.Config, spec *openapi.Spec, llmClient llm.Client) *Server + func (s *Server) Handler() http.Handler + func (s *Server) ListenAndServe() error