MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/codegraph/quality.ts:169–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169export class SuggestImprovementsTool extends Tool<z.infer<typeof SuggestImprovementsArgs>> {
170 name = 'suggest_improvements';
171 description = 'Heuristic code-quality scan: flags oversized files, oversized functions, deep nesting, magic numbers, repeated string literals, missing docstrings on exports, accumulated TODOs. Returns a ranked list of suggestions, NOT auto-applied. Read-only.';
172 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected