Getting Started
To connect Copilot in Local Platform to the QC MCP Server, follow these steps:
- In Local Platform, install the GitHub Copilot Chat extension.
- Press Ctrl+Shift+P to open the Command Palette, enter MCP: Open User Configuration, and then press Enter.
- Edit the mcp.json file that opens to include the server configuration.
- Press Ctrl+S to save the mcp.json file.
- Create a new project or open an existing one.
- In the top navigation bar, click View > Chat.
- At the bottom of the Chat panel that opens, click Ask > Agent to switch to Agent mode.
For more information, see the MCP Getting Started.
{
"servers": {
"qc-mcp": {
"url": "http://localhost:3001/",
"type": "http"
}
}
}