//! Phase 8b Task 7 — one wrapper per MCP tool method.
//!
//! Each sub-module deserialises its tool's JSON-RPC `params` via the
//! shared [`sqry_mcp::daemon_params::params_to_<tool>_args`] helper,
//! then forwards the resulting `*Args` through
//! [`super::classify_and_build`] so the workspace-verdict machinery
//! (Fresh / Stale / NotReady) is shared.
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub