@openai/codex 0.45.0-alpha.5 → 0.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -61,7 +61,7 @@ You can also use Codex with an API key, but this requires [additional setup](./d
61
61
 
62
62
  ### Model Context Protocol (MCP)
63
63
 
64
- Codex CLI supports [MCP servers](./docs/advanced.md#model-context-protocol-mcp). Enable by adding an `mcp_servers` section to your `~/.codex/config.toml`.
64
+ Codex can access MCP servers. To configure them, refer to the [config docs](./docs/config.md#mcp_servers).
65
65
 
66
66
  ### Configuration
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openai/codex",
3
- "version": "0.45.0-alpha.5",
3
+ "version": "0.45.0",
4
4
  "license": "Apache-2.0",
5
5
  "bin": {
6
6
  "codex": "bin/codex.js"