Cargo Doc MCP Server
by spacemeowx2
get_crate_doc
Get crate's main documentation page. Useful for unresolved imports (e.g. use get_crate_doc when seeing 'unresolved import tokio') or understanding crate features.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
crate_name | Yes | Name of the crate to get documentation for | |
project_path | Yes | Path to the Rust project (must be absolute path) |