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 adds folder upload capability to the website, improves gitignore handling, and includes documentation updates.
## What's New 🚀
### Website Folder Upload (#387, #377)
* Added folder upload option to the https://repomix.com
* Supports drag & drop or folder browser selection
Thank you @PaperBoardOfficial for implementing folder upload on our website!
## Improvements ⚡️
### Enhanced Gitignore Support (#391, #375)
* Now uses the contents of `.git/info/exclude` when `useGitignore` is set to true
* Allows for local-only file exclusions without modifying the shared `.gitignore`
* Fixes issue #375
Thanks to @motlin for improving gitignore support!
## How to Update
```
npm update -g repomix
```
--------
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.