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

Class

packages/core/src/tools/tool-registry.ts:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24type ToolParams = Record<string, unknown>;
25
26class DiscoveredToolInvocation extends BaseToolInvocation<
27 ToolParams,
28 ToolResult
29> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected