Versions in this module Expand all Collapse all v0 v0.2.0 Aug 1, 2026 Changes in this version + type Option func(*Server) + func WithLogger(log *slog.Logger) Option + type Server struct + func New(opts ...Option) *Server + func (s *Server) IdentityMiddleware() func(http.Handler) http.Handler + func (s *Server) Router() chi.Router + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (s *Server) SetFrontend(webFS fs.FS) + func (s *Server) SetMCP(mcpSrv *mcpserver.MCPServer, ...) + func (s *Server) SetTailscale(lc middleware.WhoisClient, us middleware.UserStore)