//! 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 ;
// Re-export rmcp types for convenience
pub use stdio;
pub use ;