Hello!
Does some have a working example of MCP servers working with deep agents?
I’m using the simple example in deepagents/README.md at master · hwchase17/deepagents · GitHub
But it doesn’t work for subagents. For example:
-
If the message is: “Do XXX” it works.
-
If the message is “Do XXX. But do it by spawning a new agent.“ The package does create a new agent but the agent says that it cannot uses the MCP server. Then, it give it back to the main agent and it runs the MCP server successfully.
Have any one have a working example?
Thanks!