server: {
    mandatory: {
        MicrowaveOvenControl: typeof MicrowaveOvenControlServer;
        MicrowaveOvenMode: typeof MicrowaveOvenModeServer;
        OperationalState: .;
    };
    optional: {
        FanControl: typeof FanControlServer;
        Identify: typeof BaseIdentifyServer;
    };
}

An implementation for each server cluster supported by the endpoint per the Matter specification.