From c5ead4bc3950a4a38e74645f203d15fb6a07ee9e Mon Sep 17 00:00:00 2001 From: Sangharsh Agarwal <32741307+sangharshcs@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:49:36 -0700 Subject: [PATCH] docs: fix Claude installation guide label in remote server section The remote "Install in other MCP hosts" list used "Claude Applications" while the local section, the actual guide file, and all other references use "Claude Code & Claude Desktop". Author: Sangharsh Agarwal --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 404135aedc..a8a70fb244 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Alternatively, to manually configure VS Code, choose the appropriate JSON block - **[Copilot CLI](/docs/installation-guides/install-copilot-cli.md)** - Installation guide for GitHub Copilot CLI - **[GitHub Copilot in other IDEs](/docs/installation-guides/install-other-copilot-ides.md)** - Installation for JetBrains, Visual Studio, Eclipse, and Xcode with GitHub Copilot -- **[Claude Applications](/docs/installation-guides/install-claude.md)** - Installation guide for Claude Desktop and Claude Code CLI +- **[Claude Code & Claude Desktop](/docs/installation-guides/install-claude.md)** - Installation guide for Claude Code and Claude Desktop - **[Codex](/docs/installation-guides/install-codex.md)** - Installation guide for OpenAI Codex - **[Cursor](/docs/installation-guides/install-cursor.md)** - Installation guide for Cursor IDE - **[OpenCode](/docs/installation-guides/install-opencode.md)** - Installation guide for the OpenCode terminal agent @@ -364,7 +364,7 @@ For other MCP host applications, please refer to our installation guides: For a complete overview of all installation options, see our **[Installation Guides Index](docs/installation-guides)**. -> **Note:** Any host application that supports local MCP servers should be able to access the local GitHub MCP server. However, the specific configuration process, syntax and stability of the integration will vary by host application. While many may follow a similar format to the examples above, this is not guaranteed. Please refer to your host application's documentation for the correct MCP configuration syntax and setup process. +> **Note:** Any host application that supports local MCP servers should be able to access the local GitHub MCP server. However, the specific configuration process, syntax and stability of the integration will vary by host application. While many may follow a similar format to the examples above, this is not guaranteed. Please refer to your host application's documentation for the correct MCP configuration syntax and usage process. ### Build from source