| Class and Description |
|---|
| McpAsyncServer
The Model Context Protocol (MCP) server implementation that provides asynchronous
communication using Project Reactor's Mono and Flux types.
|
| McpAsyncServerExchange
Represents an asynchronous exchange with a Model Context Protocol (MCP) client.
|
| McpServer.AsyncSpecification
Asynchronous server specification.
|
| McpServer.SingleSessionSyncSpecification |
| McpServer.StatelessAsyncSpecification |
| McpServer.StatelessSyncSpecification |
| McpServer.StreamableSyncSpecification |
| McpServer.SyncSpecification
Synchronous server specification.
|
| McpServerFeatures.Async
Asynchronous server features specification.
|
| McpServerFeatures.AsyncCompletionSpecification
Specification of a completion handler function with asynchronous execution support.
|
| McpServerFeatures.AsyncPromptSpecification
Specification of a prompt template with its asynchronous handler function.
|
| McpServerFeatures.AsyncResourceSpecification
Specification of a resource with its asynchronous handler function.
|
| McpServerFeatures.AsyncToolSpecification
Specification of a tool with its asynchronous handler function.
|
| McpServerFeatures.AsyncToolSpecification.Builder
Builder for creating AsyncToolSpecification instances.
|
| McpServerFeatures.SyncCompletionSpecification
Specification of a completion handler function with synchronous execution support.
|
| McpServerFeatures.SyncPromptSpecification
Specification of a prompt template with its synchronous handler function.
|
| McpServerFeatures.SyncResourceSpecification
Specification of a resource with its synchronous handler function.
|
| McpServerFeatures.SyncToolSpecification
Specification of a tool with its synchronous handler function.
|
| McpServerFeatures.SyncToolSpecification.Builder
Builder for creating SyncToolSpecification instances.
|
| McpStatelessAsyncServer
A stateless MCP server implementation for use with Streamable HTTP transport types.
|
| McpStatelessServerFeatures.Async
Asynchronous server features specification.
|
| McpStatelessServerFeatures.AsyncCompletionSpecification
Specification of a completion handler function with asynchronous execution support.
|
| McpStatelessServerFeatures.AsyncPromptSpecification
Specification of a prompt template with its asynchronous handler function.
|
| McpStatelessServerFeatures.AsyncResourceSpecification
Specification of a resource with its asynchronous handler function.
|
| McpStatelessServerFeatures.AsyncToolSpecification
Specification of a tool with its asynchronous handler function.
|
| McpStatelessServerFeatures.AsyncToolSpecification.Builder
Builder for creating AsyncToolSpecification instances.
|
| McpStatelessServerFeatures.Sync
Synchronous server features specification.
|
| McpStatelessServerFeatures.SyncCompletionSpecification
Specification of a completion handler function with synchronous execution support.
|
| McpStatelessServerFeatures.SyncPromptSpecification
Specification of a prompt template with its synchronous handler function.
|
| McpStatelessServerFeatures.SyncResourceSpecification
Specification of a resource with its synchronous handler function.
|
| McpStatelessServerFeatures.SyncToolSpecification
Specification of a tool with its synchronous handler function.
|
| McpStatelessServerFeatures.SyncToolSpecification.Builder
Builder for creating SyncToolSpecification instances.
|
| McpStatelessSyncServer
A stateless MCP server implementation for use with Streamable HTTP transport types.
|
| McpSyncServer
A synchronous implementation of the Model Context Protocol (MCP) server that wraps
McpAsyncServer to provide blocking operations. |
| McpSyncServerExchange
Represents a synchronous exchange with a Model Context Protocol (MCP) client.
|
| McpTransportContext
Context associated with the transport layer.
|
| Class and Description |
|---|
| McpStatelessServerHandler
Handler for MCP requests and notifications in a Stateless Streamable HTTP Server
context.
|
| McpTransportContextExtractor
The contract for extracting metadata from a generic transport request of type
T. |
| Class and Description |
|---|
| McpAsyncServerExchange
Represents an asynchronous exchange with a Model Context Protocol (MCP) client.
|
| McpInitRequestHandler
Request handler for the initialization request.
|
| McpNotificationHandler
A handler for client-initiated notifications.
|
| McpRequestHandler
A handler for client-initiated requests.
|
| McpStatelessServerHandler
Handler for MCP requests and notifications in a Stateless Streamable HTTP Server
context.
|
| Class and Description |
|---|
| McpSyncServer
A synchronous implementation of the Model Context Protocol (MCP) server that wraps
McpAsyncServer to provide blocking operations. |
| McpSyncServerExchange
Represents a synchronous exchange with a Model Context Protocol (MCP) client.
|
| Class and Description |
|---|
| McpServer.SyncSpecification
Synchronous server specification.
|
| McpSyncServer
A synchronous implementation of the Model Context Protocol (MCP) server that wraps
McpAsyncServer to provide blocking operations. |
Copyright © 2025. All rights reserved.