$ npm i egg-ms-gateway --save
// {app_root}/config/plugin.js
exports.msGateway = {
enable: true,
package: 'egg-ms-gateway',
};
// {app_root}/config/config.default.js
exports.msGateway = {
};
see config/config.default.js for more detail.
Please open an issue here.