uman (@shiybfq)各位佬有在codex遇到这种错误的没Invalid type for 'input[ ].arguments 中发帖

各位佬有在codex遇到这种错误的没?今天安装了个 chrome-devtools-mcp 后遇到的,之前从来没有遇到这种问题。接入的是三方api。 
{
“error”: {
“message”: “Invalid type for ‘input[94].arguments’: expected an object, but got a string instead.”,
“type”: “invalid_request_error”,
“param”: “input[94].arguments”,
“code”: “invalid_type”
}
}

这是MCP配置
[mcp_servers.chrome-devtools]
command = “cmd”
args = [
“/c”,
“npx”,
“-y”,
“chrome-devtools-mcp@...