//! Public API surface for the wtp-mcp-rs library.
/// Configuration loading and CLI merge helpers.
/// Error types and Result alias for the library.
/// Resource handlers that expose read-only repo/worktree views.
/// Security policy checks and guards.
/// MCP server implementation and tool registration.
/// Tool implementations and shared input/output types.
/// Shared data types used across tools and responses.
/// Low-level wtp command wrappers and parsers.
pub use WtpServer;