Table of Contents

Enum McpContentKind

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

Kind of a content block carried by an MCP tool result.

[Obfuscation(Exclude = true)]
public enum McpContentKind

Fields

Text = 0

Plain text, the default representation of a tool result.

Image = 1

Base64-encoded image data the client may render or pass to a vision model.

Audio = 2

Base64-encoded audio data.

A pointer to a resource the client may fetch with resources/read. Preferred over inlining large payloads, which would otherwise consume the caller's context window.

EmbeddedResource = 4

Resource contents embedded directly in the result.

Remarks

Share