mcp_server_collection now also a library

own_assist now bundles the server collection by default
This commit is contained in:
2026-05-14 17:41:39 +02:00
parent 18221b7b56
commit d43498154e
19 changed files with 716 additions and 143 deletions
+2
View File
@@ -1,5 +1,7 @@
pub mod config_loader;
mod exit_error;
mod tracing_init;
pub use config_loader::config_from_file;
pub use exit_error::exit_with_error_message;
pub use tracing_init::init_tracing_subscriber;