Skip to content

[Doc] No A2AProtocolTransportObject in EventMesh SDK #5226

@chenzejun

Description

@chenzejun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions