-
Notifications
You must be signed in to change notification settings - Fork 445
feat: Bump openai-agents to v0.0.7 and add MCP Server support #647
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?
feat: Bump openai-agents to v0.0.7 and add MCP Server support #647
Conversation
🟡 Heimdall Review Status
|
69e7467
to
41faac5
Compare
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.
Fantastic, happy to see Agent supports MCP servers so easily.
Would you be willing to add an example showcasing this? Hopefully the lift is very small considering how simple your code snippet provided is.
- Duplicate the
/python/examples/openai-agents-sdk-smart-wallet-chatbot
- Rename your copy to something like
openai-agents-model-context-protocol-smart-wallet-server
(Verbose, I know... first time having two AI framework integrations in one folder name) - Update the code to a MCP Server showcase. Whatever is needed to showcase running AgentKit using the OpenAI Agents and MCP. We have one on the Typescript side for reference
- In the examples README, include the steps needed to get the example running
There would be a lot of value in showcasing such a cool feature :)
I added a simple example of a fear and greed index. No API key required so easier for people to run.
|
This PR adds support for MCP Servers in OpenAI agents by bumping the openai-agents dependency to v0.0.7. This enables users to integrate MCP servers directly into their agent configurations.
Changes
Example Usage
Users can now integrate MCP servers with a simple configuration:
Testing
Documentation
Dependencies
Related Issues
N/A