Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.InitializeResult
Packages that use McpSchema.InitializeResult
Package
Description
-
Uses of McpSchema.InitializeResult in io.modelcontextprotocol.client
Fields in io.modelcontextprotocol.client with type parameters of type McpSchema.InitializeResultModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<McpSchema.InitializeResult>McpAsyncClient.INITIALIZE_RESULT_TYPE_REFMethods in io.modelcontextprotocol.client that return McpSchema.InitializeResultModifier and TypeMethodDescriptionMcpAsyncClient.getCurrentInitializationResult()Get the current initialization result.McpSyncClient.getCurrentInitializationResult()Get the current initialization result.McpSyncClient.initialize()The initialization phase MUST be the first interaction between client and server.Methods in io.modelcontextprotocol.client that return types with arguments of type McpSchema.InitializeResultModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.InitializeResult>McpAsyncClient.initialize()The initialization phase should be the first interaction between client and server. -
Uses of McpSchema.InitializeResult in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return types with arguments of type McpSchema.InitializeResultModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.InitializeResult>McpInitRequestHandler.handle(McpSchema.InitializeRequest initializeRequest) Handles the initialization request. -
Uses of McpSchema.InitializeResult in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return types with arguments of type McpSchema.InitializeResultModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.InitializeResult>McpServerSession.InitRequestHandler.handle(McpSchema.InitializeRequest initializeRequest) Deprecated.Handles the initialization request.reactor.core.publisher.Mono<McpSchema.InitializeResult>McpStreamableServerSession.InitRequestHandler.handle(McpSchema.InitializeRequest initializeRequest) Handles the initialization request.reactor.core.publisher.Mono<McpSchema.InitializeResult>McpStreamableServerSession.McpStreamableServerSessionInit.initResult()Returns the value of theinitResultrecord component.Constructor parameters in io.modelcontextprotocol.spec with type arguments of type McpSchema.InitializeResultModifierConstructorDescriptionMcpStreamableServerSessionInit(McpStreamableServerSession session, reactor.core.publisher.Mono<McpSchema.InitializeResult> initResult) Creates an instance of aMcpStreamableServerSessionInitrecord class.