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 focuses on improving both CLI experience and web interface functionality, along with some important infrastructure updates.
## Updates
### Token counting configurable
- Enhanced token counting with configurable encoding (default: cl100k_base)
- Add config `tokenCount.encoding`
### CLI Improvements
- Added a subtle announcement about our web version in the CLI completion message
- Helps users discover our online version at [repomix.com](https://repomix.com)
- The frequency of this announcement will be adjusted based on user feedback
- Removed repository URL from output files for cleaner output
## Fixes
- Fixed an issue where output paths weren't properly ignored in certain scenarios
- Special thanks to @massdo for identifying and fixing this issue
## Internal Changes
- Updated minimum Node.js engine requirement to >=18.20.0
- Thanks to @massdo for implementing this update
---
To update to the latest version, run:
```bash
npm update -g repomix
```
As always, we appreciate your feedback and contributions! If you encounter any issues or have suggestions, please let us know through our [GitHub issues](https://github.com/yamadashy/repomix/issues).