Documentation
¶
Index ¶
- type Handler
- func (h *Handler) AsSSE(mountPath string) http.Handler
- func (h *Handler) AsStreamableHTTP(mountPath string) http.Handler
- func (h *Handler) RegisterTools(tools ...mcpTool)
- func (h *Handler) ServeInProcessClient() (*client.Client, error)
- func (h *Handler) ServeStdio(ctx context.Context, stdin io.Reader, stdout io.Writer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(version string, sysdigClient sysdig.ExtendedClientWithResponsesInterface) *Handler
func (*Handler) AsStreamableHTTP ¶
func (*Handler) RegisterTools ¶
func (h *Handler) RegisterTools(tools ...mcpTool)
func (*Handler) ServeInProcessClient ¶
Click to show internal directories.
Click to hide internal directories.