crate-mcp
Uses cargo public-api to tell language models all about a crate's public interface.
Usage
cargo build --release
cp target/release/crate-mcp $PATH
MCP (Model Context Protocol) Server. Exposes Rust crate public APIs to language models by listing project dependencies and generating documentation for specific crates using cargo's resolution system and rustdoc JSON generation.
Uses cargo public-api to tell language models all about a crate's public interface.
cargo build --release
cp target/release/crate-mcp $PATH
No reviews yet
Sign in to write a review