Failed to parse message #959
-
|
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 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
@justinyoo any thoughts? |
Beta Was this translation helpful? Give feedback.
-
|
@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.
|
Beta Was this translation helpful? Give feedback.

@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.