在CLI中配置mcp server, 提示"invalid mcp server type"

同样的配置在JetBrains插件是可以工作的.

{
  "mcpServers": {
    "postgres": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postgres",
        "postgresql://postgres@localhost:5432/postgres"
      ]
    }
  }
}

感谢反馈,请问您当前的Qoder CLI什么版本,我们本地复现下 :saluting_face:

cli是最新的0.1.16版本___________________________