From fda4eb695e6dec980c8d1f2bc9b2f42b919211a8 Mon Sep 17 00:00:00 2001 From: Christopher Harrison Date: Thu, 29 Jan 2026 12:00:07 -0800 Subject: [PATCH] docs: add GitHub Copilot CLI installation instructions --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index fbf0f60..3ecf6bf 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,26 @@ Replace `` with your personal API token generated at https://guide.s } ``` +### GitHub Copilot CLI + +Add to your `~/.copilot/mcp-config.json`: + +Replace `` with your personal API token generated at https://guide.sonatype.com/settings/tokens + +```json +{ + "mcpServers": { + "sonatype-mcp": { + "type": "http", + "url": "https://mcp.guide.sonatype.com/mcp", + "headers": { + "Authorization": "Bearer " + } + } + } +} +``` + ### Windsurf Create or edit `~/.codeium/windsurf/mcp_config.json`: