Table of Contents

Class McpPromptArgument

Namespace
LMKit.Mcp.Abstractions
Assembly
LM-Kit.NET.dll

Describes a single argument accepted by a prompt.

public sealed class McpPromptArgument
Inheritance
McpPromptArgument
Inherited Members

Properties

Description

Gets or sets a human-friendly description of the argument (optional).

Name

Gets or sets the machine-readable argument name.

Required

Gets or sets a value indicating whether this argument is required (optional). When null, the server did not specify.