Skip to content

Commit 7da11c2

Browse files
docs: suggest shorter name for server
1 parent 846fac6 commit 7da11c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Alternatively, to manually configure VS Code, choose the appropriate JSON block
4040
```json
4141
{
4242
"servers": {
43-
"github-remote": {
43+
"github": {
4444
"type": "http",
4545
"url": "https://api.githubcopilot.com/mcp/"
4646
}
@@ -54,7 +54,7 @@ Alternatively, to manually configure VS Code, choose the appropriate JSON block
5454
```json
5555
{
5656
"servers": {
57-
"github-remote": {
57+
"github": {
5858
"type": "http",
5959
"url": "https://api.githubcopilot.com/mcp/",
6060
"headers": {
@@ -89,7 +89,7 @@ For MCP Hosts that are [Remote MCP-compatible](docs/host-integration.md), choose
8989
```json
9090
{
9191
"mcpServers": {
92-
"github-remote": {
92+
"github": {
9393
"url": "https://api.githubcopilot.com/mcp/"
9494
}
9595
}
@@ -102,7 +102,7 @@ For MCP Hosts that are [Remote MCP-compatible](docs/host-integration.md), choose
102102
```json
103103
{
104104
"mcpServers": {
105-
"github-remote": {
105+
"github": {
106106
"url": "https://api.githubcopilot.com/mcp/",
107107
"authorization_token": "Bearer <your GitHub PAT>"
108108
}

0 commit comments

Comments
 (0)