Fix for the MCP tool that gets logs for debugging runs#2653
Fix for the MCP tool that gets logs for debugging runs#2653matt-aitken merged 3 commits intomainfrom
Conversation
This was broken when we changed the data on the backend that returns log/span data from runs. We changed the data structured and the internal API that the MCP client uses was failing to parse with the Zod schema
🦋 Changeset detectedLatest commit: 1684b23 The changes in this PR will be included in the next version bump. This PR includes changesets to release 23 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThis PR introduces a bug fix for the MCP tool's run log retrieval functionality. The changes include: (1) a new changeset documenting a patch for the MCP tool's run log retrieval, (2) schema field restructuring in Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (1 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This reverts commit 86eca83.
This was broken when we changed the data on the backend that returns
log/span data from runs. We changed the data structured and the internal
API that the MCP client uses was failing to parse with the Zod schema