Uses of Enum Class
com.github.copilot.sdk.generated.rpc.McpServerSource
Packages that use McpServerSource
-
Uses of McpServerSource in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return McpServerSourceModifier and TypeMethodDescriptionstatic McpServerSourceMcpServer.source()Returns the value of thesourcerecord component.static McpServerSourceReturns the enum constant of this class with the specified name.static McpServerSource[]McpServerSource.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 McpServerSourceModifierConstructorDescriptionMcpServer(String name, McpServerStatus status, McpServerSource source, String error) Creates an instance of aMcpServerrecord class.