Build an otel-a2a-relay MCP server #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-06T23:56:36Z - https://github.com/coilysiren/otel-a2a-relay/issues/4
Companion to #3. Where #3 evaluates pointing an existing MCP (Phoenix) at relay-emitted traces, this one is about exposing the relay itself as an MCP server so an agent can introspect live A2A traffic without going through a downstream tracing backend.
Motivation
The relay sits in the wire path between A2A agents. That's a uniquely good vantage point for an agent-driven inspector: live traffic, no sampling, no exporter lag. An MCP server fronting the relay would let Claude Code (or any MCP client) ask questions like "what did agent X just send to agent Y" or "replay the last failed handshake" without bouncing through Phoenix / Tempo / Jaeger.
Scope to evaluate
Out of scope
Outcome
Decision doc on whether to build it, what the tool surface looks like, and a tracer-bullet PR if the answer is yes.
Iceboxed in the 2026-05-29 backlog burn-down: Speculative build-an-MCP-server play, no current need. Reopen anytime if it becomes real.