From 7dc674f88c3f32cbcdf03c922c9bfed232e83fa7 Mon Sep 17 00:00:00 2001 From: Sam Morrow Date: Wed, 18 Jun 2025 13:01:47 +0200 Subject: [PATCH] docs: suggest shorter name for server --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a5c1e313..5da2b1f8 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Alternatively, to manually configure VS Code, choose the appropriate JSON block ```json { "servers": { - "github-remote": { + "github": { "type": "http", "url": "https://api.githubcopilot.com/mcp/" } @@ -54,7 +54,7 @@ Alternatively, to manually configure VS Code, choose the appropriate JSON block ```json { "servers": { - "github-remote": { + "github": { "type": "http", "url": "https://api.githubcopilot.com/mcp/", "headers": { @@ -89,7 +89,7 @@ For MCP Hosts that are [Remote MCP-compatible](docs/host-integration.md), choose ```json { "mcpServers": { - "github-remote": { + "github": { "url": "https://api.githubcopilot.com/mcp/" } } @@ -102,7 +102,7 @@ For MCP Hosts that are [Remote MCP-compatible](docs/host-integration.md), choose ```json { "mcpServers": { - "github-remote": { + "github": { "url": "https://api.githubcopilot.com/mcp/", "authorization_token": "Bearer " }