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`: