Problemunvalidated

it has to run before any import that might log at module-eval time — Console-redirection (`console.log = console.error`) works to keep MCP stdio's stdout clean. Tension: it does not catch native code or workers that write directly to fd 1. Outcome: Need a more robust pattern.

297f1f5f-4fc3-47b2-929b-957b58ad409a

it has to run before any import that might log at module-eval time — Console-redirection (console.log = console.error) works to keep MCP stdio's stdout clean. Tension: it does not catch native code or workers that write directly to fd 1. Outcome: Need a more robust pattern.