Skip to main content
Glama
MIT License
26,193
19,308
  • Linux
  • Apple
v0.2.8.md1.27 kB
This release introduces new configuration options to control the output of the file summary and directory structure sections, providing more flexibility in customizing the output. ## What's New ### Customizable File Summary and Directory Structure Output (#206, #224) - Added `output.fileSummary` option (default: `true`): Controls whether to include the file summary section at the beginning of the output. - Added `output.directoryStructure` option (default: `true`): Controls whether to include the directory structure in the output. These options allow you to tailor the output to your specific needs. For example: - You can omit the file summary and directory structure to reduce token usage when interacting with LLMs. - You can include only necessary sections to generate output optimized for specific AI models. **Example Configuration:** ```json5 { "output": { "fileSummary": false, "directoryStructure": true, // ... other settings } } ``` To update to the latest version, run: ```bash npm update -g repomix ``` --- As always, we appreciate your feedback and contributions to make Repomix even better! If you encounter any issues or have suggestions, please share them through our GitHub issues.

MCP directory API

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