Table of Contents

Method FromEmbeddedResource

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

FromEmbeddedResource(string, string, string)

Creates a content block carrying resource contents inline.

public static McpContent FromEmbeddedResource(string uri, string mimeType, string text)

Parameters

uri string

Resource URI the contents belong to.

mimeType string

MIME type of the contents.

text string

The textual contents.

Returns

McpContent
Share