find_implementations
Finds classes implementing a given interface by checking explicit 'implements' clauses and structural member compatibility via the TypeScript type checker.
Instructions
Finds classes that implement a specified interface - explicit 'implements' plus structural matches, checked by the TypeScript type checker (member types and call signatures, not just names)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the file or directory to search | |
| interface | Yes | Name of the interface to check against |