mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
- 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>