Files
crewAI/lib
Devin AI 3b77dd57d8 fix: Add sys.modules stub fixture for mcp modules in tests
- Add autouse fixture to stub mcp, mcp.client, and mcp.client.streamable_http modules
- Revert patch targets to module-local names (crewai.tools.mcp_tool_wrapper.*)
- This fixes ModuleNotFoundError in CI where mcp package is not installed
- The stub fixture ensures tests can run without requiring the actual mcp package

Co-Authored-By: João <joao@crewai.com>
2025-10-26 09:58:46 +00:00
..