| Interface | Description |
|---|---|
| McpServer |
Factory class for creating Model Context Protocol (MCP) servers.
|
| Class | 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.SyncSpecification |
Synchronous server specification.
|
| McpServerFeatures |
MCP server features specification that a particular server can choose to support.
|
| McpServerFeatures.Async |
Asynchronous server features specification.
|
| McpServerFeatures.AsyncPromptRegistration | Deprecated
This class is deprecated and will be removed in 0.9.0.
|
| McpServerFeatures.AsyncPromptSpecification |
Specification of a prompt template with its asynchronous handler function.
|
| McpServerFeatures.AsyncResourceRegistration | Deprecated
This class is deprecated and will be removed in 0.9.0.
|
| McpServerFeatures.AsyncResourceSpecification |
Specification of a resource with its asynchronous handler function.
|
| McpServerFeatures.AsyncResourceTemplateSpecification | |
| McpServerFeatures.AsyncToolRegistration | Deprecated
This class is deprecated and will be removed in 0.9.0.
|
| McpServerFeatures.AsyncToolSpecification |
Specification of a tool with its asynchronous handler function.
|
| McpServerFeatures.Sync |
Synchronous server features specification.
|
| McpServerFeatures.SyncPromptRegistration | Deprecated
This class is deprecated and will be removed in 0.9.0.
|
| McpServerFeatures.SyncPromptSpecification |
Specification of a prompt template with its synchronous handler function.
|
| McpServerFeatures.SyncResourceRegistration | Deprecated
This class is deprecated and will be removed in 0.9.0.
|
| McpServerFeatures.SyncResourceSpecification |
Specification of a resource with its synchronous handler function.
|
| McpServerFeatures.SyncResourceTemplateSpecification |
Specification of a resource template with its synchronous handler function.
|
| McpServerFeatures.SyncToolRegistration | Deprecated
This class is deprecated and will be removed in 0.9.0.
|
| McpServerFeatures.SyncToolSpecification |
Specification of a tool with its synchronous handler function.
|
| 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.
|
Copyright © 2025. All rights reserved.