mcp-multiplexer 0.3.1

One MCP server fronting many: 7 meta-tools instead of every tool schema in context
Documentation
1
2
3
4
5
6
7
8
9
10
11
## What & why

<!-- One paragraph: what changed and why. Link the issue if there is one. -->

## Checklist

- [ ] `cargo fmt --check` and `cargo clippy --all-targets -- -D warnings` pass
- [ ] `cargo test` passes (added/updated tests for behavior changes)
- [ ] `schema.json` regenerated (`cargo run -- --dump-schema > schema.json`) if CLI args or the config format changed
- [ ] README updated if user-facing behavior changed
- [ ] CHANGELOG.md has a section for the next version (release PRs only)