Class McpResourceContent
- Namespace
- LMKit.Mcp.Abstractions
- Assembly
- LM-Kit.NET.dll
Represents the content of a resource.
public sealed class McpResourceContent
- Inheritance
-
McpResourceContent
- Inherited Members
Properties
- Blob
The binary content as base64 (for binary resources).
- MimeType
Optional MIME type of the content.
- Text
The text content of the resource (for text-based resources).
- Uri
The URI of the resource.