Failed to parse message #959
Answered
by
justinyoo
rootsmusic
asked this question in
Q&A
|
I've signed into Docker Desktop for Windows 4.61.0 (version 29.2.1, build a5c7197) and installed this repo's MCP server (by clicking on the README's button for "VS Code"). When I try to start the MCP server in VS Code for Windows 1.111.0, why does the output show a bunch of warnings? mcp.json Details |
Answered by
justinyoo
Mar 23, 2026
Replies: 2 comments
|
@rootsmusic Yep, that's expected in VS Code. If you run the docker container directly in a terminal, it doesn't show up that error. It's because VS Code parses those log messages as JSON objects/strings.
|
0 replies
Answer selected by
rootsmusic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

@rootsmusic Yep, that's expected in VS Code. If you run the docker container directly in a terminal, it doesn't show up that error. It's because VS Code parses those log messages as JSON objects/strings.