Skip to content
VS Code

QA Test Server for VS Code

live.alpic.qa-test-cli-b955e6a8/qa-test-cli

Testing publish command

client:VS Code transport:streamable-http

Install QA Test Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "qa-test-cli": {
      "type": "http",
      "url": "https://qa-test-cli-b955e6a8.alpic.live"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

QA Test Server in other clients