Uses of Enum Class
com.github.copilot.sdk.generated.rpc.McpServerStatus
Packages that use McpServerStatus
-
Uses of McpServerStatus in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.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.sdk.generated.rpc with parameters of type McpServerStatusModifierConstructorDescriptionMcpServer(String name, McpServerStatus status, McpServerSource source, String error) Creates an instance of aMcpServerrecord class.