Package com.github.thought2code.mcp.annotated.server.configurable
package com.github.thought2code.mcp.annotated.server.configurable
-
ClassDescriptionThis abstract class represents a configurable MCP (Model Context Protocol) server.This interface represents a configurable MCP (Model Context Protocol) server.This class is used to create a new instance of
ConfigurableMcpSseServerbased on the specifiedMcpServerConfigurationin HTTP SSE mode.This class is used to create a new instance ofConfigurableMcpStdioServerbased on the specifiedMcpServerConfigurationin STDIO mode.This class is used to create a new instance ofConfigurableMcpStreamableServerbased on the specifiedMcpServerConfigurationin Streamable HTTP mode.HttpBasedConfigurableMcpServer<T extends jakarta.servlet.http.HttpServlet>Base class for configurable MCP servers that use HTTP as the transport protocol.