How to fix Claude Code MCP "spawn npx ENOENT" (and "spawn uv ENOENT") on Windows
On Windows, Node's spawn can't find .cmd shims or user-PATH tools like uv. Two fixes: the cmd /c wrapper and the full binary path - plus the plugin-cache gotcha that wipes the patch on update.