This limit relates to the median of a Poisson distribution as the parameter goes to infinity.
Step 1: \color{redFormulate as a Poisson probability
Let $X_n \sim Poisson(\lambda=n)$.
The probability mass function is $P(X_n = k) = \frac{e^{-n} n^k}{k!}$.
The given sum is $P(X_n \le n) = \sum_{k=0}^{n} \frac{e^{-n} n^k}{k!}$.
Step 2: \color{redApply CLT to Poisson
A Poisson variable with parameter $n$ can be viewed as the sum of $n$ independent $Poisson(1)$ variables.
By CLT, as $n \to \infty$, $X_n \approx N(\mu=n, \sigma^2=n)$.
Step 3: \color{redEvaluate the limit
$P(X_n \le n) = P\left(\frac{X_n - n}{\sqrt{n}} \le \frac{n - n}{\sqrt{n}}\right) = P(Z_n \le 0)$.
As $n \to \infty$, $Z_n \to Z \sim N(0,1)$.
$P(Z \le 0) = 1/2$.
Thus, the limit is $1/2$.