Uses of Class
com.github.thought2code.mcp.annotated.server.configurable.AbstractConfigurableMcpServer
Packages that use AbstractConfigurableMcpServer
-
Uses of AbstractConfigurableMcpServer in com.github.thought2code.mcp.annotated.server.configurable
Subclasses of AbstractConfigurableMcpServer in com.github.thought2code.mcp.annotated.server.configurableModifier and TypeClassDescriptionclassThis 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.Methods in com.github.thought2code.mcp.annotated.server.configurable that return AbstractConfigurableMcpServerModifier and TypeMethodDescriptionConfigurableMcpServerFactory.getServer(McpServerConfiguration config) Creates a new instance ofAbstractConfigurableMcpServerimplementations based on the specifiedMcpServerConfiguration.