Versions in this module Expand all Collapse all v0 v0.1.2 Oct 15, 2025 v0.1.1 Sep 21, 2025 Changes in this version + type AstNodeInfo struct + Description string + Label string v0.1.0 Aug 20, 2025 Changes in this version + type Handler struct + func NewHandler(isDebugMode bool) *Handler + func (h *Handler) GetShutdownChan() chan struct{} + func (h *Handler) Handle(method string, params json.RawMessage) (json.RawMessage, *jsonrpc2.Error) + type Server struct + Handler jsonrpc2.Handler + func NewServer(handler jsonrpc2.Handler) *Server + func (s *Server) Start() error