Skip to main content

Crate crates_docs

Crate crates_docs 

Source
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§

NAME
Server name
VERSION
Server version information

Functions§

init_loggingDeprecated
Initialize the logging system (simple version using boolean parameter)
init_logging_with_config
Initialize logging system with configuration