docs: add GitHub Copilot CLI configuration#19
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for configuring the Microsoft Clarity MCP Server with GitHub Copilot CLI, complementing the existing Claude for Desktop configuration instructions.
Changes:
- Added a new "GitHub Copilot CLI Configuration" section with setup instructions
- Documented the configuration file path as
~/.copilot/mcp-config.json - Maintained consistency with the existing Claude for Desktop documentation pattern
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| To configure GitHub Copilot CLI to use this server: | ||
|
|
||
| 1. Open your Copilot CLI configuration file at `~/.copilot/mcp-config.json` |
There was a problem hiding this comment.
The Copilot CLI config path is given only as ~/.copilot/mcp-config.json (Unix-style). For consistency with the Claude section and to reduce ambiguity for Windows users, consider explicitly labeling this as the macOS/Linux location and (if applicable) adding the Windows-equivalent path.
| 1. Open your Copilot CLI configuration file at `~/.copilot/mcp-config.json` | |
| 1. Open your Copilot CLI configuration file: | |
| - **macOS/Linux**: `~/.copilot/mcp-config.json` | |
| - **Windows**: `%UserProfile%\.copilot\mcp-config.json` |
There was a problem hiding this comment.
@GeekTrainer does mcp-config.json come by default with copilot CLI? I tried a fresh install and was unable to find it
Adds a "GitHub Copilot CLI Configuration" section alongside the existing Claude for Desktop Configuration.
Changes
~/.copilot/mcp-config.jsonconfig fileThis helps GitHub Copilot CLI users discover how to configure the Microsoft Clarity MCP Server.