Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.ClientCapabilities
Packages that use McpSchema.ClientCapabilities
Package
Description
-
Uses of McpSchema.ClientCapabilities in io.modelcontextprotocol.client
Methods in io.modelcontextprotocol.client that return McpSchema.ClientCapabilitiesModifier and TypeMethodDescriptionMcpAsyncClient.getClientCapabilities()Get the client capabilities that define the supported features and functionality.McpSyncClient.getClientCapabilities()Get the client capabilities that define the supported features and functionality.Methods in io.modelcontextprotocol.client with parameters of type McpSchema.ClientCapabilitiesModifier and TypeMethodDescriptionMcpClient.AsyncSpec.capabilities(McpSchema.ClientCapabilities capabilities) Sets the client capabilities that will be advertised to the server during connection initialization.McpClient.SyncSpec.capabilities(McpSchema.ClientCapabilities capabilities) Sets the client capabilities that will be advertised to the server during connection initialization. -
Uses of McpSchema.ClientCapabilities in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return McpSchema.ClientCapabilitiesModifier and TypeMethodDescriptionMcpAsyncServerExchange.getClientCapabilities()Get the client capabilities that define the supported features and functionality.McpSyncServerExchange.getClientCapabilities()Get the client capabilities that define the supported features and functionality.Constructors in io.modelcontextprotocol.server with parameters of type McpSchema.ClientCapabilitiesModifierConstructorDescriptionMcpAsyncServerExchange(McpServerSession session, McpSchema.ClientCapabilities clientCapabilities, McpSchema.Implementation clientInfo) Create a new asynchronous exchange with the client. -
Uses of McpSchema.ClientCapabilities in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.ClientCapabilitiesModifier and TypeMethodDescriptionMcpSchema.ClientCapabilities.Builder.build()McpSchema.InitializeRequest.capabilities()Returns the value of thecapabilitiesrecord component.Methods in io.modelcontextprotocol.spec with parameters of type McpSchema.ClientCapabilitiesModifier and TypeMethodDescriptionvoidMcpServerSession.init(McpSchema.ClientCapabilities clientCapabilities, McpSchema.Implementation clientInfo) Called upon successful initialization sequence between the client and the server with the client capabilities and information.Constructors in io.modelcontextprotocol.spec with parameters of type McpSchema.ClientCapabilitiesModifierConstructorDescriptionInitializeRequest(String protocolVersion, McpSchema.ClientCapabilities capabilities, McpSchema.Implementation clientInfo) Creates an instance of aInitializeRequestrecord class.