codex config

This commit is contained in:
David Chen 2025-09-10 12:05:22 -07:00
parent 1ce5d44d0b
commit 80aa7bc413
3 changed files with 28 additions and 0 deletions

7
codex/config.toml Normal file
View file

@ -0,0 +1,7 @@
model_reasoning_effort = "high" # minimal|low|medium|high|none
model_verbosity = "medium" # low|medium|high
[mcp_servers.ib]
command = "mcp-proxy"
args = ["--transport", "streamablehttp", "http://127.0.0.1:5938"]
startup_timeout_ms = 20000