Skip to main content

violations_report

Family: Violations — rule breaks recorded per node, with resolution. See Violations.

Generate violations report.

@mcp.tool()
def violations_report(
dir: str,
) -> str

Parameters

NameTypeRequired
dirstryes

Returns str.

Call shape

Fill your values; omit optional parameters:

{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "violations_report",
"arguments": {
"dir": "..."
}
}
}