Package io.modelcontextprotocol.server
package io.modelcontextprotocol.server
-
ClassDescriptionThe Model Context Protocol (MCP) server implementation that provides asynchronous communication using Project Reactor's Mono and Flux types.Represents an asynchronous exchange with a Model Context Protocol (MCP) client.Factory class for creating Model Context Protocol (MCP) servers.Asynchronous server specification.Synchronous server specification.MCP server features specification that a particular server can choose to support.Specification of a completion handler function with asynchronous execution support.Specification of a prompt template with its asynchronous handler function.Specification of a resource with its asynchronous handler function.Specification of a tool with its asynchronous handler function.Specification of a completion handler function with synchronous execution support.Specification of a prompt template with its synchronous handler function.Specification of a resource with its synchronous handler function.Specification of a tool with its synchronous handler function.A synchronous implementation of the Model Context Protocol (MCP) server that wraps
McpAsyncServerto provide blocking operations.Represents a synchronous exchange with a Model Context Protocol (MCP) client.