Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

construct a better exc message when MCP call fails #5900

Closed
wants to merge 6 commits into from

Conversation

peterj
Copy link
Contributor

@peterj peterj commented Mar 11, 2025

Why are these changes needed?

This improves the message in case there's an exception when running an MCP tool.

I've been seeing errors like this one:

unhandled errors in a TaskGroup (1 sub-exception)

With this change, the error includes the actual details from all exceptions in the exception group. For example

ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
('unhandled errors in a TaskGroup', [Exception("MCP tool execution failed: [TextContent(type='text', text='Place search failed: This API project is not authorized to use this API.', annotations=None)]")])

Checks

Signed-off-by: Peter Jausovec <[email protected]>
@peterj peterj changed the title construct a better exc message construct a better exc message when MCP call fails Mar 11, 2025
Copy link

codecov bot commented Mar 11, 2025

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 75.53%. Comparing base (cf13657) to head (43c67bd).
Report is 66 commits behind head on main.

Files with missing lines Patch % Lines
...ges/autogen-ext/src/autogen_ext/tools/mcp/_base.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5900      +/-   ##
==========================================
+ Coverage   70.15%   75.53%   +5.37%     
==========================================
  Files         263      191      -72     
  Lines       15122    13087    -2035     
  Branches      256        0     -256     
==========================================
- Hits        10609     9885     -724     
+ Misses       4313     3202    -1111     
+ Partials      200        0     -200     
Flag Coverage Δ
unittests 75.53% <0.00%> (+5.37%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ekzhu
Copy link
Collaborator

ekzhu commented Mar 12, 2025

You can follow the Python developer guide to run checks locally. https://github.com/microsoft/autogen/blob/13804125823649f2d199c5127dd9cbffdae4d622/python/README.md

@ekzhu ekzhu added tool-usage suggestion and execution of function/tool call proj-extensions labels Mar 12, 2025
@ekzhu
Copy link
Collaborator

ekzhu commented Mar 28, 2025

This is resolved by #6125

@ekzhu ekzhu closed this Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proj-extensions tool-usage suggestion and execution of function/tool call
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants