| 264 | * Implementation of the LS tool logic |
| 265 | */ |
| 266 | export class LSTool extends BaseDeclarativeTool<LSToolParams, ToolResult> { |
| 267 | static readonly Name = 'list_directory'; |
| 268 | |
| 269 | constructor(private config: Config) { |
nothing calls this directly
no outgoing calls
no test coverage detected