You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update CLI reference documentation with Codex-specific arguments:
Argument table additions:
- --env-vars: Environment variable names to whitelist/forward
- --startup-timeout: Server startup timeout in seconds (default: 10)
- --tool-timeout: Tool execution timeout in seconds (default: 60)
- --enabled: Enable the MCP server flag
- --bearer-token-env-var: Bearer token env var name
- --env-header: HTTP header from env var (KEY=ENV_VAR_NAME format)
Usage examples added:
1. Codex STDIO server with timeouts and tool filtering
- Demonstrates env_vars, timeouts, enabled, tool filtering
2. Codex HTTP server with authentication
- Demonstrates bearer_token_env_var, env_header, static headers
Examples show complete command syntax and expected output format
following existing documentation patterns.
0 commit comments