openai-agents-python/src/agents/mcp
westhood 775d3e237e
Ensure item.model_dump only contains JSON serializable types (#801)
The EmbeddedResource from MCP tool call contains a field with type
AnyUrl that is not JSON-serializable. To avoid this exception, use
item.model_dump(mode="json") to ensure a JSON-serializable return value.
2025-06-02 11:10:21 -04:00
..
__init__.py feat: Streamable HTTP support (#643) 2025-05-14 14:45:14 -04:00
server.py Added mcp 'instructions' attribute to the server (#706) 2025-05-18 13:25:08 -04:00
util.py Ensure item.model_dump only contains JSON serializable types (#801) 2025-06-02 11:10:21 -04:00