Class LoggingCapability
- Namespace
- ModelContextProtocol.Protocol.Types
- Assembly
- ModelContextProtocol.dll
Represents the logging capability configuration. See the schema for details
public class LoggingCapability
- Inheritance
-
LoggingCapability
- Inherited Members
Properties
SetLoggingLevelHandler
Gets or sets the handler for set logging level requests.
[JsonIgnore]
public Func<RequestContext<SetLevelRequestParams>, CancellationToken, Task<EmptyResult>>? SetLoggingLevelHandler { get; set; }