When trying to follow the documentation to launch an ADK agent using MCPToolset.from_server(...) with an MCP server run via npx, the system crashes with a ...
It appears that if a python subprocess is called from a debugged process and fails, the return code of the subprocess is not correctly passed on to the caller. $ cd ...