You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the JSON configuration for GitHub integration in the README. Removed the old MCP structure and replaced it with a new format that includes server and input specifications.
Copy file name to clipboardExpand all lines: README.md
+21-52Lines changed: 21 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,22 +184,30 @@ the hostname for GitHub Enterprise Server or GitHub Enterprise Cloud with data r
184
184
- For GitHub Enterprise Server, prefix the hostname with the `https://` URI scheme, as it otherwise defaults to `http://`, which GitHub Enterprise Server does not support.
185
185
- For GitHub Enterprise Cloud with data residency, use `https://YOURSUBDOMAIN.ghe.com` as the hostname.
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.
250
-
251
-
<details>
252
-
<summary><b>Example JSON block without the MCP key included</b></summary>
253
-
<br>
254
-
255
226
```json
256
227
{
257
228
"inputs": [
@@ -281,8 +252,6 @@ Optionally, you can add a similar example (i.e. without the mcp key) to a file c
281
252
}
282
253
```
283
254
284
-
</details>
285
-
286
255
### Install in Other MCP Hosts
287
256
288
257
For other MCP host applications, please refer to our installation guides:
0 commit comments