Uses of Enum Class
com.github.copilot.generated.rpc.DiscoveredMcpServerType
Packages that use DiscoveredMcpServerType
-
Uses of DiscoveredMcpServerType in com.github.copilot.generated.rpc
Subclasses with type arguments of type DiscoveredMcpServerType in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumServer transport type: stdio, http, sse (deprecated), or memoryMethods in com.github.copilot.generated.rpc that return DiscoveredMcpServerTypeModifier and TypeMethodDescriptionstatic DiscoveredMcpServerTypeDiscoveredMcpServer.type()Returns the value of thetyperecord component.static DiscoveredMcpServerTypeReturns the enum constant of this class with the specified name.static DiscoveredMcpServerType[]DiscoveredMcpServerType.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 DiscoveredMcpServerTypeModifierConstructorDescriptionDiscoveredMcpServer(String name, DiscoveredMcpServerType type, McpServerSource source, Boolean enabled) Creates an instance of aDiscoveredMcpServerrecord class.