ItemMcpApprovalRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MCP approval request.
public class ItemMcpApprovalRequest : Azure.AI.AgentServer.Responses.Models.Item, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemMcpApprovalRequest>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemMcpApprovalRequest>
type ItemMcpApprovalRequest = class
inherit Item
interface IJsonModel<ItemMcpApprovalRequest>
interface IPersistableModel<ItemMcpApprovalRequest>
Public Class ItemMcpApprovalRequest
Inherits Item
Implements IJsonModel(Of ItemMcpApprovalRequest), IPersistableModel(Of ItemMcpApprovalRequest)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ItemMcpApprovalRequest(String, String, String, String) |
Initializes a new instance of ItemMcpApprovalRequest. |
Properties
| Name | Description |
|---|---|
| Arguments |
A JSON string of arguments for the tool. |
| Id |
The unique ID of the approval request. |
| Name |
The name of the tool to run. |
| ServerLabel |
The label of the MCP server making the request. |