diff options
Diffstat (limited to 'crates/phone-opus/src/mcp/mod.rs')
| -rw-r--r-- | crates/phone-opus/src/mcp/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/phone-opus/src/mcp/mod.rs b/crates/phone-opus/src/mcp/mod.rs index 666598f..ecf5aad 100644 --- a/crates/phone-opus/src/mcp/mod.rs +++ b/crates/phone-opus/src/mcp/mod.rs @@ -7,4 +7,4 @@ mod service; mod telemetry; pub(crate) use host::runtime::run_host; -pub(crate) use service::run_worker; +pub(crate) use service::{run_background_consult, run_worker}; |