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

Method toolLocations

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

* Determines what file system paths the tool will affect. * @returns A list of such paths.

()

Source from the content-addressed store, hash-verified

33 * @returns A list of such paths.
34 */
35 toolLocations(): ToolLocation[];
36
37 /**
38 * Determines if the tool should prompt for confirmation before execution.

Callers 2

runToolMethod · 0.65
#resolvePromptMethod · 0.65

Implementers 3

TestToolInvocationpackages/core/src/tools/tools.test.ts
EditToolInvocationpackages/core/src/tools/edit.ts
WriteFileToolInvocationpackages/core/src/tools/write-file.ts

Calls

no outgoing calls

Tested by

no test coverage detected