Uses of Enum Class
com.github.copilot.generated.rpc.McpServerSource
Packages that use McpServerSource
-
Uses of McpServerSource in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return McpServerSourceModifier and TypeMethodDescriptionstatic McpServerSourceDiscoveredMcpServer.source()Returns the value of thesourcerecord component.McpServer.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.generated.rpc with parameters of type McpServerSourceModifierConstructorDescriptionDiscoveredMcpServer(String name, DiscoveredMcpServerType type, McpServerSource source, Boolean enabled) Creates an instance of aDiscoveredMcpServerrecord class.McpServer(String name, McpServerStatus status, McpServerSource source, String error) Creates an instance of aMcpServerrecord class.