//! Tool implementations for the `VoidCrawl` MCP server.
//!//! Each sub-module declares a `#[tool_router]` impl block on
//! `VoidCrawlServer` and returns its own named router function
//! (e.g. `fetch_router`). `server.rs` composes them in `new()`.
pubmodactions;pubmodchallenge;pubmoddownload;pubmodfetch;pubmodintrospect;pubmodprofile_registry;pubmodscreenshot;pubmodsession;pubmodsnapshot;pubmodwait;