Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 389 Bytes

File metadata and controls

9 lines (6 loc) · 389 Bytes

2.4 Agents with access to MCP Servers in OpenAI Agents SDK

This folder introduces use of Model Context Protocol (MCP) Servers to allow agents to access data and tools. The mcp-server-git MCP server is provided to the agent with limited tool use so it can use git commands in the repo.

Running

uv run --env-file .env gradio implementations/2_frameworks/4_mcp/app.py