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 critical performance improvements and memory management optimization for large codebases.
## Improvements ⚡️
### Memory Management & Performance Optimization (#749, #748)
Comprehensive memory management overhaul for better performance with large codebases and long-running processes. Particularly beneficial when using Repomix as a library in applications that process multiple repositories.
- Worker process isolation: All heavy operations (file search, processing, metrics calculation) now run in isolated child processes to prevent memory accumulation
- Comprehensive resource cleanup: Improved worker pool management and automatic resource disposal across all operations
### Error Handling Improvements (#739, #746)
Enhanced error handling and performance optimizations to improve reliability:
- Better error messages and debugging information
- Improved template compilation error handling for large files
## How to Update
```bash
npm update -g repomix
```
---
As always, if you have any issues or suggestions, please let us know on GitHub issues or our [Discord community](https://discord.gg/wNYzTwZFku).