MCPcopy Create free account
hub / github.com/anus-dev/ANUS /

Class

packages/core/src/tools/ls.ts:266–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 * Implementation of the LS tool logic
265 */
266export class LSTool extends BaseDeclarativeTool<LSToolParams, ToolResult> {
267 static readonly Name = 'list_directory';
268
269 constructor(private config: Config) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected