Skip to main content

Crate scan_crate

Crate scan_crate 

Source

Modules§

checks
fetcher
fetchers
models
resources
scanner
utils

Structs§

InspectionParams
Parameters for the standalone inspection logic
ScanCrateParameters
Parameters required for scanning a crate, used in MCP context.
ScanCrateTool
MCP Tool implementation

Functions§

perform_inspection
Performs the core crate inspection logic. Returns the JSON result on success or an anyhow::Error on failure.
run_mcp_server
Initializes and runs the MCP server for the ScanCrateTool.