Table of Contents

Class McpEmbeddedResource

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

Represents an embedded resource content inside a prompt message.

public sealed class McpEmbeddedResource
Inheritance
McpEmbeddedResource
Inherited Members

Properties

Blob

Gets or sets the base64-encoded blob for binary resources (mutually exclusive with Text).

MimeType

Gets or sets the resource MIME type.

Name

Gets or sets an optional display name of the resource.

Text

Gets or sets the text body for text resources (mutually exclusive with Blob).

Title

Gets or sets an optional title of the resource.

Uri

Gets or sets the resource URI (e.g., "file:///…", "schema://…").