Uses of Enum Class
com.github.thought2code.mcp.annotated.enums.ServerType
Packages that use ServerType
Package
Description
-
Uses of ServerType in com.github.thought2code.mcp.annotated.configuration
Methods in com.github.thought2code.mcp.annotated.configuration that return ServerTypeModifier and TypeMethodDescriptionMcpServerConfiguration.type()Returns the value of thetyperecord component.Methods in com.github.thought2code.mcp.annotated.configuration with parameters of type ServerTypeModifier and TypeMethodDescriptionMcpServerConfiguration.Builder.type(ServerType type) Sets the server type.Constructors in com.github.thought2code.mcp.annotated.configuration with parameters of type ServerTypeModifierConstructorDescriptionMcpServerConfiguration(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 ServerType in com.github.thought2code.mcp.annotated.enums
Methods in com.github.thought2code.mcp.annotated.enums that return ServerTypeModifier and TypeMethodDescriptionstatic 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.