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
// Don't import defineConfig to avoid jiti transforming src/ files during tests
// This ensures stable coverage by preventing double instrumentation
// Use fixed timestamp to ensure deterministic test coverage
const timestamp = '2024-01-01T00-00-00';
export default {
output: {
filePath: `output-${timestamp}.xml`,
style: 'xml',
},
ignore: {
customPatterns: ['**/node_modules/**'],
},
};