Package io.modelcontextprotocol.server.transport
package io.modelcontextprotocol.server.transport
-
ClassDescriptionDefault implementation of
ServerTransportSecurityValidatorthat validates the Origin and Host headers against lists of allowed values.Builder for creating instances ofDefaultServerTransportSecurityValidator.A Servlet-based implementation of the MCP HTTP with Server-Sent Events (SSE) transport specification.Builder for creating instances of HttpServletSseServerTransportProvider.Implementation of an HttpServlet basedMcpStatelessServerTransport.Builder for creating instances ofHttpServletStatelessServerTransport.Server-side implementation of the Model Context Protocol (MCP) streamable transport layer using HTTP with Server-Sent Events (SSE) through HttpServlet.Builder for creating instances ofHttpServletStreamableServerTransportProvider.Exception thrown when security validation fails for an HTTP request.Interface for validating HTTP requests in server transports.Implementation of the MCP Stdio transport provider for servers that communicates using standard input/output streams.