Interface McpRequestContextTypes<ET>
- All Known Subinterfaces:
McpAsyncRequestContext,McpSyncRequestContext
- All Known Implementing Classes:
DefaultMcpAsyncRequestContext,DefaultMcpSyncRequestContext
public interface McpRequestContextTypes<ET>
- Author:
- Christian Tzolov
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
request
io.modelcontextprotocol.spec.McpSchema.Request request() -
exchange
ET exchange() -
sessionId
String sessionId() -
clientInfo
io.modelcontextprotocol.spec.McpSchema.Implementation clientInfo() -
clientCapabilities
io.modelcontextprotocol.spec.McpSchema.ClientCapabilities clientCapabilities() -
requestMeta
-
transportContext
io.modelcontextprotocol.common.McpTransportContext transportContext()
-