Class SetLevelRequestParams
- Namespace
- ModelContextProtocol.Protocol.Types
- Assembly
- ModelContextProtocol.dll
A request from the client to the server, to enable or adjust logging. See the schema for details
public class SetLevelRequestParams : RequestParams
- Inheritance
-
SetLevelRequestParams
- Inherited Members
Properties
Level
The level of logging that the client wants to receive from the server. The server should send all logs at this level and higher (i.e., more severe) to the client as notifications/message.
[JsonPropertyName("level")]
public required LoggingLevel Level { get; init; }