Uses of Interface
com.github.thought2code.mcp.annotated.server.McpServer
Packages that use McpServer
-
Uses of McpServer in com.github.thought2code.mcp.annotated.server
Classes in com.github.thought2code.mcp.annotated.server that implement McpServerModifier and TypeClassDescriptionclassAbstractMcpServer<S extends McpServerInfo>This abstract class is used to provide a base implementation for an MCP server.classHttpBasedMcpServer<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.