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

Class

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

Source from the content-addressed store, hash-verified

39}
40
41class TestTool extends DeclarativeTool<object, ToolResult> {
42 private readonly buildFn: (params: object) => TestToolInvocation;
43
44 constructor(buildFn: (params: object) => TestToolInvocation) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected