2.home-manager/tests/modules/programs/codex/mcp-integration.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

16 lines
350 B
TOML

[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.disabled-server]
args = ["test"]
command = "echo"
enabled = false
[mcp_servers.everything]
args = ["-y", "@modelcontextprotocol/server-everything"]
command = "npx"
enabled = true