Skip to content

Qwen Studio v2.0.1 - MCP Runtime Fix

Choose a tag to compare

@youssefvdel youssefvdel released this 13 May 14:19

πŸ”§ MCP Servers Fixed

This release fixes the MCP (Model Context Protocol) servers that were failing to connect.

βœ… What's Fixed

  • MCP servers now connect correctly - Runtime paths corrected
  • Bun runtime path fixed - resources/bun/linux-x64/bun-linux-x64/bun
  • UV/UVX runtime paths fixed - resources/uv/linux-x64/uv-x86_64-unknown-linux-musl/
  • All MCP tools working - Filesystem, Fetch, Browser, Database servers

πŸ› Previous Issue (v2.0.0)

MCP servers were failing to start because the app was looking for runtime binaries in the wrong directory structure.

πŸ“¦ Installation

AppImage (Recommended)

wget https://github.com/youssefvdel/qwen-studio/releases/download/v2.0.1/Qwen%20Studio-2.0.1-x86_64.AppImage
chmod +x Qwen\ Studio-2.0.1-x86_64.AppImage
./Qwen\ Studio-2.0.1-x86_64.AppImage

Debian/Ubuntu

wget https://github.com/youssefvdel/qwen-studio/releases/download/v2.0.1/Qwen%20Studio-2.0.1-amd64.deb
sudo apt install ./Qwen\ Studio-2.0.1-amd64.deb
qwen-studio

Fedora/RHEL

sudo dnf install https://github.com/youssefvdel/qwen-studio/releases/download/v2.0.1/Qwen%20Studio-2.0.1-x86_64.rpm
qwen-studio

Full Changelog: v2.0.0...v2.0.1