# agents/openai.yaml — declares the KefuAgents gateway as an MCP dependency so
# the Codex environment wires the connection automatically.
# 待验证 [NEEDS VALIDATION]: exact schema/key names against the verified Codex
# release. Fallback: register the server in ~/.codex/config.toml instead
# ([mcp_servers.kefuagent] — see the docs page).
mcp_servers:
  kefuagent:
    transport: streamable_http
    url: https://kefuagents.com/api/gateway/mcp
    headers:
      Authorization: 'Bearer ${KEFUAGENT_GATEWAY_KEY}'
