Issue Description
自定义添加 figma mcp 服务,提示:`failed to create MCP client for Figma: unexpected status code: 405`, 配置如下:
{
"mcpServers": {
"Figma": {
"url": "https://mcp.figma.com/mcp"
}
}
}
执行命令 `curl -i https://mcp.figma.com/mcp` 响应:
{"jsonrpc":"2.0","error":{"code":-32000,"message":"Method not allowed."},"id":null}
不使用官方 figma mcp 是因为公司项目全部基于 node 16 开发,不能全局升级 node 版本。或者能不能给一个配置 node 环境的地方,给 qoder 指定 node 版本。
Steps to Reproduce
Expected Behavior
Actual Behavior
Screenshots / Screen Recordings
Operating System
MacOS 26.4
Current Qoder Version (Menu → About Qoder → Copy)
版本: 0.11.1
提交: 1.106.3
日期: abb797ad0727182524f3ae0af9c6914804aab368
Electron: 2026-04-01T03:22:32.877Z
ElectronBuildId: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.4.0
