UNPKG

bugger-mcp

Version:

MCP Server for managing bugs, feature requests, and improvements

12 lines 394 B
/** * Simple test runner for stack trace parser */ export declare class StackTraceParserTester { static runTests(): void; private static testJavaScriptStackTrace; private static testPythonStackTrace; private static testJavaStackTrace; private static testStackTraceDetection; private static testContextExtraction; } //# sourceMappingURL=stack-trace-parser.test.d.ts.map