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 update introduces global configuration support, allowing for more consistent settings across projects.
## What's New
### Global Configuration Support (#51, #52)
- Added support for global configuration files
- Implemented `repopack --init --global` command to create a global config
- Global config locations:
- Windows: `%LOCALAPPDATA%\Repopack\repopack.config.json`
- macOS/Linux: `$XDG_CONFIG_HOME/repopack/repopack.config.json` or `~/.config/repopack/repopack.config.json`
- Local configs still take precedence when present
---
To update, simply run:
```
npm update -g repopack
```
As always, we appreciate your feedback and contributions to make Repopack even better!