Replies: 2 comments
-
|
@giles17 can you have a look |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Created an issue (#6982) to better track. Please follow along there. |
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 have an agent that uses an MCP server for one of its tools as demonstrated below.
This agent is served with the A2A protocol as shown next.
To test this agent I have some client code as shown below. This connects to the remote A2A agent which, for demo purposes, is running on localhost port 8000.
Everything works fine but I noticed the A2A server gives the following output when the client sends a request:
I think this is caused by the MCP tool on the remote agent. Is this something I need to worry about or should I just ignore it? Is there a way to prevent these A2AExecutor log statements from displaying in the server output?
Beta Was this translation helpful? Give feedback.
All reactions