mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 06:57:57 -05:00
feat: enhance CrewBase MCP tools support to allow selecting multiple tools per agent (#3065)
* feat: enhance CrewBase MCP tools support to allow selecting multiple tools per agent * docs: clarify how to access MCP tools * build: upgrade crewai-tools
This commit is contained in:
@@ -47,7 +47,7 @@ Documentation = "https://docs.crewai.com"
|
||||
Repository = "https://github.com/crewAIInc/crewAI"
|
||||
|
||||
[project.optional-dependencies]
|
||||
tools = ["crewai-tools~=0.47.1"]
|
||||
tools = ["crewai-tools~=0.48.0"]
|
||||
embeddings = [
|
||||
"tiktoken~=0.8.0"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user