rust-analyzer-mcp 0.3.1

MCP server for rust-analyzer integration
Documentation
1
2
3
4
5
6
7
pub mod config;
pub mod diagnostics;
pub mod lsp;
pub mod mcp;
pub mod protocol;

pub use mcp::RustAnalyzerMCPServer;