Table of Contents

Method FromText

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

FromText(string)

Creates a text content block.

public static McpContent FromText(string text)

Parameters

text string

The text to return to the caller.

Returns

McpContent
Share