How to Use MCPs and Tools Together in a Single Agent? #507
Unanswered
daniel7byte
asked this question in
Q&A
Replies: 1 comment
-
I believe this is due to the fact that the mcp_tools = [*stdio_mcp_client_aws_documentation.list_tools_sync(), *stdio_mcp_client_aws_diagram.list_tools_sync(), *stdio_mcp_client_aws_pricing.list_tools_sync()]
tools=[*mcp_tools, calculator, file_write, python_repl]
agent = Agent(tools=tools), If that is the case, then I think #50 would have been useful here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I haven’t been able to get the MCPs and the tools to work together. In my tests, it either uses the MCPs or the tools, but never both for the tasks I need to perform. Should I set up an Agent2Agent configuration, with one agent using tools and another one connected to the MCPs?
Beta Was this translation helpful? Give feedback.
All reactions