(str)
| 225 | // ---- MCP server translation ------------------------------------------------- |
| 226 | // |
| 227 | // Claude Code's `.mcp.json` and Codex's `[mcp_servers.NAME]` TOML overlap on |
| 228 | // most fields but diverge on a few. The translator below: |
| 229 | // |
| 230 | // 1. Maps shared fields directly (command, args, url, env, cwd). |
| 231 | // 2. Maps Claude `headers` → Codex `http_headers`. |
| 232 | // 3. Detects token-style env vars and emits `bearer_token_env_var` while |
no outgoing calls
no test coverage detected