Skip to main content

Module server

Module server 

Source
Expand description

Top-level MCP service. Owns AppState and the ToolRouter.

Each tool method is a thin adapter that delegates to a free function in crate::tools::*; the heavy lifting lives there so this file stays focused on wire-protocol concerns.

Structsยง

VoidCrawlServer
The MCP service struct. Cheap to Arc-share.