Skip to content
VS Code

3TG Test Generation for VS Code

dev.3tg/mcp

3rd Generation Testing (3TG) — generate deterministic test suites from Markdown spec tables via MCP.

client:VS Code transport:streamable-http tools:10

Install 3TG Test Generation in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.3tg.dev/mcp"
    }
  }
}

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

What VS Code can do once it is connected

3TG Test Generation in other clients