Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.ServerCapabilities
Packages that use McpSchema.ServerCapabilities
Package
Description
-
Uses of McpSchema.ServerCapabilities in io.modelcontextprotocol.client
Methods in io.modelcontextprotocol.client that return McpSchema.ServerCapabilitiesModifier and TypeMethodDescriptionMcpAsyncClient.getServerCapabilities()Get the server capabilities that define the supported features and functionality.McpSyncClient.getServerCapabilities()Get the server capabilities that define the supported features and functionality. -
Uses of McpSchema.ServerCapabilities in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return McpSchema.ServerCapabilitiesModifier and TypeMethodDescriptionMcpAsyncServer.getServerCapabilities()Get the server capabilities that define the supported features and functionality.McpSyncServer.getServerCapabilities()Get the server capabilities that define the supported features and functionality.Methods in io.modelcontextprotocol.server with parameters of type McpSchema.ServerCapabilitiesModifier and TypeMethodDescriptionMcpServer.AsyncSpecification.capabilities(McpSchema.ServerCapabilities serverCapabilities) Sets the server capabilities that will be advertised to clients during connection initialization.McpServer.SyncSpecification.capabilities(McpSchema.ServerCapabilities serverCapabilities) Sets the server capabilities that will be advertised to clients during connection initialization. -
Uses of McpSchema.ServerCapabilities in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.ServerCapabilitiesModifier and TypeMethodDescriptionMcpSchema.ServerCapabilities.Builder.build()McpSchema.InitializeResult.capabilities()Returns the value of thecapabilitiesrecord component.Constructors in io.modelcontextprotocol.spec with parameters of type McpSchema.ServerCapabilitiesModifierConstructorDescriptionInitializeResult(String protocolVersion, McpSchema.ServerCapabilities capabilities, McpSchema.Implementation serverInfo, String instructions) Creates an instance of aInitializeResultrecord class.