Versions in this module Expand all Collapse all v0 v0.1.1 Jul 15, 2026 v0.1.0 Jul 14, 2026 Changes in this version + type Failure struct + At time.Time + Code string + Message string + Retryable bool + type RouteSpec struct + Description string + Methods []string + Path string + Public bool + Streaming bool + func RouteSpecs() []RouteSpec + type Server struct + AuthToken string + ConfigHome string + EditorToken string + Executable string + Hooks config.HookConfig + LeaseTTL time.Duration + MCPServers map[string]config.MCPServerConfig + MaxSessions int + Now func() time.Time + RemoteEnv []string + Sessions *session.Store + Workspace string + func (s Server) Handler() http.Handler + type State struct + Failure *Failure + HeartbeatAt time.Time + LastError string + LeaseExpired bool + LeaseExpiresAt *time.Time + LeaseTTLSeconds int + UpdatedAt time.Time