catenary-mcp 0.2.0

A high-performance multiplexing bridge between MCP (Model Context Protocol) and LSP (Language Server Protocol). Enables LLMs to access IDE-grade code intelligence across multiple languages simultaneously with smart routing and UTF-8 accuracy.
Documentation
1
2
3
4
5
mod document_manager;
mod handler;

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