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
Repomix v0.3.2 brings various improvements including website functionality improvements, better CLI usability, and improved glob pattern handling reliability.
## What's New π
### Website Compression Functionality (#448)
- Improved processing efficiency on the [repomix.com](https://repomix.com/), enabling smoother processing of large repositories directly from the browser.
<img width="233" alt="image" src="https://github.com/user-attachments/assets/19d72c83-7eea-492e-a2ec-d6ed93f0f846" />
## Improvements β‘
### Semantic Suggestion System for CLI (#452)
Added functionality that automatically suggests correct options when incorrect option names are entered.
Special thanks to @pranshugupta01 for this thoughtful usability enhancement that makes the CLI experience much more intuitive for users!
### Glob Pattern Handling Improvements
- Automatically removes extra whitespace from comma-separated glob patterns (#464)
- Consistently handles directory patterns with trailing slashes, making `folder/` and `folder` patterns behave the same way (#453)
- Improved brace expansion and whitespace handling in CLI pattern options for more accurate and predictable behavior with complex glob patterns (#469)
Special thanks to @pranshugupta01 for these meticulous pattern handling improvements that make file filtering more reliable and predictable!
## Documentation π
### VS Code Server Installation Docs (#439)
ππ» Click to open VS Code with the Repomix MCP server pre-configured:
[](https://insiders.vscode.dev/redirect/mcp/install?name=repomix&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22repomix%22%2C%22--mcp%22%5D%7D)
Special thanks to @burkeholland for this excellent contribution that makes the integration with VS Code more seamless and user-friendly!
### Ensured consistency across all documentation regarding the default output format change to XML (#466)
Special thanks to @yoshi-taka for the careful attention to documentation consistency across the project!
## How to Update
```bash
npm install -g repomix@latest
```
---
If you encounter any issues or have suggestions, please let us know through [GitHub Issues](https://github.com/yamadashy/repomix/issues) or join our [Discord community](https://discord.gg/wNYzTwZFku).