diff --git a/src/mcp/tools.rs b/src/mcp/tools.rs index f1d28c3..ad3a45a 100644 --- a/src/mcp/tools.rs +++ b/src/mcp/tools.rs @@ -17,8 +17,8 @@ use super::types::{ // Tool and prompt implementations // --------------------------------------------------------------------------- -#[tool_router] -#[prompt_router] +#[tool_router(vis = "pub(super)")] +#[prompt_router(vis = "pub(super)")] impl RustDoctorServer { pub(super) fn new() -> Self { Self {