Interface MCPFrontendNotificationService

interface MCPFrontendNotificationService {
    onDidUpdateMCPServers: Event<void>;
    didUpdateMCPServers(): void;
}

Implemented by

Properties

onDidUpdateMCPServers: Event<void>

Methods