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