UNPKG

@debugmcp/mcp-debugger

Version:

Run-time step-through debugging for LLM agents.

9 lines (7 loc) 121 B
// Manual mock for child_process const spawn = jest.fn(); const exec = jest.fn(); module.exports = { spawn, exec };