Uses of Package
io.modelcontextprotocol.server
Packages that use io.modelcontextprotocol.server
Package
Description
-
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.Represents an asynchronous exchange with a Model Context Protocol (MCP) client.Asynchronous server specification.Synchronous server specification.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.Builder for creating AsyncToolSpecification instances.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.Builder for creating SyncToolSpecification instances.A stateless MCP server implementation for use with Streamable HTTP transport types.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.Builder for creating AsyncToolSpecification instances.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.Builder for creating SyncToolSpecification instances.A stateless MCP server implementation for use with Streamable HTTP transport types.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.Context associated with the transport layer. -
Classes in io.modelcontextprotocol.server used by io.modelcontextprotocol.server.transportClassDescriptionHandler for MCP requests and notifications in a Stateless Streamable HTTP Server context.The contract for extracting metadata from a generic transport request of type
McpTransportContextExtractor. -
Classes in io.modelcontextprotocol.server used by io.modelcontextprotocol.specClassDescriptionRepresents an asynchronous exchange with a Model Context Protocol (MCP) client.Request handler for the initialization request.A handler for client-initiated requests.Handler for MCP requests and notifications in a Stateless Streamable HTTP Server context.