rust-analyzer-mcp 0.4.0

MCP server for rust-analyzer integration
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod cli;
pub mod config;
pub mod diagnostics;
pub mod lsp;
pub mod mcp;
pub mod position;
pub mod protocol;
pub mod settings;
pub mod uri;

pub use mcp::RustAnalyzerMCPServer;