mcp-a2a
19
A2A Client MCP Server is an MCP server that facilitates interaction between large language models and A2A agents via the Agent-to-Agent protocol. It provides features such as message sending, task management, and streaming response support.
What is the default A2A endpoint URL?
The default A2A endpoint URL is 'http://localhost:41241'.
How can I install the A2A Client MCP Server?
You can install it globally using 'npm install -g a2a-client-mcp-server' or run it directly with 'npx a2a-client-mcp-server'.
What is the purpose of the a2a_send_task tool?
The a2a_send_task tool is used to send a task to an A2A agent.
Can I receive streaming updates for tasks?
Yes, you can use the a2a_send_task_subscribe tool to send a task and subscribe to updates.
What information can I get from the a2a_agent_info tool?
The a2a_agent_info tool provides information about the connected A2A agent.