sumo_qa_scan_repo
Walk a repository and return a compact QA-relevant summary: per-type node counts, test edge counts by confidence, command counts by kind, and warning counts by kind. Optionally writes a repo-map artifact.
Instructions
Walk a repository and return a compact summary of its QA-relevant
shape: per-type node counts, likely_tests edge counts by confidence,
command counts by kind, warning counts by kind. Optionally writes the
full schema-validated .sumo-qa/repo-map.json artifact to disk via
write_to.
Common natural-language phrasings that map to this tool: "map this repo", "scan the repo and tell me what's here", "give me a QA-shaped inventory of this project", "what tests exercise what sources in this repo", "generate the repo-map artifact for X".
root is the repository to scan (absolute or relative to the MCP
server's working directory). generator_version defaults to the
installed sumo-qa version. write_to is optional — when set, the
full artifact is written to that JSON path, deterministic on the
same repo state except for project.generated_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | ||
| generator_version | No | ||
| write_to | No |