//! MCP server integration for the agentic-tools library family.
//!
//! This crate provides [`RegistryServer`], an rmcp-backed server handler
//! that wraps a [`ToolRegistry`] with optional allowlist filtering.
pub use OutputMode;
pub use RegistryServer;
// Re-export rmcp types for convenience
pub use ServerHandler;
pub use ServiceExt;
pub use stdio;