Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
type
ToolParams = Record<string, unknown>;
25
26
class
DiscoveredToolInvocation extends BaseToolInvocation<
27
ToolParams,
28
ToolResult
29
> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected