UNPKG

@debugmcp/mcp-debugger

Version:

Run-time step-through debugging for LLM agents.

13 lines (12 loc) 431 B
/** * DAP Proxy Entry Point - Production auto-execution entry * * This file is the production entry point for the DAP proxy worker process. * It handles environment detection and auto-starts the proxy runner. * * Detection methods: * 1. Direct execution: Script run directly via node * 2. IPC presence: Spawned as child process with IPC channel * 3. Environment flag: DAP_PROXY_WORKER=true set by bootstrap */ export {};