OpenAI adds MCP support to Agents SDK
a year ago
- #LLM
- #SDK
- #MCP
- The Model Context Protocol (MCP) standardizes how applications provide context and tools to LLMs.
- MCP servers can be either stdio (local subprocess) or HTTP over SSE (remote).
- Agents SDK supports MCP, enabling integration with various MCP servers.
- Tools from MCP servers are listed each time an Agent runs, with optional caching to reduce latency.
- MCP operations, including tool listing and function calls, are automatically traced.