Bridge to translate arbitrary LSP server capabilities into MCP read/view/edit tools
1pub mod client; 2pub mod opened_documents; 3pub mod server; 4 5pub use client::LSPClient; 6pub use server::LSPServer;