-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Expand MCP Workbench to support more MCP Client features #6785
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
base: main
Are you sure you want to change the base?
Conversation
python/packages/autogen-ext/src/autogen_ext/tools/mcp/_actor.py
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6785 +/- ##
==========================================
- Coverage 80.40% 80.09% -0.31%
==========================================
Files 233 233
Lines 17904 18050 +146
==========================================
+ Hits 14395 14458 +63
- Misses 3509 3592 +83
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Improving the test coverage |
Looks good and trending in the right direction. Some things to consider in the future that @ekzhu and I have discussed include
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I think we should go with it
Why are these changes needed?
MCP Servers can request sampling from the MCP Host/Client's LLM.
Also exposed additional MCP ClientSession methods for listing and reading/getting prompts, resources, and resourceTemplates. This makes the McpWorkbench more like a full MCP Client.
Related issue number
N/A
Checks
Thoughts @ekzhu @victordibia ?