Uses of Class
com.github.thought2code.mcp.annotated.server.AbstractMcpServer
Packages that use AbstractMcpServer
-
Uses of AbstractMcpServer in com.github.thought2code.mcp.annotated.server
Subclasses of AbstractMcpServer in com.github.thought2code.mcp.annotated.serverModifier and TypeClassDescriptionclassHttpBasedMcpServer<S extends McpServerInfo,T extends jakarta.servlet.http.HttpServlet> Base class for HTTP-based MCP servers.classThis class is used to create a new instance ofMcpSseServerbased on the specifiedMcpSseServerInfoin HTTP SSE mode.classThis class is used to create a new instance ofMcpStdioServerbased on the specifiedMcpServerInfoin STDIO mode.classThis class is used to create a new instance ofMcpStreamableServerbased on the specifiedMcpStreamableServerInfoin Streamable HTTP mode.