MeshFlow can auto-trace any MCP server tool call. Every call emits a tool_call span with the tool name, input hash, output hash, and latency — no changes to the MCP server or tool definition.
Wrap your MCP client with TracedMcpClient. All tool calls are intercepted and forwarded to MeshFlow spans automatically.
Emit a tool_call span directly from any tool wrapper.