-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Add MCP adapters to autogen-ext #5251
Conversation
@microsoft-github-policy-service agree |
Hi @richard-gyiko , Thanks for this PR .. |
Hi @victordibia , I've updated the sample on the community repo which now includes the fetch and the file system MCP server tools: MCP Server installations and usage is covered in the README and the sample code. Hope it gives sufficient amount of information. If not, please let me know. |
python/packages/autogen-ext/src/autogen_ext/tools/mcp/__init__.py
Outdated
Show resolved
Hide resolved
python/packages/autogen-ext/src/autogen_ext/tools/mcp/_factory.py
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5251 +/- ##
==========================================
+ Coverage 78.25% 78.33% +0.08%
==========================================
Files 158 165 +7
Lines 9658 9783 +125
==========================================
+ Hits 7558 7664 +106
- Misses 2100 2119 +19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Could you also create a sample under |
Sure, leave it to me. |
Why are these changes needed?
The increasing popularity of MCP decided to migrate the community extension into the autogen-ext package.
Related issue number
Checks