// Re-export public items
pub use BrpClient;
pub use method_not_found_message;
// Re-export error constant needed by external modules
pub use JSON_RPC_ERROR_METHOD_NOT_FOUND;
// Re-export types needed by result_struct macro and client operations
pub use BrpToolConfig;
pub use FormatCorrectionStatus;
pub use ResponseStatus;
pub use ResultStructBrpExt;