Visual Studio 2022

If you are using Visual Studio 2022, create a file in your root repository of Platform

Paste the following into it

{
  "servers": {
    "Conductr": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "<https://overwatch.railtown.ai/api/mcp>",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "YOUR_PROJECT_PAT_TOKEN"
      }
    }
  }
}

Go to Railtown Ingest project on Overwatch and generate a PAT → Railtown Platform - Configuration

Replace “YOUR_PROJECT_PAT_TOKEN” with your PAT.

If you open up GitHub Copilot Chat, you should see getErrorBuckets in the Tools available to GitHub Copilot:

image.png

🚀 Now if you’re viewing a file and you ask GitHub Copilot for anything about errors, it will always use the error bucket search tool for more contextual info to solve issues!