DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
The language-server tool now reports the actual startup failure instead of an unexplained error.
What's wrong with this entry?
Anonymous. No account, no email.
What
When language-server support is unavailable, the tool now checks whether startup actually failed and returns the recorded failure text instead of an unexplained internal error.
Details
The message is built at runtime from a fixed prefix plus the underlying error.
The failure is also written to the error log.
Evidence
LSP initialization failed:
Strings lifted out of the shipped bundle, so the claim above can be checked against them.