# egg-muc-custom-context

> egg muc egg-plugin

Latest version **1.2.7** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install egg-muc-custom-context
pnpm add egg-muc-custom-context
yarn add egg-muc-custom-context
bun add egg-muc-custom-context
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.2.7 |
| Published | 2026-09-24 |
| First published | 2021-06-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 0 |
| Unpacked size | 8.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | donad |
| Maintainers | mucfe |
| Keywords | egg, eggPlugin, egg-plugin |

## Links

- npm: https://www.npmjs.com/package/egg-muc-custom-context
- Repository: https://github.com/eggjs/egg-muc-custom-context
- Homepage: https://github.com/eggjs/egg-muc-custom-context#readme
- Issues: https://github.com/eggjs/egg/issues
- npm.io page: https://npm.io/package/egg-muc-custom-context

## Recent versions

- 1.2.7 (latest) — 2026-09-24
- 1.2.6 — 2026-09-24
- 1.2.5 — 2024-03-20
- 1.2.4 — 2022-09-14
- 1.2.3 — 2022-03-03
- 1.2.2 — 2021-11-23
- 1.2.1 — 2021-10-25
- 1.2.0 — 2021-10-21
- 1.1.0 — 2021-10-21
- 1.0.0 — 2021-06-01

## README

# egg-muc-custom-context

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/egg-muc-custom-context.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-muc-custom-context
[travis-image]: https://img.shields.io/travis/eggjs/egg-muc-custom-context.svg?style=flat-square
[travis-url]: https://travis-ci.org/eggjs/egg-muc-custom-context
[codecov-image]: https://img.shields.io/codecov/c/github/eggjs/egg-muc-custom-context.svg?style=flat-square
[codecov-url]: https://codecov.io/github/eggjs/egg-muc-custom-context?branch=master
[david-image]: https://img.shields.io/david/eggjs/egg-muc-custom-context.svg?style=flat-square
[david-url]: https://david-dm.org/eggjs/egg-muc-custom-context
[snyk-image]: https://snyk.io/test/npm/egg-muc-custom-context/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-muc-custom-context
[download-image]: https://img.shields.io/npm/dm/egg-muc-custom-context.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-muc-custom-context

<!--
Description here.
-->

## Install

```bash
$ npm i egg-muc-custom-context --save
```

## Usage

```js
// {app_root}/config/plugin.js
exports.mucCustomContext = {
  enable: true,
  package: 'egg-muc-custom-context',
};
```

## Configuration

```js
// {app_root}/config/config.default.js
exports.mucCustomContext = {
};
```

see [config/config.default.js](config/config.default.js) for more detail.

## Example

<!-- example here -->

## Questions & Suggestions

Please open an issue [here](https://github.com/eggjs/egg/issues).

## License

[MIT](LICENSE)

---
_Source: https://npm.io/package/egg-muc-custom-context · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
