Skip to content

docs(mcp): switch Codex MCP target to ~/.codex/config.toml (TOML)#17

Open
gmoigneu wants to merge 1 commit into
mainfrom
docs/codex-toml-mcp
Open

docs(mcp): switch Codex MCP target to ~/.codex/config.toml (TOML)#17
gmoigneu wants to merge 1 commit into
mainfrom
docs/codex-toml-mcp

Conversation

@gmoigneu
Copy link
Copy Markdown
Contributor

Summary

Mirrors getgaal/gaal#91, which fixes Codex MCP writes by sending them to ~/.codex/config.toml (TOML, under [mcp_servers.<name>] tables) instead of ~/.codex/mcp.json (which Codex never read — silent no-op).

Changes

Test plan

  • mint dev renders the four touched MDX pages without errors
  • mint broken-links passes
  • Spot-check tables on rendered pages: agent overview, schema target list, configure common-targets list all show ~/.codex/config.toml for Codex
  • Codex page MCP example uses the new agents: + global: true schema (no deprecated target:)

Mirrors getgaal/gaal#91, which writes Codex MCP servers to
~/.codex/config.toml under [mcp_servers.<name>] tables instead of
~/.codex/mcp.json (which Codex never reads).

- Update Codex MCP target across agent overview, registry tables,
  schema reference, and concept/configure pages.
- Broaden "JSON" language to cover both JSON and TOML targets, with
  format dispatched from the resolved file extension.
- Add a Codex (TOML) cookbook section with the YAML→TOML translation,
  key-preservation guarantee, and legacy mcp.json warning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant