// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (C) 2026 Mark Wells <contact@markwells.dev>
/// Diagnostics pipeline for PostToolUse hook requests.
/// Manages document lifecycle and sync between disk and LSP servers.
/// Glob tool handler: unified file/directory/pattern browsing.
/// Maps MCP tool calls to LSP requests.
/// Path validation for LSP-aware operations and config file protection.
/// Replace tool core: input parsing, edit application, output rendering.
/// Shared symbol types and helpers for handler and file_tools.
/// Workspace root synchronization for PreToolUse hook requests.
/// Transformation layer trait between protocol boundaries and LSP.
pub use DiagnosticsServer;
pub use ;
pub use LspBridgeHandler;
pub use PathValidator;
pub use SyncRootsServer;
pub use ToolServer;