live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/agent-mcp


@orangecheck/agent-mcp / stampInvocation

Function: stampInvocation()

function stampInvocation(input: StampInvocationInput): Promise<ActionEnvelope>;

Defined in: index.ts:104

Stamp an MCP invocation without actually calling it. Useful when the caller wants the signed envelope for out-of-band auditing before (or independent of) running the tool.

Parameters

ParameterType
inputStampInvocationInput

Returns

Promise&lt;ActionEnvelope>