From 75bc41fc20efd8f087a13564df9a2d63ac964ac7 Mon Sep 17 00:00:00 2001 From: Angel Montero Date: Thu, 8 Jan 2026 13:59:23 -0500 Subject: [PATCH] fix: typo in MCP servers settings description (#15929) --- docs/extensions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/index.md b/docs/extensions/index.md index 2d00a4f7d4..25c24c7f21 100644 --- a/docs/extensions/index.md +++ b/docs/extensions/index.md @@ -165,7 +165,7 @@ The file has the following structure: - `version`: The version of the extension. - `mcpServers`: A map of MCP servers to settings. The key is the name of the server, and the value is the server configuration. These servers will be - loaded on startup just like MCP servers settingsd in a + loaded on startup just like MCP servers settings in a [`settings.json` file](../get-started/configuration.md). If both an extension and a `settings.json` file settings an MCP server with the same name, the server defined in the `settings.json` file takes precedence.