@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
| Parameter | Type |
|---|---|
input | StampInvocationInput |
Returns
Promise<ActionEnvelope>