traced llm proxy for VS Code
io.github.mikerawsonnz/traced-llm-proxy
Proxy Gemini (Vertex AI) completions wrapped in OpenTelemetry trace spans; returns the answer plus t
client:VS Code
transport:streamable-http
tools:2
Install traced llm proxy in VS Code
.vscode/mcp.json
{
"servers": {
"traced-llm-proxy": {
"type": "http",
"url": "https://anthropic-mcp-opentelemetry-api-264025.getvda.ai/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs