Skip to content

Commit 3be615b

Browse files
committed
docs: note Codex tool timeout
Closes #155
1 parent 50715a5 commit 3be615b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,13 @@ args = ["-y", "xcodebuildmcp@latest"]
154154
env = { "INCREMENTAL_BUILDS_ENABLED" = "false", "XCODEBUILDMCP_SENTRY_DISABLED" = "false" }
155155
```
156156

157-
For more information see [OpenAI Codex MCP Server Configuration](https://github.com/openai/codex/blob/main/codex-rs/config.md#mcp_servers) documentation.
157+
If you see tool calls timing out in Codex (for example, `timed out awaiting tools/call after 60s`), increase the Codex tool timeout in your config:
158+
159+
```toml
160+
tool_timeout_sec = 600
161+
```
162+
163+
For more information see [OpenAI Codex MCP Server Configuration](https://github.com/openai/codex/blob/main/docs/config.md#connecting-to-mcp-servers) documentation.
158164

159165
##### Claude Code CLI
160166

0 commit comments

Comments
 (0)