Uses of Interface
com.github.thought2code.mcp.annotated.server.configurable.ConfigurableMcpServer
Packages that use ConfigurableMcpServer
-
Uses of ConfigurableMcpServer in com.github.thought2code.mcp.annotated.server.configurable
Classes in com.github.thought2code.mcp.annotated.server.configurable that implement ConfigurableMcpServerModifier and TypeClassDescriptionclassThis abstract class represents a configurable MCP (Model Context Protocol) server.classThis class is used to create a new instance ofConfigurableMcpSseServerbased on the specifiedMcpServerConfigurationin HTTP SSE mode.classThis class is used to create a new instance ofConfigurableMcpStdioServerbased on the specifiedMcpServerConfigurationin STDIO mode.classThis class is used to create a new instance ofConfigurableMcpStreamableServerbased on the specifiedMcpServerConfigurationin Streamable HTTP mode.classHttpBasedConfigurableMcpServer<T extends jakarta.servlet.http.HttpServlet>Base class for configurable MCP servers that use HTTP as the transport protocol.