rust-analyzer-mcp 0.4.0

MCP server for rust-analyzer integration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod integration {
    mod diagnostics;
    mod edits;
    mod features;
    mod mcp_server_test;
    mod notifications;
    mod rename;
    mod shared_test;
    mod shutdown;
}
mod unit {
    mod protocol {
        mod request_tests;
        mod tool_tests;
    }
}