Enum Class的使用
com.github.codeboyzhou.mcp.declarative.enums.ServerMode
使用ServerMode的程序包
程序包
说明
-
com.github.codeboyzhou.mcp.declarative.configuration中ServerMode的使用
限定符构造器说明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中ServerMode的使用
修饰符和类型方法说明static ServerModeReturns the enum constant of this class with the specified name.static ServerMode[]ServerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.