UNPKG

@bloopai/debugger-mcp

Version:

An MCP server that provides interactive debugging capabilities to AI coding agents

9 lines (8 loc) 160 B
module.exports = { semi: true, trailingComma: 'all', singleQuote: true, printWidth: 80, tabWidth: 2, endOfLine: 'lf', // Enforce LF line endings };