Skip to content

dylibso/mcpx-openai-agents-py

Repository files navigation

mcpx-openai-agents

A Python library for using mcp.run tools with the OpenAI Agents SDK

Example

agent = Agent()
results = agent.run_sync(
    "find the largest prime under 1000 that ends with the digit '3'"
)
print(results.final_output)

About

Use mcp.run tools is OpenAI agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages