mcp-attr-example-cargo-metadata

mcp-attr-example-cargo-metadata

0

The Cargo Metadata MCP Server is a project that provides metadata information related to Cargo projects using the Model Context Protocol (MCP). It offers various tools to retrieve essential data such as package info, dependencies, and build targets. It integrates with MCP clients for seamless operation.

get_metadata

Get the metadata of the project

get_package_info

Get package information for the project

get_dependencies

Get the dependency list of the project

get_targets

Obtain the project's construction goals

get_workspace_info

Get project workspace information

get_features

Get the project's feature information