document.write("");

Windows Qwen Code 添加 SSE或Streamable格式 MCP Tool

前提:

  • 已有Remote URL MCP Tool : 例如 http://localhost:8084/sse
  • 已安装Qwen Code

步骤:

  1. 打开文件夹 C:\Users\用户名\.qwen\ , 编辑 settings.json 文件

image

  2. 新增如下配置

,
  "mcpServers": {
    "test": {
      "url": "http://localhost:8084/sse"
    }
  }

image

 验证: 

image

 image

posted @ 2026-01-05 16:45  人间春风意  阅读(3)  评论(0)    收藏  举报