//! AgenticEvolve MCP Server — pattern library access for any MCP-compatible LLM client.
//!
//! This library implements an MCP (Model Context Protocol) server that exposes
//! AgenticEvolve pattern library functionality to any MCP-compatible LLM client.
pub use ProtocolHandler;
pub use SessionManager;
pub use StdioTransport;