Uses of Interface
com.soklet.McpRequestContext
Packages that use McpRequestContext
-
Uses of McpRequestContext in com.soklet
Methods in com.soklet that return McpRequestContextModifier and TypeMethodDescriptionMcpListResourcesContext.getRequestContext()Provides the underlying request context for the currentresources/listcall.McpPromptHandlerContext.getRequestContext()Provides the underlying request context.McpResourceHandlerContext.getRequestContext()Provides the underlying request context.McpToolCallContext.getRequestContext()Provides the underlying request context.Methods in com.soklet with parameters of type McpRequestContextModifier and TypeMethodDescriptiondefault @NonNull McpJsonRpcErrorMcpEndpoint.handleError(@NonNull Throwable throwable, @NonNull McpRequestContext context) Maps a non-tool MCP exception to a JSON-RPC error.default <T> @Nullable TMcpRequestInterceptor.interceptRequest(@NonNull McpRequestContext context, @NonNull McpHandlerInvocation<T> invocation) Intercepts an MCP JSON-RPC request before Soklet dispatches it to framework or application logic.