Table of Contents

Class McpResource

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

Represents an MCP resource - context or data that can be read.

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

Properties

Description

Optional description of what this resource contains.

MimeType

Optional MIME type of the resource (e.g., "text/plain", "application/json").

Name

A human-readable name for the resource.

Uri

The URI of this resource (e.g., "file:///project/README.md").

Share