crates-docs 0.9.0

High-performance Rust crate documentation query MCP server, supports Stdio/HTTP/SSE transport and OAuth authentication
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Modular unit tests

mod auth_tests;
mod cache_tests;
mod cli_tests;
mod config_tests;
mod error_tests;
mod health_tests;
mod lib_tests;
mod server_tests;
mod tools_docs_tests;
mod tools_tests;
mod utils_tests;