This server implements the Model Context Protocol (MCP) to provide metadata information for Cargo projects. It offers tools to retrieve project metadata, package information, dependencies, build targets, workspace information, and features. By integrating with an MCP client, such as Claude Desktop, developers can access comprehensive project details directly from their development environment, facilitating better understanding and management of their Rust projects.
主な機能
01Retrieves project metadata
02Lists project dependencies
03Provides workspace information
040 GitHub stars
05Provides package information
06Gets build targets
07Gets feature information