openai-agents-python/tests/mcp
Rohan Mehta 50bbfdd8be
Ensure MCP works when inputSchema.properties is missing (#454)
Resolves #449 - TLDR, [OpenAI's
API](https://platform.openai.com/docs/api-reference/responses/create)
expects the properties field to be present, whereas the MCP schema
explicitly allows omitting the properties field. [MCP
Spec](https://github.com/modelcontextprotocol/specification/blob/main/schema/2025-03-26/schema.json)
2025-04-07 18:38:36 -04:00
..
__init__.py [2/n] Add MCP support to Runner 2025-03-24 15:08:02 -04:00
conftest.py [2/n] Add MCP support to Runner 2025-03-24 15:08:02 -04:00
helpers.py [5/n] MCP tracing 2025-03-25 19:28:48 -04:00
test_caching.py [2/n] Add MCP support to Runner 2025-03-24 15:08:02 -04:00
test_connect_disconnect.py [2/n] Add MCP support to Runner 2025-03-24 15:08:02 -04:00
test_mcp_tracing.py [5/n] MCP tracing 2025-03-25 19:28:48 -04:00
test_mcp_util.py Ensure MCP works when inputSchema.properties is missing (#454) 2025-04-07 18:38:36 -04:00
test_runner_calls_mcp.py [2/n] Add MCP support to Runner 2025-03-24 15:08:02 -04:00
test_server_errors.py [5/n] MCP tracing 2025-03-25 19:28:48 -04:00