AgentRunMcpApproval
Example Usage
typescript
import { AgentRunMcpApproval } from "@meetkai/mka1/models/components";
let value: AgentRunMcpApproval = {
object: "agent.run.mcp_approval",
approvalRequestId: "<id>",
approved: true,
sourceRunId: "<id>",
continuationRun: {
object: "agent.run",
id: "<id>",
agentId: "<id>",
agentVersion: null,
status: "completed",
input: "<value>",
conversation: "<value>",
previousResponseId: "<id>",
metadata: null,
gatewayResponseId: "<id>",
gatewayResponse: "<value>",
error: "<value>",
createdAt: new Date("2026-11-27T05:08:54.135Z"),
completedAt: new Date("2026-10-01T00:04:20.503Z"),
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
object | components.AgentRunMcpApprovalObject | ✔️ | N/A |
approvalRequestId | string | ✔️ | N/A |
approved | boolean | ✔️ | N/A |
sourceRunId | string | ✔️ | N/A |
continuationRun | components.AgentRun | ✔️ | N/A |