From ff78a85ddf083eb74989d5e7272ebd51a8423fb8 Mon Sep 17 00:00:00 2001 From: paoloricciuti Date: Mon, 29 Jun 2026 15:30:32 +0200 Subject: [PATCH] docs: add links to plugin in setup docs --- documentation/docs/30-mcp/20-local-setup.md | 2 +- documentation/docs/30-mcp/30-remote-setup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/30-mcp/20-local-setup.md b/documentation/docs/30-mcp/20-local-setup.md index 4e7bc43..a1d45ef 100644 --- a/documentation/docs/30-mcp/20-local-setup.md +++ b/documentation/docs/30-mcp/20-local-setup.md @@ -37,7 +37,7 @@ In the Settings > Developer section, click on Edit Config. It will open the fold ## Codex CLI -Add the following to your `config.toml` (which defaults to `~/.codex/config.toml`, but refer to [the configuration documentation](https://github.com/openai/codex/blob/main/docs/config.md) for more advanced setups): +You can automatically configure the MCP server using the [Codex plugin](codex-plugin) (recommended). If you prefer to configure the MCP server manually, add the following to your `config.toml` (which defaults to `~/.codex/config.toml`, but refer to [the configuration documentation](https://github.com/openai/codex/blob/main/docs/config.md) for more advanced setups): ```toml [mcp_servers.svelte] diff --git a/documentation/docs/30-mcp/30-remote-setup.md b/documentation/docs/30-mcp/30-remote-setup.md index 8baf41d..60b0cac 100644 --- a/documentation/docs/30-mcp/30-remote-setup.md +++ b/documentation/docs/30-mcp/30-remote-setup.md @@ -28,7 +28,7 @@ If you prefer you can also install the `svelte` plugin in [the Svelte Claude Cod ## Codex CLI -Add the following to your `config.toml` (which defaults to `~/.codex/config.toml`, but refer to [the configuration documentation](https://github.com/openai/codex/blob/main/docs/config.md) for more advanced setups): +You can automatically configure the MCP server using the [Codex plugin](codex-plugin) (recommended). If you prefer to configure the MCP server manually, add the following to your `config.toml` (which defaults to `~/.codex/config.toml`, but refer to [the configuration documentation](https://github.com/openai/codex/blob/main/docs/config.md) for more advanced setups): ```toml experimental_use_rmcp_client = true