@orangecheck/agent-mcp / InvokeWithStampInput
Interface: InvokeWithStampInput<T>
Defined in: index.ts:135
Extends
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
<a id="property-agent"></a> agent | SignerRef | - | StampInvocationInput.agent | index.ts:91 |
<a id="property-call"></a> call | (inv: McpInvocation) => Promise<T> | The underlying transport call. Returns whatever the MCP server returns. | - | index.ts:137 |
<a id="property-delegation"></a> delegation | DelegationEnvelope | - | StampInvocationInput.delegation | index.ts:92 |
<a id="property-invocation"></a> invocation | McpInvocation | - | StampInvocationInput.invocation | index.ts:93 |
<a id="property-scopeexercised"></a> scopeExercised? | string | Defaults to mcp:invoke(server=<server>,tool=<tool>) — the tightest admissible sub-scope. | StampInvocationInput.scopeExercised | index.ts:95 |
<a id="property-signedat"></a> signedAt? | Date | - | StampInvocationInput.signedAt | index.ts:96 |