MCPcopy Index your code
hub / github.com/anus-dev/ANUS / execute

Method execute

packages/core/src/core/turn.ts:35–35  ·  view source on GitHub ↗
(
    params: Record<string, unknown>,
    signal?: AbortSignal,
  )

Source from the content-addressed store, hash-verified

33 schema: FunctionDeclaration;
34 // The execute method signature might differ slightly or be wrapped
35 execute(
36 params: Record<string, unknown>,
37 signal?: AbortSignal,
38 ): Promise<ToolResult>;

Callers 11

getEnvironmentContextFunction · 0.65
simulateExecutionFunction · 0.65
runToolMethod · 0.65
#resolvePromptMethod · 0.65
processMethod · 0.65
executeMethod · 0.65
handleAtCommandFunction · 0.65
useShellCommandProcessorFunction · 0.65

Implementers 11

WebFetchToolInvocationpackages/core/src/tools/web-fetch.ts
TestToolInvocationpackages/core/src/tools/tools.test.ts
EditToolInvocationpackages/core/src/tools/edit.ts
MemoryToolInvocationpackages/core/src/tools/memoryTool.ts
DiscoveredMCPToolInvocationpackages/core/src/tools/mcp-tool.ts
ShellToolInvocationpackages/core/src/tools/shell.ts
WriteFileToolInvocationpackages/core/src/tools/write-file.ts
MockToolInvocationpackages/core/src/test-utils/tools.ts
MockModifiableToolInvocationpackages/core/src/test-utils/tools.ts
MockEditToolInvocationpackages/core/src/core/coreToolSchedul
MockToolInvocationpackages/cli/src/ui/hooks/useToolSched

Calls

no outgoing calls

Tested by 2

simulateExecutionFunction · 0.52
executeMethod · 0.52