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
This release includes important fixes for Git Worktree support and repository name validation, improving Repomix's compatibility and stability.
## Bug Fixes 🐛
### Git Worktree Support (#279)
- Fixed an issue where Repomix fails when processing repositories created using `git worktree`
- Now correctly handles `.git` as a reference file in worktree repositories
Special thanks to @slavashvets for discovering and fixing this issue!
### Repository Name Validation
- Fixed an issue where `--remote` option would fail when using GitHub shorthand names containing dots (e.g., `user/repo.name`)
## How to Update
To update to the latest version, run:
```bash
npm update -g repomix
```
We welcome community involvement and appreciate all contributions that help make Repomix better.
---
As always, 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.