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

Class

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

Source from the content-addressed store, hash-verified

16import { ToolErrorType } from './tool-error.js';
17
18class TestToolInvocation implements ToolInvocation<object, ToolResult> {
19 constructor(
20 readonly params: object,
21 private readonly executeFn: () => Promise<ToolResult>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected