Uses of Enum Class
com.github.copilot.generated.rpc.McpServerStatus
Packages that use McpServerStatus
-
Uses of McpServerStatus in com.github.copilot.generated.rpc
Subclasses with type arguments of type McpServerStatus in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumConnection status: connected, failed, needs-auth, pending, disabled, or not_configuredMethods in com.github.copilot.generated.rpc that return McpServerStatusModifier and TypeMethodDescriptionstatic McpServerStatusMcpServer.status()Returns the value of thestatusrecord component.static McpServerStatusReturns the enum constant of this class with the specified name.static McpServerStatus[]McpServerStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type McpServerStatusModifierConstructorDescriptionMcpServer(String name, McpServerStatus status, McpServerSource source, String error) Creates an instance of aMcpServerrecord class.