Class SetLevelRequestParams
- Namespace
- ModelContextProtocol.Protocol
- Assembly
- ModelContextProtocol.Core.dll
Represents the parameters used with a LoggingSetLevel request from a client to enable or adjust logging.
public class SetLevelRequestParams : RequestParams
- Inheritance
-
SetLevelRequestParams
- Inherited Members
Remarks
This request allows clients to configure the level of logging information they want to receive from the server. The server will send notifications for log events at the specified level and all higher (more severe) levels.
Properties
Level
Gets or sets the level of logging that the client wants to receive from the server.
[JsonPropertyName("level")]
public required LoggingLevel Level { get; init; }