Skip to main content

rkg_mcp/
lib.rs

1pub const CRATE_NAME: &str = "rkg-mcp";
2
3pub mod server;
4
5pub use server::run_mcp_server;