//! Reviewer MCP identities shared with launch configuration.
/// The private review MCP server named in the supervisor prompt.
pub const REVIEW_MCP_SERVER_NAME: &str = "hel-review";
/// The dispatch socket inside the worker reviewer directory.
pub const REVIEW_DISPATCH_SOCKET: &str = "review-dispatch.sock";