Files
crewAI/lib/crewai/tests
Devin AI b98418c4c2 fix: initialize tools list when None before extending with MCP/platform tools
Fixes #4568

When an agent is created with mcps but without tools (or tools=None),
the MCP tools were silently dropped because _prepare_kickoff checked
'self.tools is not None' before extending. This fix initializes
self.tools to an empty list when it is None before extending with
MCP or platform tools.

Co-Authored-By: João <joao@crewai.com>
2026-02-23 15:00:06 +00:00
..
2025-10-20 14:10:19 -07:00
2025-12-04 16:53:19 -05:00
2026-02-13 21:34:37 -03:00
2026-02-13 21:34:37 -03:00
2025-10-20 14:10:19 -07:00
2026-02-13 21:34:37 -03:00
2025-12-04 13:34:29 -08:00
2025-12-05 13:23:26 -05:00
2026-02-11 15:52:03 -08:00
2025-10-20 14:10:19 -07:00
2026-02-13 21:34:37 -03:00
2025-12-01 18:56:56 -05:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00