Expand description
Crates Docs MCP Server
A high-performance Rust crate documentation query MCP server with support for multiple transport protocols and OAuth authentication.
Re-exports§
pub use crate::error::Error;pub use crate::error::Result;pub use crate::server::CratesDocsServer;pub use crate::server::ServerConfig;
Modules§
- cache
- Cache module
- config
- Configuration module
- error
- Error handling module
- server
- Server module
- tools
- MCP tools module
- utils
- Utility functions module
Constants§
Functions§
- init_
logging Deprecated - Initialize the logging system (simple version using boolean parameter)
- init_
logging_ with_ config - Initialize logging system with configuration