Motivation
Ropy's project-local Codex MCP configuration contains AgentBay credentials for cross-platform GUI testing. The local configuration must not be committed to the repository.
Proposed Solution
Ignore /.codex/config.toml so developers can configure project-scoped MCP servers without exposing credentials.
Alternatives Considered
- Use the global Codex configuration: rejected because the MCP servers should apply only to ropy.
- Leave the file unignored: rejected because it risks accidental credential disclosure.
Acceptance Criteria
Scope
- In scope: Git ignore rule for the local Codex MCP configuration.
- Out of scope: committing any MCP URL or API key.
Motivation
Ropy's project-local Codex MCP configuration contains AgentBay credentials for cross-platform GUI testing. The local configuration must not be committed to the repository.
Proposed Solution
Ignore
/.codex/config.tomlso developers can configure project-scoped MCP servers without exposing credentials.Alternatives Considered
Acceptance Criteria
/.codex/config.tomlis ignored by Git.Scope