Nuacht

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 ...
from pydub import AudioSegment audio:AudioSegment = AudioSegment.from_file("./anyAudioFile.wav") audio.export(out_f="./anyAudioFile.mp3", format="mp3", bitrate=50049 ...