get_issues_by_severity
No side effects on server state.
Get all issues of a specific severity level.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
path | string | ✅ | Absolute path to the project root directory |
severity | string `(low | medium | high |
Example
json
{
"name": "get_issues_by_severity",
"arguments": {
"path": "/abs/path/to/project",
"severity": "example"
}
}Generated from
TOOL_DEFINITIONSinsrc/server/tools.ts— do not edit by hand. Source: tools.ts.