| Package | Description |
|---|---|
| io.modelcontextprotocol.client | |
| io.modelcontextprotocol.spec |
| Modifier and Type | Field and Description |
|---|---|
protected reactor.core.publisher.Sinks.One<McpSchema.InitializeResult> |
McpAsyncClient.initializedSink |
| Modifier and Type | Method and Description |
|---|---|
McpSchema.InitializeResult |
McpSyncClient.initialize()
The initialization phase MUST be the first interaction between client and server.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<McpSchema.InitializeResult> |
McpAsyncClient.initialize()
The initialization phase MUST be the first interaction between client and server.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<McpSchema.InitializeResult> |
McpServerSession.InitRequestHandler.handle(McpSchema.InitializeRequest initializeRequest)
Handles the initialization request.
|
Copyright © 2025. All rights reserved.