{
  "//": "harness-copilot starter MCP config. See https://aka.ms/vscode-mcp for full docs.",
  "//1": "Each entry under `servers` exposes a Model Context Protocol server to Copilot Chat.",
  "//2": "Uncomment the example below and adapt to your project, or remove this file if not using MCP.",
  "servers": {
    "//example-filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "${workspaceFolder}"]
    },
    "//example-github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "${env:GITHUB_TOKEN}"
      }
    }
  }
}
