Uses of Enum Class
com.github.thought2code.mcp.annotated.enums.ServerMode
Packages that use ServerMode
Package
Description
-
Uses of ServerMode in com.github.thought2code.mcp.annotated.configuration
Methods in com.github.thought2code.mcp.annotated.configuration that return ServerModeModifier and TypeMethodDescriptionMcpServerConfiguration.mode()Returns the value of themoderecord component.Methods in com.github.thought2code.mcp.annotated.configuration with parameters of type ServerModeModifier and TypeMethodDescriptionMcpServerConfiguration.Builder.mode(ServerMode mode) Sets the server mode.Constructors in com.github.thought2code.mcp.annotated.configuration with parameters of type ServerModeModifierConstructorDescriptionMcpServerConfiguration(String profile, Boolean enabled, ServerMode mode, String name, String version, ServerType type, String instructions, Long requestTimeout, McpServerCapabilities capabilities, McpServerChangeNotification changeNotification, McpServerSSE sse, McpServerStreamable streamable) Creates an instance of aMcpServerConfigurationrecord class. -
Uses of ServerMode in com.github.thought2code.mcp.annotated.enums
Methods in com.github.thought2code.mcp.annotated.enums that return ServerModeModifier and TypeMethodDescriptionstatic 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.