cratesio-mcp 0.1.4

MCP server for querying crates.io - the Rust package registry
Documentation
1
2
3
4
5
6
7
8
//! Prompt definitions

pub mod analyze;
pub mod compare;
pub mod evaluate_dependencies;
pub mod migration_guide;
pub mod recommend;
pub mod stack_review;