catenary-mcp 0.1.0

A bridge between MCP (Model Context Protocol) and LSP (Language Server Protocol)
Documentation
1
2
3
4
5
mod document_manager;
mod handler;

pub use document_manager::{DocumentManager, DocumentNotification};
pub use handler::LspBridgeHandler;