锦衣夜行孙大侠 (@DaiSun) 在 【求助】cc与codex协同办公之codex mcp不返回conversationId 中发帖
最近迷上了协同办公,发现按照如下方式配置cc后,虽然能成功调用codex mcp,但是其总是无法返回conversationId导致无法调用codex-reply,佬们都是怎么解决的 :tieba_087: 另外我的cc版本是 2.0.14 ,codex版本是 0.46.0,使用平台是WSL。
"mcpServers": {
"codex": {
"type": "stdio",
"command": "codex",
"args": [
"-m",
"gpt-5-codex",
"-c",
"model_reasoning_effort=high",
"mcp-server"
],
"env": {}
}
}