mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-20 13:28:13 +00:00
This adds a new MCPDiscoveryTool that enables CrewAI agents to dynamically discover MCP servers based on natural language queries using the MCP Discovery API. Features: - Semantic search for MCP servers using natural language - Support for constraints (max latency, required features, excluded servers) - Returns server recommendations with installation instructions, capabilities, and performance metrics - Includes comprehensive test coverage Closes #4249 Co-Authored-By: João <joao@crewai.com>