Skip to main content

roon_mcp/
lib.rs

1//! Library surface for `roon-mcp`.
2//!
3//! Re-exposes internal modules so integration tests under `tests/` can
4//! reuse the same types as the binary entry point in `src/main.rs`.
5
6pub mod auth;