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
> [!IMPORTANT]
> The default output format has been changed to XML in this release.
This version has been bumped to 0.3.0 not because of a major update, but due to a breaking change in the default output format. It represents an important improvement for anyone installing Repomix for the first time.
## Breaking Changes 🔄
### Default Output Format Changed to XML (#422)
- The default output format has been changed to XML
- XML format provides better parsing accuracy for AI models (especially Claude)
- Other formats (Markdown, Plain Text) remain available via the `--style` option
## How to Update
```bash
npm update -g repomix
```
---
If you encounter any issues or have suggestions, please let us know through our GitHub issues or join our [Discord community](https://discord.gg/wNYzTwZFku) for support.