ResponseMCPApprovalRequestItem interface
A response item that represents a request for approval to call an MCP tool.
- Extends
Properties
| arguments | The arguments for the tool call. |
| name | The name of the tool to call. |
| server |
The label of the server that provides the tool. |
| type | The type of the item. |
Property Details
arguments
The arguments for the tool call.
arguments?: string
Property Value
string
name
The name of the tool to call.
name: string
Property Value
string
serverLabel
The label of the server that provides the tool.
serverLabel: string
Property Value
string
type
The type of the item.
type: "mcp_approval_request"
Property Value
"mcp_approval_request"