chenzejun opened a new issue, #5226: URL: https://github.com/apache/eventmesh/issues/5226
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) 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](https://www.apache.org/foundation/policies/conduct) * -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
