Table of Contents

Property Content

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

Content

Gets or sets the content parts that make up this message. MCP servers may return a single content object or an array; this property is always a list.

public IReadOnlyList<McpPromptContent> Content { get; }

Property Value

IReadOnlyList<McpPromptContent>