Expand description
Output types for dependency tools
These types are used as the return values from dependency tool methods. They are serialized to JSON strings for the MCP protocol, and can be deserialized in tests for type-safe validation.
Structsยง
- Crate
Identifier - Identifies a crate with name and version
- Dependency
- Information about a single dependency
- Deps
Error Output - Error output for dependency tools
- GetDependencies
Output - Output from get_dependencies operation