//! MCP client + server integration for NeuroGrim.
//!
//! The Brain acts as both:
//! - MCP Server: exposes scoring tools to AI agents
//! - MCP Client: discovers and invokes sensory tool servers
// V5-MOD-1 Phase 3 (2026-05-02): factory-registry global for the
// scoring-source dispatch sites (context.rs, server.rs, doctor.rs).
pub use ;
pub use BrainServer;