Table of Contents

Class McpPrompt

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

Describes a prompt available from an MCP server, including arguments metadata.

[Obfuscation(Exclude = true)]
public sealed class McpPrompt
Inheritance
McpPrompt
Inherited Members

Properties

Arguments

Gets or sets the collection of arguments accepted by this prompt.

Description

Gets or sets a textual description of the prompt (optional).

Name

Gets or sets the unique name of the prompt, used when calling prompts/get.

Title

Gets or sets a human-friendly title of the prompt (optional).

Share