@orangecheck/agent-mcp / McpInvocation
Interface: McpInvocation
Defined in: index.ts:31
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-arguments"></a> arguments | Record<string, unknown> | JSON-serializable arguments. | index.ts:37 |
<a id="property-server"></a> server | string | Origin URL of the MCP server. Trimmed and lowercased for canonicalization. | index.ts:33 |
<a id="property-tool"></a> tool | string | Tool name (method) being invoked. | index.ts:35 |