Uses of Record Class
com.github.copilot.generated.rpc.McpServerFailureInfo
Packages that use McpServerFailureInfo
-
Uses of McpServerFailureInfo in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type McpServerFailureInfoModifier and TypeMethodDescriptionMcpHostState.failedServers()Returns the value of thefailedServersrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type McpServerFailureInfoModifierConstructorDescriptionMcpHostState(Boolean mcp3pEnabled, List<String> disabledServers, List<String> filteredServers, List<String> clients, List<String> pendingConnections, Map<String, McpServerFailureInfo> failedServers, Map<String, McpServerNeedsAuthInfo> needsAuthServers) Creates an instance of aMcpHostStaterecord class.