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