Uses of Enum Class
io.modelcontextprotocol.spec.McpSchema.LoggingLevel
Packages that use McpSchema.LoggingLevel
-
Uses of McpSchema.LoggingLevel in io.modelcontextprotocol.client
Methods in io.modelcontextprotocol.client with parameters of type McpSchema.LoggingLevelModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>McpAsyncClient.setLoggingLevel(McpSchema.LoggingLevel loggingLevel) Sets the minimum logging level for messages received from the server.voidMcpSyncClient.setLoggingLevel(McpSchema.LoggingLevel loggingLevel) Client can set the minimum logging level it wants to receive from the server. -
Uses of McpSchema.LoggingLevel in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.LoggingLevelModifier and TypeMethodDescriptionMcpSchema.LoggingMessageNotification.level()Returns the value of thelevelrecord component.McpSchema.SetLevelRequest.level()Returns the value of thelevelrecord component.static McpSchema.LoggingLevelReturns the enum constant of this class with the specified name.static McpSchema.LoggingLevel[]McpSchema.LoggingLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.modelcontextprotocol.spec with parameters of type McpSchema.LoggingLevelModifier and TypeMethodDescriptionbooleanMcpLoggableSession.isNotificationForLevelAllowed(McpSchema.LoggingLevel loggingLevel) Allows checking whether a particular logging level is allowed.booleanMcpServerSession.isNotificationForLevelAllowed(McpSchema.LoggingLevel loggingLevel) booleanMcpStreamableServerSession.isNotificationForLevelAllowed(McpSchema.LoggingLevel loggingLevel) booleanMcpStreamableServerSession.McpStreamableServerSessionStream.isNotificationForLevelAllowed(McpSchema.LoggingLevel loggingLevel) booleanMissingMcpTransportSession.isNotificationForLevelAllowed(McpSchema.LoggingLevel loggingLevel) McpSchema.LoggingMessageNotification.Builder.level(McpSchema.LoggingLevel level) voidMcpLoggableSession.setMinLoggingLevel(McpSchema.LoggingLevel minLoggingLevel) Set the minimum logging level for the client.voidMcpServerSession.setMinLoggingLevel(McpSchema.LoggingLevel minLoggingLevel) voidMcpStreamableServerSession.McpStreamableServerSessionStream.setMinLoggingLevel(McpSchema.LoggingLevel minLoggingLevel) voidMcpStreamableServerSession.setMinLoggingLevel(McpSchema.LoggingLevel minLoggingLevel) voidMissingMcpTransportSession.setMinLoggingLevel(McpSchema.LoggingLevel minLoggingLevel) Constructors in io.modelcontextprotocol.spec with parameters of type McpSchema.LoggingLevelModifierConstructorDescriptionLoggingMessageNotification(McpSchema.LoggingLevel level, String logger, String data) LoggingMessageNotification(McpSchema.LoggingLevel level, String logger, String data, Map<String, Object> meta) Creates an instance of aLoggingMessageNotificationrecord class.Creates an instance of aSetLevelRequestrecord class.