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>
kind:method, kind:property, kind:ctor. Press Esc to clear.McpToolDefinition(String, String, JsonObject, Func<JsonObject?, CancellationToken, ValueTask<Object?>>)Describes a single MCP tool exposed by the server.