1 2 3 4 5 6 7
//! MCP tool integration #[cfg(feature = "mcp-tools")] pub mod tools; #[cfg(feature = "mcp-tools")] pub use tools::create_template_tool;