UNPKG

@mettamatt/code-reasoning

Version:

Enhanced MCP server for code reasoning using sequential thinking methodology, optimized for programming tasks

17 lines (16 loc) 601 B
#!/usr/bin/env node /** * Integrated Test Runner for Code-Reasoning * * A streamlined testing solution that manages server and client processes * while ensuring proper JSON-RPC protocol implementation. Key features: * * 1. Properly handles JSON-RPC notifications (no waiting for responses) * 2. Captures all communication in dedicated log files * 3. Provides clear test result summaries * 4. Works reliably without requiring separate terminals * * This approach solves the test visibility issues caused by StdioClientTransport * capturing stdout for JSON-RPC communication. */ export {};