Skip to content

Commit 02c5750

Browse files
authored
Update README.md
1 parent 2f7341a commit 02c5750

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ source .env
160160

161161
### Install in GitHub Copilot on VS Code
162162

163-
For quick installation, use one of the one-click install buttons. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start.
163+
For quick installation, use one of the one-click install buttons above. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start.
164164

165165
More about using MCP server tools in VS Code's [agent mode documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).
166166

167-
<details><summary><b>Install in GitHub Copilot on other IDEs (JetBrains, Visual Studio, Eclipse, etc.)</b></summary>
167+
Install in GitHub Copilot on other IDEs (JetBrains, Visual Studio, Eclipse, etc.)
168168

169169
Add the following JSON block to your IDE's MCP settings.
170170

@@ -199,8 +199,6 @@ Add the following JSON block to your IDE's MCP settings.
199199
}
200200
```
201201

202-
</details>
203-
204202
Optionally, you can add a similar example (i.e. without the mcp key) to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with other host applications that accept the same format.
205203

206204
<details>
@@ -242,11 +240,11 @@ Optionally, you can add a similar example (i.e. without the mcp key) to a file c
242240

243241
For other MCP host applications, please refer to our installation guides:
244242

245-
- **[Claude Code](install-claude.md)** - Installation guide for Claude Code and Claude Desktop
246-
- **[Cursor](install-cursor.md)** - Installation guide for Cursor IDE
247-
- **[Windsurf](install-windsurf.md)** - Installation guide for Windsurf IDE
243+
- **[Claude Code & Claude Desktop](docs/installation-guides/install-claude.md)** - Installation guide for Claude Code and Claude Desktop
244+
- **[Cursor](docs/installation-guides/install-cursor.md)** - Installation guide for Cursor IDE
245+
- **[Windsurf](docs/installation-guides/install-windsurf.md)** - Installation guide for Windsurf IDE
248246

249-
For a complete overview of all installation options, see our **[Installation Guides Index](installation-guides.md)**.
247+
For a complete overview of all installation options, see our **[Installation Guides Index](docs/installation-guides/installation-guides.md)**.
250248

251249
> **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.
252250

0 commit comments

Comments
 (0)