Uses of Interface
org.springframework.ai.mcp.annotation.context.McpRequestContextTypes.LoggingSpec
Packages that use McpRequestContextTypes.LoggingSpec
Package
Description
Request context types, specifications (logging, progress, sampling, elicitation), and
default implementations for MCP request handling.
-
Uses of McpRequestContextTypes.LoggingSpec in org.springframework.ai.mcp.annotation.context
Classes in org.springframework.ai.mcp.annotation.context that implement McpRequestContextTypes.LoggingSpecMethods in org.springframework.ai.mcp.annotation.context that return McpRequestContextTypes.LoggingSpecModifier and TypeMethodDescriptionDefaultLoggingSpec.level(io.modelcontextprotocol.spec.McpSchema.LoggingLevel level) McpRequestContextTypes.LoggingSpec.level(io.modelcontextprotocol.spec.McpSchema.LoggingLevel level) Method parameters in org.springframework.ai.mcp.annotation.context with type arguments of type McpRequestContextTypes.LoggingSpecModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>DefaultMcpAsyncRequestContext.log(Consumer<McpRequestContextTypes.LoggingSpec> logSpec) voidDefaultMcpSyncRequestContext.log(Consumer<McpRequestContextTypes.LoggingSpec> logSpec) reactor.core.publisher.Mono<Void>McpAsyncRequestContext.log(Consumer<McpRequestContextTypes.LoggingSpec> logSpec) voidMcpSyncRequestContext.log(Consumer<McpRequestContextTypes.LoggingSpec> logSpec)