-
Notifications
You must be signed in to change notification settings - Fork 646
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Search before asking
- I had searched in the issues and found no similar issues.
Documentation Related
https://github.com/apache/eventmesh/blob/master/docs/a2a-protocol/README_EN.md#1-initiate-call-client
Usage Guide
1. Initiate Call (Client)
// 1. Construct MCP Request JSON
String mcpRequest = "{" +
"\"jsonrpc\": \"2.0\"," +
"\"method\": \"tools/call\"," +
"\"params\": { \"name\": \"weather\", \"_agentId\": \"weather-agent\" }," +
"\"id\": \"req-001\"" +
"}";
// 2. Send via EventMesh SDK
eventMeshProducer.publish(new A2AProtocolTransportObject(mcpRequest));
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct *
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation