From c1bde2a4ef9faeb3ae158cd7990015ac0570db97 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Fri, 17 Oct 2025 14:58:27 -0700 Subject: [PATCH] Fix link to MCP Servers config section (#5301) fix a broken link in https://github.com/openai/codex/blob/main/codex-rs/config.md to point to the anchor for configuring MCPs: https://github.com/openai/codex/blob/main/docs/config.md#connecting-to-mcp-servers --- codex-rs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/config.md b/codex-rs/config.md index af51df41..5de2a2d9 100644 --- a/codex-rs/config.md +++ b/codex-rs/config.md @@ -3,4 +3,4 @@ This file has moved. Please see the latest configuration documentation here: - Full config docs: [docs/config.md](../docs/config.md) -- MCP servers section: [docs/config.md#mcp_servers](../docs/config.md#mcp_servers) \ No newline at end of file +- MCP servers section: [docs/config.md#connecting-to-mcp-servers](../docs/config.md#connecting-to-mcp-servers)