MCP Integration in Claude Code
Last reviewed
Correct answer: C. That the configuration was written, and nothing at all about whether the server runs.
Explanation
The principle — Two separate things can go wrong when you add a server, and the confirmation only speaks to the first of them.
Why the key is correct — The documentation is blunt about it: the confirmation means the entry was saved, not that the command runs. Checking the status afterwards is a separate action, and it is the one that tells you anything about health.
Why the others are wrong — Nothing has been reached, so nothing is known to be running. No failure could have been reported, because no connection was attempted. And the values are stored as typed rather than validated, so a placeholder is accepted without complaint.
Remember this — Added means written. Check the status to learn anything more.
Sources — Anthropic's Claude Code MCP quickstart.
Sources
“The Added confirmation means the entry was saved, not that the command runs.”
Practise 10 questions on this topic
Take MCP Integration in Claude Code — Timed Test 1 (10 questions) — scored instantly, explanation for every question, no login.