McpToolDefinition Class

Definition

Describes a single MCP tool exposed by the server.

public sealed record McpToolDefinition(string Name, string Description, JsonObject InputSchema, Func<JsonObject?, CancellationToken, ValueTask<object?>> Handler) : IEquatable<McpToolDefinition>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)