//! Tool handlers for Blue MCP //! //! Each module handles a specific document type or workflow. pub mod adr; pub mod audit; pub mod decision; pub mod dialogue; pub mod dialogue_lint; pub mod env; pub mod guide; pub mod lint; pub mod playwright; pub mod postmortem; pub mod pr; pub mod prd; pub mod release; pub mod reminder; pub mod rfc; pub mod runbook; pub mod session; pub mod spike; pub mod staging; pub mod worktree;