Versions in this module Expand all Collapse all v0 v0.4.1 Jul 25, 2026 Changes in this version + func AuthHeaderFromContext(ctx context.Context) string + func ContextWithAuthHeader(parent context.Context, authHeader string) context.Context + func LoggingMiddleware(next http.Handler) http.Handler + func NewAuthMiddleware(authFn AuthFunc, next http.Handler) http.Handler + type AuthFunc func(r *http.Request) error + type Server struct + func NewServer(enable bool, transport string) (*Server, error) + func (s *Server) Close() error + func (s *Server) Handler() http.Handler + func (s *Server) MCPServer() *mcp.Server