Versions in this module Expand all Collapse all v0 v0.0.43 Jul 7, 2025 Changes in this version + type Server struct + func NewServer(config *ServerConfig) (*Server, error) + func (s *Server) Start() error + type ServerConfig struct + AutoPorts bool + ConfigPath string + EnableMCP bool + GRPCPort int + GatewayAddr string + HTTPPort int + Verbose bool