fix: Fix MCP asyncio error#10074
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Walkthrough
Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Pre-merge checks and finishing touches✅ Passed checks (3 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 |
|
|
hey @dzbanek717, |



Iterating over dict items in
get_sessionmethod in mcp utils file causes asyncio errors when using the flow with MCP tooling over API.After wrapping
session.items()inlistmethod the error is gone.Summary by CodeRabbit