Uses of Package
io.modelcontextprotocol.server
Packages that use io.modelcontextprotocol.server
-
Classes in io.modelcontextprotocol.server used by io.modelcontextprotocol.serverClassDescriptionThe Model Context Protocol (MCP) server implementation that provides asynchronous communication using Project Reactor's Mono and Flux types.Asynchronous server specification.Synchronous server specification.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.