Versions in this module Expand all Collapse all v1 v1.1.0 Apr 19, 2025 v1.0.0 Apr 18, 2025 Changes in this version + type ConnectionState string + const ConnectionStateConnected + const ConnectionStateConnecting + const ConnectionStateDisconnected + const ConnectionStateFailed + type FetchedTool struct + Description string + ID string + Name string + type MCPServer struct + ConnectionState ConnectionState + CreatedAt time.Time + ID int64 + LastCheckedAt *time.Time + LastError *string + Name string + URL string + type Tool struct + CreatedAt time.Time + Description string + ExternalID string + ID int64 + Name string + SourceServerID int64 + UpdatedAt time.Time