2.home-manager/tests/modules/programs/codex/mcp-integration-with-override.toml
Austin Horstman 6c8def1df8 codex: add enableMcpIntegration option
Work with the shared mcp module for integration and transformation.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-09 07:14:50 -06:00

18 lines
386 B
TOML

model = "gpt-5-codex"
[mcp_servers.context7]
enabled = true
url = "https://mcp.context7.com/mcp"
[mcp_servers.context7.http_headers]
CONTEXT7_API_KEY = "{env:CONTEXT7_API_KEY}"
[mcp_servers.custom-server]
enabled = true
enabled_tools = ["open", "screenshot"]
url = "http://localhost:3000/mcp"
[mcp_servers.everything]
command = "final-command"
enabled = false
tool_timeout_sec = 45