Table of Contents

Class McpApprovalRequest

Namespace
Glitch9.AIDevKit

A request for human approval of a tool invocation.
Model > User

public class McpApprovalRequest : ConversationItem, IPrompt, IMcp, IJsonArguments
Inheritance
object
McpApprovalRequest
Implements
IJsonArguments
Inherited Members
Extension Methods

Constructors

McpApprovalRequest()

public McpApprovalRequest()

Properties

Arguments

public string Arguments { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

ServerLabel

The label of the MCP server requesting approval.

public string ServerLabel { get; set; }

Property Value

string