Versions in this module Expand all Collapse all v2 v2.0.1 Jul 30, 2026 v2.0.0 Jul 30, 2026 Changes in this version + type ToolError struct + Cause *ToolError + Message string + func Errorf(format string, args ...any) *ToolError + func FromError(err error) *ToolError + func New(message string) *ToolError + func NewWithCause(message string, cause error) *ToolError + func (e *ToolError) Error() string + func (e *ToolError) Unwrap() error Other modules containing this package github.com/CaliLuke/loom-mcp