Class McpApprovalRequest
A request for human approval of a tool invocation.
Model > User
Inheritance
McpApprovalRequest
Assembly: Glitch9.AIDevKit.dll
Syntax
public class McpApprovalRequest : ConversationItem, IPrompt, IValidatable, IHasId<string>, IMcp, IJsonArguments, IEvent
Constructors
|
Edit this page
View Source
McpApprovalRequest()
Declaration
public McpApprovalRequest()
Properties
|
Edit this page
View Source
Arguments
Declaration
[JsonProperty("arguments")]
public string Arguments { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
ServerLabel
The label of the MCP server requesting approval.
Declaration
[JsonProperty("server_label")]
public string ServerLabel { get; set; }
Property Value
Implements
Extension Methods