类的使用
com.github.codeboyzhou.mcp.declarative.server.configurable.AbstractConfigurableMcpServer
-
com.github.codeboyzhou.mcp.declarative.server.configurable中AbstractConfigurableMcpServer的使用
修饰符和类型类说明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.修饰符和类型方法说明ConfigurableMcpServerFactory.getServer(McpServerConfiguration config) Creates a new instance ofAbstractConfigurableMcpServerimplementations based on the specifiedMcpServerConfiguration.