### What changed? The trace URL was using the wrong path format: - Old: `/traces/{trace_id}` - Fixed: `/traces/trace?trace_id={trace_id}` <img width="781" alt="Screenshot 2025-03-30 at 5 54 11 pm" src="https://github.com/user-attachments/assets/982fbb1d-7163-4438-b237-493e3100b5c7" />
## Summary: Adds tracing and tests for tracing. - Tools are added to the agents - Theres a span for the mcp tools lookup - Functions have MCP data ## Test Plan: Unit tests .
### Summary: Spins up a stdio server with some local files, then asks the model questions. ### Test Plan: Run the example, see it work.