Versions in this module Expand all Collapse all v1 v1.0.0 Mar 16, 2026 Changes in this version + func BoolToString(b bool) string + func CurrentMMDDYYYY() string + func FormatMMDDYYYYToHyphenYYYYMMDD(dateStr string) (string, error) + func FormatMMDDYYYYToUnixMillis(dateStr string) (int64, error) + func FormatUnixMillisToMMDDYYYY(ms int64) string + func FormatUnixToMMDDYYYY(ts int64) string + func FormatUnixToYYYYMMDD(ts int64) string + func GetRef(scope dto.Scope, params ...string) string + func RegisterAllToolsetsWithTracker(ctx context.Context, group *toolsets.ToolsetGroup) + func SafeFloatToInt32(value float64, valueIfOverflow int32) int32 + func SafeIntToInt32(value int, valueIfOverflow int32) int32 + func ToBoolPtr(b bool) *bool + type LicenseInfo struct + AccountID string + IsValid bool + ModuleLicenses map[string]bool + func InitLicenseValidation(ctx context.Context, config *config.McpServerConfig) (*LicenseInfo, error) + type LicenseStatus string + const LicenseActive