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 the default ignore patterns, particularly for subdirectories.
## Improvements
### Enhanced Default Ignore Patterns (#68)
- Fixed an issue where dependency directories in subdirectories (particularly `node_modules`) were not being ignored correctly.
- Updated default ignore patterns include more comprehensive patterns:
- Included additional common dependency directories for various languages (e.g., `vendor`, `.bundle`, `.gradle`, `target`).
---
To update, run:
```
npm update -g repopack
```
As always, we appreciate your feedback and contributions to make Repopack even better!