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.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.Registration of a prompt template with its asynchronous handler function.Registration of a resource with its asynchronous handler function.Registration of a tool with its asynchronous handler function.Registration of a prompt template with its synchronous handler function.Registration of a resource with its synchronous handler function.Registration of a tool with its synchronous handler function.A synchronous implementation of the Model Context Protocol (MCP) server that wraps
McpAsyncServerto provide blocking operations.