Class McpToolUseContent
Inheritance
object
McpToolUseContent
Assembly: .dll
Syntax
public class McpToolUseContent : ContentBlock
Properties
Id
Declaration
public string Id { get; set; }
Property Value
Input
Declaration
public string Input { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
ServerName
The name of the MCP server
Declaration
public string ServerName { get; set; }
Property Value
Type
Declaration
public override ContentType Type { get; }
Property Value
Overrides