// === m1nd-mcp/src/protocol/mod.rs ===
//
// Split protocol type system (Theme 8: Dispatch Architecture).
// - core: Existing 13 tool input/output types
// - perspective: 11 perspective tool + 2 management tool types
// - lock: 5 lock tool types
// Re-export core types so existing `use crate::protocol::*` continues to work.
pub use *;
pub use *;