Expand description
An MCP server for crates.io, plus a standalone async crates.io API client.
§Cargo features
mcp(default) – the full MCP server:tools,prompts,resources, sharedstate, and both transports. Required by thecratesio-mcpbinary.client– theclient(crates.io / docs.rs / OSV) anddocslibrary only, with none of the MCP server dependencies. Depend on it with:cratesio-mcp = { version = "...", default-features = false, features = ["client"] }.