File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ For users who prefer to run the GitHub MCP server locally. Requires Docker insta
186186
187187## Eclipse
188188
189- MCP support available with Eclipse 2024-09 + and latest GitHub Copilot extension .
189+ MCP support available with Eclipse 2024-03 + and latest version of the GitHub Copilot plugin .
190190
191191### Remote Server (Recommended)
192192
@@ -196,7 +196,7 @@ The remote GitHub MCP server is hosted by GitHub and provides automatic updates
196196
197197#### Configuration Steps
1981981 . Install GitHub Copilot extension from Eclipse Marketplace
199- 2 . Click ** GitHub Copilot icon** → ** Edit Preferences** → ** MCP Servers **
199+ 2 . Click the ** GitHub Copilot icon** → ** Edit Preferences** → ** MCP** (under ** GitHub Copilot ** )
2002003 . Add GitHub MCP server configuration:
201201``` json
202202{
@@ -212,7 +212,7 @@ The remote GitHub MCP server is hosted by GitHub and provides automatic updates
212212 }
213213}
214214```
215- 4 . Restart Eclipse
215+ 4 . Click the "Apply and Close" button in the preference dialog and the configuration will take effect automatically.
216216
217217### Local Server
218218
@@ -237,7 +237,7 @@ For users who prefer to run the GitHub MCP server locally. Requires Docker insta
237237}
238238```
239239
240- ** Documentation:** [ Eclipse Copilot Extension ] ( https://marketplace.eclipse.org/content/github-copilot )
240+ ** Documentation:** [ Eclipse Copilot plugin ] ( https://marketplace.eclipse.org/content/github-copilot )
241241
242242---
243243
You can’t perform that action at this time.
0 commit comments