Enum Class的使用
com.github.codeboyzhou.mcp.declarative.enums.ServerType
使用ServerType的程序包
程序包
说明
-
com.github.codeboyzhou.mcp.declarative.configuration中ServerType的使用
限定符构造器说明McpServerConfiguration(boolean enabled, ServerMode mode, String name, String version, ServerType type, String instructions, long requestTimeout, McpServerCapabilities capabilities, McpServerChangeNotification changeNotification, McpServerSSE sse, McpServerStreamable streamable) 创建McpServerConfiguration记录的实例。 -
com.github.codeboyzhou.mcp.declarative.enums中ServerType的使用
修饰符和类型方法说明static ServerTypeReturns the enum constant of this class with the specified name.static ServerType[]ServerType.values()Returns an array containing the constants of this enum class, in the order they are declared.