We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yamadashy/repomix'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
v0.2.12.md•1.07 kB
This release introduces new CLI flags to provide users with more control over the structure and content of Repomix output.
## Features
### Added CLI Flags for Output Control (#236)
This release adds new CLI flags that allow users to control the output:
- `--no-file-summary`: Disables the file summary section in the output.
- `--no-directory-structure`: Disables the directory structure section in the output.
- `--remove-comments`: Enables comment removal from supported file types.
- `--remove-empty-lines`: Enables removal of empty lines from the output.
These flags provide more granular control over the output, and can be used to override configurations from the config file.
## How to Update
To update to the latest version, run:
```bash
npm update -g repomix
```
or if you use Homebrew
```bash
brew upgrade repomix
```
or if you use docker 🐳
```bash
docker run -v .:/app -it --rm ghcr.io/yamadashy/repomix:0.2.12
```
---
We appreciate your feedback and contributions to make Repomix even better!