{ pkgs }: pkgs.writeShellScriptBin "mcp-npx" '' # Wrapper that provides npx with Node.js in PATH exec ${pkgs.nodejs_22}/bin/npx "$@" ''