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

Class

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

Source from the content-addressed store, hash-verified

58 * A convenience base class for ToolInvocation.
59 */
60export abstract class BaseToolInvocation<
61 TParams extends object,
62 TResult extends ToolResult,
63> implements ToolInvocation<TParams, TResult>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected