Open
Description
There is support for distributed tracing, as well as basic logging via a logger interface.
- tracing.py - https://github.com/lastmile-ai/mcp-agent/blob/main/src/mcp_agent/logging/tracing.py
- events.py: https://github.com/lastmile-ai/mcp-agent/blob/main/src/mcp_agent/logging/events.py#L53
There is also an @traced decorator to use.
It would be great to test out this support and add a distributed tracing example to examples