openai-agents-python/tests/mcp
Rohan Mehta 01f5e86ea5
Convert MCP schemas to strict where possible (#414)
## Summary:
Towards #404. I made this configurable because it's not clear this is
always a good thing to do. I also made it default to False because I'm
not sure if this could cause errors.

If it works out well, we can switch the default in the future as a small
breaking changes

## Test Plan:
Unit tests
2025-04-01 16:50:13 -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 Convert MCP schemas to strict where possible (#414) 2025-04-01 16:50:13 -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